summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Split control plane and component install in deploy_clusterClayton Coleman2018-01-231-24/+3
|
* Migrate to import_role for static role inclusionScott Dodson2018-01-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | In Ansible 2.2, the include_role directive came into existence as a Tech Preview. It is still a Tech Preview through Ansible 2.4 (and in current devel branch), but with a noteable change. The default behavior switched from static: true to static: false because that functionality moved to the newly introduced import_role directive (in order to stay consistent with include* being dynamic in nature and `import* being static in nature). The dynamic include is considerably more memory intensive as it will dynamically create a role import for every host in the inventory list to be used. (Also worth noting, there is at the time of this writing an object allocation inefficiency in the dynamic include that can in certain situations amplify this effect considerably) This change is meant to mitigate the pressure on memory for the Ansible control host. We need to evaluate where it makes sense to dynamically include roles and revert back to dynamic inclusion if and where it makes sense to do so.
* Include Deprecation: Convert to import_playbookRussell Teague2017-12-071-9/+9
|
* Merge pull request #6157 from mtnbikenc/consolidate-openshift-glusterfsScott Dodson2017-11-221-1/+1
|\ | | | | Playbook Consolidation - openshift-glusterfs
| * Playbook Consolidation - openshift-glusterfsRussell Teague2017-11-161-1/+1
| |
* | Playbook Consolidation - openshift-masterRussell Teague2017-11-221-2/+2
| |
* | Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancerRussell Teague2017-11-221-1/+1
|\ \ | | | | | | Playbook Consolidation - openshift-loadbalancer
| * | Playbook Consolidation - openshift-loadbalancerRussell Teague2017-11-161-1/+1
| |/
* | Playbook Consolidation - openshift-nodeRussell Teague2017-11-211-1/+1
| |
* | Merge pull request #6145 from mtnbikenc/consolidate-openshift-etcdScott Dodson2017-11-211-1/+1
|\ \ | | | | | | Playbook Consolidation - openshift-etcd
| * | Playbook Consolidation - openshift-etcdRussell Teague2017-11-161-1/+1
| |/
* | Merge pull request #6148 from mtnbikenc/consolidate-openshift-nfsScott Dodson2017-11-211-1/+1
|\ \ | | | | | | Playbook Consolidation - openshift-nfs
| * | Playbook Consolidation - openshift-nfsRussell Teague2017-11-161-1/+1
| |/
* | Playbook Consolidation - openshift-checksRussell Teague2017-11-161-1/+1
|/
* Playbook Consolidation - InitializationRussell Teague2017-11-151-5/+2
|
* Updating provisioning order.Kenny Woodson2017-11-131-2/+26
|
* Make provisioning steps more reusableMichael Gugino2017-10-021-56/+7
| | | | | Reorganizing and making some of the plays more reusable.
* Consolidating AWS roles and variables underneath openshift_aws role.Kenny Woodson2017-09-071-0/+74