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:
Kevin Fox 2017-10-31 19:18:02 -07:00
parent 831cac2672
commit 3f5d6fd71a
4 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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