summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-25Explicitly set schedulable when masters == nodes.Devan Goodwin
When the masters are the only nodes in play, we need to explicitly set schedulable to True due to logic in openshift_facts.py which assumes that if the node is also a master, schedulable should be false.
2015-11-24Merge pull request #968 from detiber/fixScaleup2Brenton Leanhardt
Improve scaleup playbook
2015-11-24Automatic commit of package [openshift-ansible] release [3.0.16-1].Brenton Leanhardt
2015-11-24Merge pull request #978 from brenton/quick_haBrenton Leanhardt
HA support for atomic-openshift-installer
2015-11-24Silencing pylint branch errors for now for the atomic-openshift-installer ↵Brenton Leanhardt
harness
2015-11-24Merge pull request #967 from detiber/setHostnameBrenton Leanhardt
Rework setting of hostname
2015-11-24Properly setting scheduleability for HA Master scenariosBrenton Leanhardt
If the only Nodes we have are also on Masters we set the scheduleable.
2015-11-24Merge pull request #977 from mwoodson/graphsMatt Woodson
added graphs for openshift master and network in zabbix
2015-11-24added graphsMatt Woodson
2015-11-24fixes for installer wrapper scaleupJason DeTiberus
2015-11-24Rework setting of hostnameJason 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-24addtl aws fixesJason DeTiberus
2015-11-24Merge pull request #974 from kwoodson/actionfixKenny Woodson
Fixed a bug. opsconditions now updates propertly.
2015-11-24Fixed a bug in the actions. It now supports changing opconditionsKenny Woodson
2015-11-24fix addNodes.ymlJason DeTiberus
2015-11-24more aws support for scaleupJason DeTiberus
2015-11-24start of aws scaleupJason DeTiberus
2015-11-24Merge pull request #970 from detiber/nodeIPBrenton Leanhardt
Conditionally set the nodeIP
2015-11-24Conditionally set the nodeIPJason DeTiberus
2015-11-24Improve scaleup playbookJason DeTiberus
- modify evaluate host to set oo_nodes_to_config to a new variable g_new_nodes_group if defined rather than g_nodes_group and also skip adding the master when g_new_nodes_group is set. - Remove byo specific naming from playbooks/common/openshift-cluster/scaleup.yml and created a new playbooks/byo/openshift-cluster/scaleup.yml playbook.
2015-11-24Merge pull request #965 from brenton/BZ1284991Brenton Leanhardt
Bug 1284991 - "atomic-openshift-installer uninstall" error when confi…
2015-11-24Bug 1284991 - "atomic-openshift-installer uninstall" error when ↵Brenton Leanhardt
configuration file is missing.
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-24Merge pull request #962 from kwoodson/zbxgraphKenny Woodson
Adding graph support for graphs and graphprototypes
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-23Adding zbx_graph supportKenny Woodson
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.