summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws
Commit message (Collapse)AuthorAgeFilesLines
* Changing the node group format to a list.Kenny Woodson2017-12-1121-168/+239
|
* Copying upstream fix for ansible 2.4 ec2_group module.Kenny Woodson2017-12-111-2/+2
|
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-068-21/+21
|
* Initial upgrade for scale groups.Kenny Woodson2017-11-2914-48/+190
|
* Ensure node service is started.Kenny Woodson2017-11-151-0/+1
|
* Adding instance profile support for node groups.Kenny Woodson2017-11-136-0/+84
|
* Bootstrap enhancements.Kenny Woodson2017-11-0814-192/+185
|
* Adding elb changes to provision elbs and add to scale group.Kenny Woodson2017-11-018-64/+74
|
* Merge pull request #5887 from kwoodson/rename_csrKenny Woodson2017-10-271-1/+1
|\ | | | | Renaming csr to bootstrap for consistency.
| * Renaming csr to bootstrap for consistency.Kenny Woodson2017-10-251-1/+1
| |
* | Moving removal of unwanted artifacts to image_prep.Kenny Woodson2017-10-251-7/+0
|/
* 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