kolla-kubernetes multinode gate fix
The converstion from v2 to v3 changed the behavior to run the gating script on just the primary to all nodes. This PS changes the behavior back to the legacy behavior. Change-Id: I77adee81ec07979376be811c435a92e4be3976d1
This commit is contained in:
parent
831cac2672
commit
3f5d6fd71a
@ -57,6 +57,9 @@
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
|
||||
- hosts: primary
|
||||
name: legacy-kolla-kubernetes-deploy-centos-binary-2-ceph-multi master
|
||||
tasks:
|
||||
- shell:
|
||||
cmd: |
|
||||
set -e
|
||||
|
@ -57,6 +57,9 @@
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
|
||||
- hosts: primary
|
||||
name: legacy-kolla-kubernetes-deploy-centos-binary-3-ceph-multi master
|
||||
tasks:
|
||||
- shell:
|
||||
cmd: |
|
||||
set -e
|
||||
|
@ -57,6 +57,9 @@
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
|
||||
- hosts: primary
|
||||
name: legacy-kolla-kubernetes-deploy-centos-binary-4-ceph-multi master
|
||||
tasks:
|
||||
- shell:
|
||||
cmd: |
|
||||
set -e
|
||||
|
@ -57,6 +57,9 @@
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
|
||||
- hosts: primary
|
||||
name: legacy-kolla-kubernetes-deploy-centos-binary-t-ceph-multi
|
||||
tasks:
|
||||
- shell:
|
||||
cmd: |
|
||||
set -e
|
||||
|
Loading…
x
Reference in New Issue
Block a user