mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user