diff --git a/tools/gate/playbooks/dev-deploy-ceph.yaml b/tools/gate/playbooks/dev-deploy-ceph.yaml index 04bc1efc5e..1dafa13ad4 100644 --- a/tools/gate/playbooks/dev-deploy-ceph.yaml +++ b/tools/gate/playbooks/dev-deploy-ceph.yaml @@ -24,7 +24,7 @@ zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" args: chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}" - - name: Deploy Required packages + - name: Deploy Kubernetes shell: | set -xe; ./tools/deployment/developer/ceph/010-deploy-k8s.sh diff --git a/tools/gate/playbooks/dev-deploy-nfs.yaml b/tools/gate/playbooks/dev-deploy-nfs.yaml index ab921aa31e..907acca26c 100644 --- a/tools/gate/playbooks/dev-deploy-nfs.yaml +++ b/tools/gate/playbooks/dev-deploy-nfs.yaml @@ -24,7 +24,7 @@ zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" args: chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}" - - name: Deploy Required packages + - name: Deploy Kubernetes shell: | set -xe; ./tools/deployment/developer/nfs/010-deploy-k8s.sh