diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-21 00:45:28 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-05-05 21:23:19 -0400 |
commit | 866bab53db58352d56e33b8d97ce3b982a850cb9 (patch) | |
tree | 952e38c88c3f39a2ea7d98eafb17b85889d9a974 /playbooks/aws/openshift-cluster/tasks | |
parent | e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0 (diff) | |
download | openshift-866bab53db58352d56e33b8d97ce3b982a850cb9.tar.gz openshift-866bab53db58352d56e33b8d97ce3b982a850cb9.tar.bz2 openshift-866bab53db58352d56e33b8d97ce3b982a850cb9.tar.xz openshift-866bab53db58352d56e33b8d97ce3b982a850cb9.zip |
aws provider fixes
- fix errors in userdata template
- update origin centos ami
- ensure ec2_tag_sub-host-type is set after launch
- disable openshift_use_dnsmasq for now
- Remove use of vars_files in includes
Diffstat (limited to 'playbooks/aws/openshift-cluster/tasks')
-rw-r--r-- | playbooks/aws/openshift-cluster/tasks/launch_instances.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/tasks/launch_instances.yml b/playbooks/aws/openshift-cluster/tasks/launch_instances.yml index 7d5776ae6..d22c86cda 100644 --- a/playbooks/aws/openshift-cluster/tasks/launch_instances.yml +++ b/playbooks/aws/openshift-cluster/tasks/launch_instances.yml @@ -150,6 +150,7 @@ groups: "{{ instance_groups }}" ec2_private_ip_address: "{{ item.1.private_ip }}" ec2_ip_address: "{{ item.1.public_ip }}" + ec2_tag_sub-host-type: "{{ sub_host_type }}" openshift_node_labels: "{{ node_label }}" logrotate_scripts: "{{ logrotate }}" with_together: |