summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws
Commit message (Collapse)AuthorAgeFilesLines
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-176-22/+66
|
* Provisioning Documentation UpdatesMichael Gugino2017-10-111-51/+26
| | | | | | | Updating provisioning documents. Also moved some steps from build_ami.yml to a new play for better reusability.
* Merge pull request #5605 from mgugino-upstream-stage/build-provision-splitOpenShift Merge Robot2017-10-056-24/+85
|\ | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Build provision split Make provisioning steps more reusable Reorganizing and making some of the plays more reusable. Depends-on: https://github.com/openshift/openshift-ansible/pull/5565
| * fix master-facts for provisioningMichael Gugino2017-10-022-4/+4
| |
| * Make provisioning steps more reusableMichael Gugino2017-10-026-24/+85
| | | | | | | | | | Reorganizing and making some of the plays more reusable.
* | Merge pull request #5606 from ↵OpenShift Merge Robot2017-10-032-5/+15
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | mgugino-upstream-stage/provision-scale-elb-fixes-master Automatic merge from submit-queue. Fix provisiong scale group and elb logic Some changes necessary to support provisioning and scale group logic Some of this work is duplicated from an existing PR. That PR is about to merge, so I'll rebase once that hits.
| * Fix provisiong scale group and elb logicMichael Gugino2017-09-294-11/+21
| | | | | | | | | | Some changes necessary to support provisioning and scale group logic
* | Merge pull request #5589 from mgugino-upstream-stage/provision-var-fixes-masterJan Chaloupka2017-10-024-9/+9
|\ \ | | | | | | Fix some provisioning variables
| * | Fix some provisioning variablesMichael Gugino2017-09-294-9/+9
| |/ | | | | | | | | | | | | | | | | This commit fixes some provisioning variables. It also adjusts a failure condition for an ec2 call, which may fail silently without having the necessary permissions, which creates an unrelated error message later in the run.
* / Changes necessary to support AMI buildingMichael Gugino2017-09-281-0/+5
|/ | | | | | | Currently, AMI building does not work. These changes implement the necessary steps to build an AMI for usage as a 'golden node image'.
* Merge pull request #5555 from mtnbikenc/fix-filter-loadingScott Dodson2017-09-271-0/+0
|\ | | | | 1496174 Rename filter_plugins to unique names
| * Rename filter_plugins to unique namesRussell Teague2017-09-271-0/+0
| | | | | | | | | | Filter plugin modules should have unique names to not conflict with core Ansible modules. (Ansible 2.4)
* | More variables in AWS provisioning playsMichael Gugino2017-09-262-1/+2
|/ | | | | | | | This commit adds more optional variables to provision hosts in AWS environments. These changes allow provisioning instances that utilize an ssh_user other than root.
* Consolidating AWS roles and variables underneath openshift_aws role.Kenny Woodson2017-09-0718-0/+895