| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | 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 | |
| 2015-11-20 | atomic-openshift-installer: connect_to error handling | Samuel Munilla | |
| Catch the exception that happens when connect_to isn't specified in installer.cfg.yaml | |||
| 2015-11-20 | Merge pull request #914 from smunilla/pylint_fixes | Brenton Leanhardt | |
| atomic-openshift-installer: pylint fixes | |||
| 2015-11-20 | atomic-openshift-installer: pylint fixes | Samuel Munilla | |
| A few fixes to keep pylint happy. | |||
| 2015-11-20 | Merge pull request #929 from sdodson/fix-30-imagestreams | Brenton Leanhardt | |
| Install version dependent image streams for v1.0 and v1.1 | |||
| 2015-11-20 | Merge pull request #938 from brenton/uninstall | Brenton Leanhardt | |
| Making the uninstall playbook more flexible | |||
| 2015-11-20 | Merge pull request #924 from detiber/noSetHostname | Brenton Leanhardt | |
| Do not update the hostname | |||
| 2015-11-20 | Merge pull request #945 from abutcher/OoCollect | Brenton Leanhardt | |
| Replace map with oo_collect for python-jinja2 <2.7 | |||
| 2015-11-20 | Replace map with oo_collect to support python-jinja2 <2.7 | Andrew Butcher | |
| 2015-11-20 | Merge pull request #902 from dgoodwin/rpm-test-fix | Brenton Leanhardt | |
| Default to OSE 3.1 in interactive installer instead of 3.0. | |||
| 2015-11-19 | Automatic commit of package [openshift-ansible] release [3.0.14-1]. | Brenton Leanhardt | |
| 2015-11-19 | Merge pull request #939 from mwoodson/master_checks | Matt Woodson | |
| added metric quantile items to zabbix | |||
| 2015-11-19 | added metric items to zabbix for openshift online | Matt Woodson | |
| 2015-11-19 | Merge pull request #940 from kwoodson/usergrpfix | Kenny Woodson | |
| Added the ability to add users to usergroups through the zbx_usergroups module. | |||
| 2015-11-19 | Updating usergroups to accept users | Kenny Woodson | |
| 2015-11-19 | Merge pull request #937 from rdossin1A/machine_types | Thomas Wiest | |
| Differentiate machine types on GCE (master and nodes) | |||
