Fix task names in dev deploy playbooks
The task names in the dev deploy playbooks for deploying k8s were mistakenly named after the previous tasks. This fixes them appropriately Change-Id: Ifc9c1ceda5b62532a44b83733aad9755165f5b55
This commit is contained in:
parent
70bb9f708b
commit
3a86bc9a64
@ -24,7 +24,7 @@
|
|||||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
||||||
- name: Deploy Required packages
|
- name: Deploy Kubernetes
|
||||||
shell: |
|
shell: |
|
||||||
set -xe;
|
set -xe;
|
||||||
./tools/deployment/developer/ceph/010-deploy-k8s.sh
|
./tools/deployment/developer/ceph/010-deploy-k8s.sh
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
||||||
- name: Deploy Required packages
|
- name: Deploy Kubernetes
|
||||||
shell: |
|
shell: |
|
||||||
set -xe;
|
set -xe;
|
||||||
./tools/deployment/developer/nfs/010-deploy-k8s.sh
|
./tools/deployment/developer/nfs/010-deploy-k8s.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user