Update openshift installer to support rabbitmq autoscale

* Switch rabbitmq container out for one that supports autoscale
* Add etcd pod to support autoscale negotiation
This commit is contained in:
Matthew Jones
2017-10-05 20:52:17 -04:00
parent c9ff3e99b8
commit 6ede1dfbea
3 changed files with 78 additions and 3 deletions

View File

@@ -121,6 +121,15 @@
dest: "{{ openshift_base_path }}/deployment.yml"
mode: '0600'
- name: Template Openshift AWX etcd2
template:
src: etcd.yml.j2
dest: "{{ openshift_base_path }}/etcd.yml"
mode: '0600'
- name: Apply etcd deployment
shell: "oc apply -f {{ openshift_base_path }}/etcd.yml"
- name: Apply Configmap
shell: "oc apply -f {{ openshift_base_path }}/configmap.yml"