summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Collapse)AuthorAgeFilesLines
* Add serviceAccountConfig.masterCA during 3.1 upgradeJason DeTiberus2015-11-231-0/+4
| | | | | - uses the value of oauthConfig.masterCA if present, otherwise sets it to ca.crt
* Replace map with oo_collect to support python-jinja2 <2.7Andrew Butcher2015-11-203-7/+7
|
* Add additive_facts_to_overwrite instead of overwriting all additive_factsAndrew Butcher2015-11-161-1/+2
|
* Refactor named certificates.Andrew Butcher2015-11-161-9/+44
|
* Merge pull request #894 from detiber/gateUpgradeBrenton Leanhardt2015-11-161-3/+113
|\ | | | | Gate upgrade steps
| * Gate upgrade steps for 3.0 to 3.1 upgradeJason DeTiberus2015-11-131-3/+113
| | | | | | | | | | | | | | | | | | - Add gateing tests on the 3.0 to 3.1 upgrade - Ensure that each stage does not proceed if a subset of the hosts fail, since ansible will continue through the playbook as long as all hosts in a play haven't failed. - Fix up some left over references to byo group names
* | Merge pull request #893 from detiber/etcdFactsBrenton Leanhardt2015-11-132-3/+1
|\| | | | | Update etcd default facts setting
| * Update etcd default facts settingJason DeTiberus2015-11-132-3/+1
| |
* | Merge pull request #892 from abutcher/bz1280230Brenton Leanhardt2015-11-131-0/+10
|\ \ | |/ |/| Update master facts prior to upgrading from 3.0 to 3.1
| * Update master facts prior to upgrading incase facts are missing.Andrew Butcher2015-11-131-0/+10
| |
* | pre-upgrade-check: differentiates between port and targetPort in outputSteve Milner2015-11-131-7/+9
|/
* Fix update error for templates that didn't previously existJason DeTiberus2015-11-111-1/+8
|
* General cleanup of v3_0_to_v3_1/upgrade.ymlJason DeTiberus2015-11-111-210/+225
| | | | | | | | | - Reorder to push all non-changing checks first - Remove multiple plays where possible - Make formatting more consistent - Add additional comments to break up the different stages of the upgrade. - Use group names more consistently - Add package version checking to nodes
* Refactor upgrade playbook(s)Jason DeTiberus2015-11-1018-0/+887
| | | | | | | | | | | | | - 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.
* Conditionals for flannel etcd client certs.Andrew Butcher2015-11-081-3/+8
|
* Merge pull request #698 from lebauce/flannelBrenton Leanhardt2015-11-062-0/+81
|\ | | | | Add support for flannel
| * Check etcd certs exist for flannel when its support is enabledSylvain Baubeau2015-10-271-1/+1
| |
| * Generate etcd certificats for flannel when is not embeddedSylvain Baubeau2015-10-271-0/+70
| |
| * Add flannel supportSylvain Baubeau2015-10-272-0/+11
| | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | Bug 1278245 - Failed to add node to existing env using ↵Brenton Leanhardt2015-11-061-0/+9
| | | | | | | | atomic-openshift-installer
* | Fix lb group related errorsJason DeTiberus2015-11-051-3/+7
| |
* | Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-053-14/+58
| |
* | default to source persistence for haproxyJason DeTiberus2015-11-041-1/+1
| |
* | more tweaksJason DeTiberus2015-11-041-0/+1
| |
* | more tweaksJason DeTiberus2015-11-041-35/+9
| |
* | additional ha related updatesJason DeTiberus2015-11-042-6/+51
| |
* | additional native ha changesAndrew Butcher2015-11-041-5/+5
| |
* | Start of true master haJason DeTiberus2015-11-041-0/+26
| |
* | Merge pull request #761 from smunilla/scaleupBrenton Leanhardt2015-11-046-64/+72
|\ \ | | | | | | openshift-cluster: Scaleup
| * | Refactor common group evaluation to avoid duplicationJason DeTiberus2015-11-046-128/+66
| | |
| * | common/openshift-cluster: Scaleup playbookSamuel Munilla2015-11-041-0/+70
| |/ | | | | | | New playbook to add nodes to a cluster without altering the masters
* | Filter internal hostnames from the list of parsed names.Andrew Butcher2015-11-031-1/+1
| |
* | Add custom certificates to serving info in master configuration.Andrew Butcher2015-11-031-0/+9
|/
* Move version greater_than_fact into openshift_factsAndrew Butcher2015-10-221-4/+1
|
* Don't include proxy client cert when <3.1 or <1.1Andrew Butcher2015-10-221-3/+7
|
* Add proxy client certs to master config.Andrew Butcher2015-10-221-0/+2
|
* Fix test and workaround for rpm generated configsJason DeTiberus2015-10-221-0/+15
| | | | | | - fixed inconcistency in naming for rpm generated config test - refactoring to fix logic after the ha master refactoring had broken the previous steps
* Merge pull request #721 from abutcher/fix-routerBrenton Leanhardt2015-10-221-3/+3
|\ | | | | Conditionally include openshift_router role
| * Conditionally include openshift_router role.Andrew Butcher2015-10-221-3/+3
| |
* | Merge pull request #678 from sdodson/examplesWesley Hearn2015-10-221-2/+1
|\ \ | |/ |/| Adjust the logic as to when examples are deployed
| * Adjust the logic as to when examples are deployedScott Dodson2015-10-201-2/+1
| |
* | Support HA or single router, and start work on registryStefanie Forrester2015-10-212-8/+7
| |
* | Merge pull request #529 from sdodson/cockpit-masterWesley Hearn2015-10-201-0/+9
|\ \ | |/ |/| Add cockpit role
| * Add cockpit-ws with cockpit-kubernetes pluginScott Dodson2015-08-281-0/+9
| |
* | Fixed GCE playbooks so that they're more like the AWS playbooks.Thomas Wiest2015-10-141-15/+0
| | | | | | | | | | | | | | | | Namely the GCE playbooks now: - Create infra nodes - Correctly label nodes in OpenShift - Setup masters as nodes as well (needed for sdn) - Removed set_infra_launch_facts_tasks.yml as it's not used anymore.
* | Adding second param. true to many default filtersChengcheng Mu2015-10-091-1/+1
| |
* | Revert "Revert "GCE support""Chengcheng Mu2015-10-061-0/+15
| | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
* | Revert "GCE support"Thomas Wiest2015-10-051-15/+0
| |
* | GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-011-0/+15
| |
* | Create service accounts and set up scc rulesStefanie Forrester2015-09-101-0/+9
| |