summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-24Avoid printing the master and node totals in the add-a-node scenarioBrenton Leanhardt
2015-11-24Fixing tests for quick_haBrenton Leanhardt
Also: * minor rewording of the text that informs the admin about scheduleable masters.
2015-11-24Removing a debug lineBrenton Leanhardt
2015-11-23atomic-openshift-installer: Fix lint issueSamuel Munilla
2015-11-23Merge commit '6659d1e4fa14f5100458608337468e513374a385' into quick_haSamuel Munilla
2015-11-23Handling preconfigured load balancersBrenton 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-23atomic-openshift-installer: Rename ha_proxySamuel Munilla
Rename ha_proxy variables and methods to 'master_lb' to better future-proof things.
2015-11-23atomic-openshift-installer: Reverse version and host collectionSamuel 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-23cli_installer_tests: Add test for unattended quick HASamuel Munilla
2015-11-23Breakup inventory writingSamuel Munilla
2015-11-23Enforce 1 or 3 mastersSamuel Munilla
2015-11-23Add interactive testSamuel Munilla
2015-11-23atomic-openshift-installer: HA for quick installerSamuel Munilla
This adds the ability to quickly set up a multi-master environment.
2015-11-23Handling preconfigured load balancersBrenton 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-23Merge pull request #909 from detiber/mappingMethodBrenton Leanhardt
Add mappingMethod to identityProviders config
2015-11-23Merge pull request #960 from kwoodson/httptestfixKenny Woodson
Fixing the step parameters with a "no" when not passed with that key
2015-11-23Modified step params to be in order when passed as a listKenny Woodson
2015-11-23Merge pull request #957 from detiber/upgradeFixBrenton Leanhardt
Add serviceAccountConfig.masterCA during 3.1 upgrade
2015-11-23Add serviceAccountConfig.masterCA during 3.1 upgradeJason DeTiberus
- uses the value of oauthConfig.masterCA if present, otherwise sets it to ca.crt
2015-11-23Use the identity_providers from openshift_facts instead of always using the ↵Jason DeTiberus
inventory variable
2015-11-23Refactor master identity provider configurationJason 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-23Merge branch 'quick_ha' of https://github.com/smunilla/openshift-ansible ↵Brenton Leanhardt
into quick_ha
2015-11-20Automatic commit of package [openshift-ansible] release [3.0.15-1].Kenny Woodson
2015-11-20Merge pull request #950 from kwoodson/clonegroupfixKenny Woodson
Fixing clone groups in multi_inventory
2015-11-20Fixing clone group functionality. Also separating extra_vars from extra_groupsKenny Woodson
2015-11-20atomic-openshift-installer: Rename ha_proxySamuel Munilla
Rename ha_proxy variables and methods to 'master_lb' to better future-proof things.
2015-11-20atomic-openshift-installer: Reverse version and host collectionSamuel 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-20cli_installer_tests: Add test for unattended quick HASamuel Munilla
2015-11-20Breakup inventory writingSamuel Munilla
2015-11-20Enforce 1 or 3 mastersSamuel Munilla
2015-11-20Add interactive testSamuel Munilla
2015-11-20atomic-openshift-installer: HA for quick installerSamuel Munilla
This adds the ability to quickly set up a multi-master environment.
2015-11-20Merge pull request #890 from smunilla/friendly_unattended_errorsBrenton Leanhardt
atomic-openshift-installer: connect_to error handling
2015-11-20Check the end result on bad config fileSamuel Munilla
2015-11-20Add some tests for a bad configSamuel Munilla
2015-11-20atomic-openshift-installer: connect_to error handlingSamuel Munilla
Catch the exception that happens when connect_to isn't specified in installer.cfg.yaml
2015-11-20Merge pull request #914 from smunilla/pylint_fixesBrenton Leanhardt
atomic-openshift-installer: pylint fixes
2015-11-20atomic-openshift-installer: pylint fixesSamuel Munilla
A few fixes to keep pylint happy.
2015-11-20Merge pull request #929 from sdodson/fix-30-imagestreamsBrenton Leanhardt
Install version dependent image streams for v1.0 and v1.1
2015-11-20Merge pull request #938 from brenton/uninstallBrenton Leanhardt
Making the uninstall playbook more flexible
2015-11-20Merge pull request #924 from detiber/noSetHostnameBrenton Leanhardt
Do not update the hostname
2015-11-20Merge pull request #945 from abutcher/OoCollectBrenton Leanhardt
Replace map with oo_collect for python-jinja2 <2.7
2015-11-20Replace map with oo_collect to support python-jinja2 <2.7Andrew Butcher
2015-11-20Merge pull request #902 from dgoodwin/rpm-test-fixBrenton Leanhardt
Default to OSE 3.1 in interactive installer instead of 3.0.
2015-11-19Automatic commit of package [openshift-ansible] release [3.0.14-1].Brenton Leanhardt
2015-11-19Merge pull request #939 from mwoodson/master_checksMatt Woodson
added metric quantile items to zabbix
2015-11-19added metric items to zabbix for openshift onlineMatt Woodson
2015-11-19Merge pull request #940 from kwoodson/usergrpfixKenny Woodson
Added the ability to add users to usergroups through the zbx_usergroups module.
2015-11-19Updating usergroups to accept usersKenny Woodson
2015-11-19Merge pull request #937 from rdossin1A/machine_typesThomas Wiest
Differentiate machine types on GCE (master and nodes)