| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-24 | Merge pull request #978 from brenton/quick_ha | Brenton Leanhardt | |
| HA support for atomic-openshift-installer | |||
| 2015-11-24 | Silencing pylint branch errors for now for the atomic-openshift-installer ↵ | Brenton Leanhardt | |
| harness | |||
| 2015-11-24 | Merge pull request #967 from detiber/setHostname | Brenton Leanhardt | |
| Rework setting of hostname | |||
| 2015-11-24 | Properly setting scheduleability for HA Master scenarios | Brenton Leanhardt | |
| If the only Nodes we have are also on Masters we set the scheduleable. | |||
| 2015-11-24 | Merge pull request #977 from mwoodson/graphs | Matt Woodson | |
| added graphs for openshift master and network in zabbix | |||
| 2015-11-24 | added graphs | Matt Woodson | |
| 2015-11-24 | Rework setting of hostname | Jason DeTiberus | |
| - set the hostname for all installs < 3.1 or 1.1 - provide a new variable openshift_set_hostname to override default behavior | |||
| 2015-11-24 | Merge pull request #974 from kwoodson/actionfix | Kenny Woodson | |
| Fixed a bug. opsconditions now updates propertly. | |||
| 2015-11-24 | Fixed a bug in the actions. It now supports changing opconditions | Kenny Woodson | |
| 2015-11-24 | Merge pull request #970 from detiber/nodeIP | Brenton Leanhardt | |
| Conditionally set the nodeIP | |||
| 2015-11-24 | Conditionally set the nodeIP | Jason DeTiberus | |
| 2015-11-24 | Merge pull request #965 from brenton/BZ1284991 | Brenton Leanhardt | |
| Bug 1284991 - "atomic-openshift-installer uninstall" error when confi… | |||
| 2015-11-24 | Bug 1284991 - "atomic-openshift-installer uninstall" error when ↵ | Brenton Leanhardt | |
| configuration file is missing. | |||
| 2015-11-24 | Avoid printing the master and node totals in the add-a-node scenario | Brenton Leanhardt | |
| 2015-11-24 | Fixing tests for quick_ha | Brenton Leanhardt | |
| Also: * minor rewording of the text that informs the admin about scheduleable masters. | |||
| 2015-11-24 | Removing a debug line | Brenton Leanhardt | |
| 2015-11-24 | Merge pull request #962 from kwoodson/zbxgraph | Kenny Woodson | |
| Adding graph support for graphs and graphprototypes | |||
| 2015-11-23 | atomic-openshift-installer: Fix lint issue | Samuel Munilla | |
| 2015-11-23 | Merge commit '6659d1e4fa14f5100458608337468e513374a385' into quick_ha | Samuel Munilla | |
| 2015-11-23 | Handling preconfigured load balancers | Brenton Leanhardt | |
| The preconfigured load balancers, previously denoted by having 'run_on' set to false, cannot have their facts gathered which results in a stack trace. Later when we write out the inventory we have to fake out the hostname and just use 'connect_to'. We're likely going to have the concept of other types of "plug-in" hosts where we don't run ansible. We should make sure we abstract this properly so it's easy to add additional types of hosts. Also in the commit: - Renamed 'run_on' to 'preconfigured' and inverted the logic as needed - Output tally of Masters and Nodes as well as remaining Masters required for HA - Minor rewording in a few places - Currently only prompting for the load balancer after all other hosts have been entered - Removed spurious echo | |||
| 2015-11-23 | atomic-openshift-installer: Rename ha_proxy | Samuel Munilla | |
| Rename ha_proxy variables and methods to 'master_lb' to better future-proof things. | |||
| 2015-11-23 | atomic-openshift-installer: Reverse version and host collection | Samuel Munilla | |
| Reverse the order we ask two questions: What variant the user wants to install and which hosts to install on. This lets us avoid asking for multiple masters for 3.0 installs. | |||
| 2015-11-23 | cli_installer_tests: Add test for unattended quick HA | Samuel Munilla | |
| 2015-11-23 | Breakup inventory writing | Samuel Munilla | |
| 2015-11-23 | Enforce 1 or 3 masters | Samuel Munilla | |
| 2015-11-23 | Add interactive test | Samuel Munilla | |
| 2015-11-23 | atomic-openshift-installer: HA for quick installer | Samuel Munilla | |
| This adds the ability to quickly set up a multi-master environment. | |||
| 2015-11-23 | Adding zbx_graph support | Kenny Woodson | |
| 2015-11-23 | Handling preconfigured load balancers | Brenton Leanhardt | |
| The preconfigured load balancers, previously denoted by having 'run_on' set to false, cannot have their facts gathered which results in a stack trace. Later when we write out the inventory we have to fake out the hostname and just use 'connect_to'. We're likely going to have the concept of other types of "plug-in" hosts where we don't run ansible. We should make sure we abstract this properly so it's easy to add additional types of hosts. Also in the commit: - Renamed 'run_on' to 'preconfigured' and inverted the logic as needed - Output tally of Masters and Nodes as well as remaining Masters required for HA - Minor rewording in a few places - Currently only prompting for the load balancer after all other hosts have been entered - Removed spurious echo | |||
| 2015-11-23 | Merge pull request #909 from detiber/mappingMethod | Brenton Leanhardt | |
| Add mappingMethod to identityProviders config | |||
| 2015-11-23 | Merge pull request #960 from kwoodson/httptestfix | Kenny Woodson | |
| Fixing the step parameters with a "no" when not passed with that key | |||
| 2015-11-23 | Modified step params to be in order when passed as a list | Kenny Woodson | |
| 2015-11-23 | Merge pull request #957 from detiber/upgradeFix | Brenton Leanhardt | |
| Add serviceAccountConfig.masterCA during 3.1 upgrade | |||
| 2015-11-23 | Add serviceAccountConfig.masterCA during 3.1 upgrade | Jason DeTiberus | |
| - uses the value of oauthConfig.masterCA if present, otherwise sets it to ca.crt | |||
| 2015-11-23 | Use the identity_providers from openshift_facts instead of always using the ↵ | Jason DeTiberus | |
| inventory variable | |||
| 2015-11-23 | Refactor master identity provider configuration | Jason DeTiberus | |
| - Remote template in favor of a filter plugin - Add additional validation for identity provider config - Add mappingMethod attribute for identity providers, default to 'claim' | |||
| 2015-11-23 | Merge branch 'quick_ha' of https://github.com/smunilla/openshift-ansible ↵ | Brenton Leanhardt | |
| into quick_ha | |||
| 2015-11-20 | Automatic commit of package [openshift-ansible] release [3.0.15-1]. | Kenny Woodson | |
| 2015-11-20 | Merge pull request #950 from kwoodson/clonegroupfix | Kenny Woodson | |
| Fixing clone groups in multi_inventory | |||
| 2015-11-20 | Fixing clone group functionality. Also separating extra_vars from extra_groups | Kenny Woodson | |
| 2015-11-20 | atomic-openshift-installer: Rename ha_proxy | Samuel Munilla | |
| Rename ha_proxy variables and methods to 'master_lb' to better future-proof things. | |||
| 2015-11-20 | atomic-openshift-installer: Reverse version and host collection | Samuel Munilla | |
| Reverse the order we ask two questions: What variant the user wants to install and which hosts to install on. This lets us avoid asking for multiple masters for 3.0 installs. | |||
| 2015-11-20 | cli_installer_tests: Add test for unattended quick HA | Samuel Munilla | |
| 2015-11-20 | Breakup inventory writing | Samuel Munilla | |
| 2015-11-20 | Enforce 1 or 3 masters | Samuel Munilla | |
| 2015-11-20 | Add interactive test | Samuel Munilla | |
| 2015-11-20 | atomic-openshift-installer: HA for quick installer | Samuel Munilla | |
| This adds the ability to quickly set up a multi-master environment. | |||
| 2015-11-20 | Merge pull request #890 from smunilla/friendly_unattended_errors | Brenton Leanhardt | |
| atomic-openshift-installer: connect_to error handling | |||
| 2015-11-20 | Check the end result on bad config file | Samuel Munilla | |
| 2015-11-20 | Add some tests for a bad config | Samuel Munilla | |
