summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_0_minor
Commit message (Collapse)AuthorAgeFilesLines
* Remove 3.0 and 3.1 upgrade sub-dirs.Devan Goodwin2016-07-121-21/+0
|
* Remove old upgrade playbooks.Devan Goodwin2016-06-151-28/+0
|
* remove interpolated g_all_hosts with_items arg from upgrade playbooksCody Boggs2016-05-171-1/+1
|
* Block upgrading w/ ansible v2.Andrew Butcher2016-05-121-0/+4
|
* Remove vars_files on play includes for upgrade playbooks.Andrew Butcher2016-05-121-7/+18
|
* Set g_new_master_hosts in upgrade playbooks.Andrew Butcher2016-03-071-0/+1
|
* Setting relative paths in the upgrade playbooks wasn't workingBrenton Leanhardt2016-01-061-1/+1
|
* Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-041-0/+2
| | | | | | | | | - Move debug_level into vars.yml and byo inventory - change variables in cluster_hosts.yml to be g_* and update playbooks to use those values directly instead of setting them indirectly - added a new g_all_hosts entry in cluster_hosts to use in the update playbook instead of unioning all host types within the playbook - added a cluster_hosts.yml for the byo playbook
* Create nfs host group with registry volume attachment.Andrew Butcher2015-12-151-0/+1
|
* Updating env-host-type to host patternsKenny Woodson2015-12-111-4/+4
|
* Refactor upgrade playbook(s)Jason DeTiberus2015-11-102-0/+30
- Split playbooks into two, one for 3.0 minor upgrades and one for 3.0 to 3.1 upgrades - Move upgrade playbooks to common/openshift/cluster/upgrades from adhoc - Added a byo wrapper playbooks to set the groups based on the byo conventions, other providers will need similar playbooks added eventually - installer wrapper updates for refactored upgrade playbooks - call new 3.0 to 3.1 upgrade playbook - various fixes for edge cases I hit with a really old config laying around. - fix output of host facts to show connect_to value.