Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silencing pylint branch errors for now for the atomic-openshift-installer ↵ | Brenton Leanhardt | 2015-11-24 | 1 | -1/+1 |
| | | | | harness | ||||
* | Properly setting scheduleability for HA Master scenarios | Brenton Leanhardt | 2015-11-24 | 3 | -13/+114 |
| | | | | If the only Nodes we have are also on Masters we set the scheduleable. | ||||
* | Avoid printing the master and node totals in the add-a-node scenario | Brenton Leanhardt | 2015-11-24 | 1 | -7/+8 |
| | |||||
* | Fixing tests for quick_ha | Brenton Leanhardt | 2015-11-24 | 2 | -13/+30 |
| | | | | | | Also: * minor rewording of the text that informs the admin about scheduleable masters. | ||||
* | Removing a debug line | Brenton Leanhardt | 2015-11-24 | 1 | -1/+0 |
| | |||||
* | atomic-openshift-installer: Fix lint issue | Samuel Munilla | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | Merge commit '6659d1e4fa14f5100458608337468e513374a385' into quick_ha | Samuel Munilla | 2015-11-23 | 0 | -0/+0 |
|\ | |||||
| * | Handling preconfigured load balancers | Brenton Leanhardt | 2015-11-23 | 3 | -15/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'quick_ha' of https://github.com/smunilla/openshift-ansible ↵ | Brenton Leanhardt | 2015-11-23 | 4 | -31/+269 |
| |\ | | | | | | | | | | into quick_ha | ||||
| | * | atomic-openshift-installer: Rename ha_proxy | Samuel Munilla | 2015-11-20 | 4 | -15/+15 |
| | | | | | | | | | | | | | | | Rename ha_proxy variables and methods to 'master_lb' to better future-proof things. | ||||
| | * | atomic-openshift-installer: Reverse version and host collection | Samuel Munilla | 2015-11-20 | 2 | -11/+13 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | cli_installer_tests: Add test for unattended quick HA | Samuel Munilla | 2015-11-20 | 1 | -0/+101 |
| | | | |||||
| | * | Breakup inventory writing | Samuel Munilla | 2015-11-20 | 1 | -16/+24 |
| | | | |||||
| | * | Enforce 1 or 3 masters | Samuel Munilla | 2015-11-20 | 1 | -2/+8 |
| | | | |||||
| | * | Add interactive test | Samuel Munilla | 2015-11-20 | 1 | -0/+27 |
| | | | |||||
| | * | atomic-openshift-installer: HA for quick installer | Samuel Munilla | 2015-11-20 | 4 | -17/+111 |
| | | | | | | | | | | | | This adds the ability to quickly set up a multi-master environment. | ||||
* | | | Handling preconfigured load balancers | Brenton Leanhardt | 2015-11-23 | 3 | -15/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | atomic-openshift-installer: Rename ha_proxy | Samuel Munilla | 2015-11-23 | 4 | -15/+15 |
| | | | | | | | | | | | | | | | Rename ha_proxy variables and methods to 'master_lb' to better future-proof things. | ||||
* | | | atomic-openshift-installer: Reverse version and host collection | Samuel Munilla | 2015-11-23 | 2 | -11/+13 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | cli_installer_tests: Add test for unattended quick HA | Samuel Munilla | 2015-11-23 | 1 | -0/+101 |
| | | | |||||
* | | | Breakup inventory writing | Samuel Munilla | 2015-11-23 | 1 | -16/+24 |
| | | | |||||
* | | | Enforce 1 or 3 masters | Samuel Munilla | 2015-11-23 | 1 | -2/+8 |
| | | | |||||
* | | | Add interactive test | Samuel Munilla | 2015-11-23 | 1 | -0/+27 |
| | | | |||||
* | | | atomic-openshift-installer: HA for quick installer | Samuel Munilla | 2015-11-23 | 4 | -17/+111 |
| | | | | | | | | | | | | This adds the ability to quickly set up a multi-master environment. | ||||
* | | | Merge pull request #909 from detiber/mappingMethod | Brenton Leanhardt | 2015-11-23 | 4 | -99/+498 |
|\ \ \ | | | | | | | | | Add mappingMethod to identityProviders config | ||||
| * | | | Use the identity_providers from openshift_facts instead of always using the ↵ | Jason DeTiberus | 2015-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | inventory variable | ||||
| * | | | Refactor master identity provider configuration | Jason DeTiberus | 2015-11-23 | 4 | -99/+498 |
| |/ / | | | | | | | | | | | | | | | | - Remote template in favor of a filter plugin - Add additional validation for identity provider config - Add mappingMethod attribute for identity providers, default to 'claim' | ||||
* | | | Merge pull request #960 from kwoodson/httptestfix | Kenny Woodson | 2015-11-23 | 1 | -1/+9 |
|\ \ \ | | | | | | | | | Fixing the step parameters with a "no" when not passed with that key | ||||
| * | | | Modified step params to be in order when passed as a list | Kenny Woodson | 2015-11-23 | 1 | -1/+9 |
| |/ / | |||||
* | | | Merge pull request #957 from detiber/upgradeFix | Brenton Leanhardt | 2015-11-23 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | Add serviceAccountConfig.masterCA during 3.1 upgrade | ||||
| * | | Add serviceAccountConfig.masterCA during 3.1 upgrade | Jason DeTiberus | 2015-11-23 | 1 | -0/+4 |
|/ / | | | | | | | | | - uses the value of oauthConfig.masterCA if present, otherwise sets it to ca.crt | ||||
* | | Automatic commit of package [openshift-ansible] release [3.0.15-1]. | Kenny Woodson | 2015-11-20 | 2 | -2/+20 |
| | | |||||
* | | Merge pull request #950 from kwoodson/clonegroupfix | Kenny Woodson | 2015-11-20 | 1 | -15/+19 |
|\ \ | |/ |/| | Fixing clone groups in multi_inventory | ||||
| * | Fixing clone group functionality. Also separating extra_vars from extra_groups | Kenny Woodson | 2015-11-20 | 1 | -15/+19 |
| | | |||||
* | | Merge pull request #890 from smunilla/friendly_unattended_errors | Brenton Leanhardt | 2015-11-20 | 3 | -1/+78 |
|\ \ | |/ |/| | atomic-openshift-installer: connect_to error handling | ||||
| * | Check the end result on bad config file | Samuel Munilla | 2015-11-20 | 1 | -3/+3 |
| | | |||||
| * | Add some tests for a bad config | Samuel Munilla | 2015-11-20 | 2 | -0/+72 |
| | | |||||
| * | atomic-openshift-installer: connect_to error handling | Samuel Munilla | 2015-11-20 | 1 | -1/+6 |
| | | | | | | | | Catch the exception that happens when connect_to isn't specified in installer.cfg.yaml | ||||
* | | Merge pull request #914 from smunilla/pylint_fixes | Brenton Leanhardt | 2015-11-20 | 1 | -5/+7 |
|\ \ | |/ |/| | atomic-openshift-installer: pylint fixes | ||||
| * | atomic-openshift-installer: pylint fixes | Samuel Munilla | 2015-11-20 | 1 | -5/+7 |
|/ | | | | A few fixes to keep pylint happy. | ||||
* | Merge pull request #929 from sdodson/fix-30-imagestreams | Brenton Leanhardt | 2015-11-20 | 114 | -6/+22520 |
|\ | | | | | Install version dependent image streams for v1.0 and v1.1 | ||||
| * | Install version dependent image streams for v1.0 and v1.1 | Scott Dodson | 2015-11-18 | 114 | -6/+22520 |
| | | |||||
* | | Merge pull request #938 from brenton/uninstall | Brenton Leanhardt | 2015-11-20 | 1 | -5/+5 |
|\ \ | | | | | | | Making the uninstall playbook more flexible | ||||
| * | | Making the uninstall playbook more flexible | Brenton Leanhardt | 2015-11-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | This handles stage environments as well as the eventual change of aep3_beta to aep3 | ||||
* | | | Merge pull request #924 from detiber/noSetHostname | Brenton Leanhardt | 2015-11-20 | 1 | -3/+0 |
|\ \ \ | | | | | | | | | Do not update the hostname | ||||
| * | | | Do not update the hostname | Jason DeTiberus | 2015-11-17 | 1 | -3/+0 |
| | | | | |||||
* | | | | Merge pull request #945 from abutcher/OoCollect | Brenton Leanhardt | 2015-11-20 | 3 | -7/+7 |
|\ \ \ \ | | | | | | | | | | | Replace map with oo_collect for python-jinja2 <2.7 | ||||
| * | | | | Replace map with oo_collect to support python-jinja2 <2.7 | Andrew Butcher | 2015-11-20 | 3 | -7/+7 |
| | | | | | |||||
* | | | | | Merge pull request #902 from dgoodwin/rpm-test-fix | Brenton Leanhardt | 2015-11-20 | 3 | -8/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Default to OSE 3.1 in interactive installer instead of 3.0. | ||||
| * | | | | | Pylint fix for long line in cli docstring. | Devan Goodwin | 2015-11-16 | 1 | -1/+2 |
| | | | | | |