From 3f5d6fd71a2828990ac40c37ee115e99843998f6 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Tue, 31 Oct 2017 19:18:02 -0700 Subject: [PATCH] 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 --- .../run.yaml | 3 +++ .../run.yaml | 3 +++ .../run.yaml | 3 +++ .../run.yaml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-2-ceph-multi/run.yaml b/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-2-ceph-multi/run.yaml index 37a3d6f9..fcf329bd 100644 --- a/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-2-ceph-multi/run.yaml +++ b/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-2-ceph-multi/run.yaml @@ -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 diff --git a/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-3-ceph-multi/run.yaml b/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-3-ceph-multi/run.yaml index 513db99a..7597f7ac 100644 --- a/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-3-ceph-multi/run.yaml +++ b/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-3-ceph-multi/run.yaml @@ -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 diff --git a/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-4-ceph-multi/run.yaml b/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-4-ceph-multi/run.yaml index d0f492af..01e7e776 100644 --- a/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-4-ceph-multi/run.yaml +++ b/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-4-ceph-multi/run.yaml @@ -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 diff --git a/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-t-ceph-multi/run.yaml b/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-t-ceph-multi/run.yaml index 624c2442..414775ef 100644 --- a/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-t-ceph-multi/run.yaml +++ b/playbooks/legacy/kolla-kubernetes-deploy-centos-binary-t-ceph-multi/run.yaml @@ -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