summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-master/scaleup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5325 from DenverJ/patch-1Scott Dodson2017-09-121-2/+2
|\ | | | | Fix new_master or new_node fail check during scaleup
| * Fix new_master or new_node fail checkDenver Janke2017-09-071-2/+2
| |
* | Remove openshift-commonMichael Gugino2017-09-061-3/+0
|/ | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Move firewall install and fix scaleup playbooksRussell Teague2017-08-291-0/+2
|
* Fail within scaleup playbooks when new_{nodes,masters} host groups are empty.Andrew Butcher2017-07-181-0/+14
|
* Refactor initialize groups tasksRussell Teague2017-04-121-23/+1
| | | | | | | | | | | | Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
* validate and normalize inventory variablesLuke Meyer2017-03-291-1/+0
| | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.
* Adding names to plays and standardizingRussell Teague2017-01-271-2/+8
|
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-2/+4
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Remove vars_files on play includes for byo, scaleup and restart playbooks.Andrew Butcher2016-05-051-2/+16
|
* Re-arrange scaleup playbooks.Andrew Butcher2016-02-161-0/+8