Skip to content

Commit 905f507

Browse files
committed
Use ceph playbook located in hooks if available
The ceph playbook was moved to hooks/playbooks/ dir [1]. [1] openstack-k8s-operators/ci-framework#3154 Depends-On: openstack-k8s-operators/ci-framework#3154 Signed-off-by: Daniel Pawlik <[email protected]>
1 parent 020e85f commit 905f507

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

automation/vars/hci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ vas:
6767
post_stage_run:
6868
- name: Deploy Ceph
6969
type: playbook
70-
source: "../../playbooks/ceph.yml"
70+
source: "../../hooks/playbooks/ceph.yml"
7171
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"
7272

7373
- name: edpm-post-ceph-nodeset

automation/vars/osasinfra-ipv6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ vas:
5252
post_stage_run:
5353
- name: Deploy Ceph
5454
type: playbook
55-
source: "../../playbooks/ceph.yml"
55+
source: "../../hooks/playbooks/ceph.yml"
5656
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"
5757

5858
- path: examples/dt/osasinfra-ipv6

automation/vars/osasinfra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ vas:
5050
post_stage_run:
5151
- name: Deploy Ceph
5252
type: playbook
53-
source: "../../playbooks/ceph.yml"
53+
source: "../../hooks/playbooks/ceph.yml"
5454
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"
5555

5656
- path: examples/dt/osasinfra

automation/vars/uni04delta-ipv6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ vas:
6868
post_stage_run:
6969
- name: Deploy Ceph
7070
type: playbook
71-
source: "../../playbooks/ceph.yml"
71+
source: "../../hooks/playbooks/ceph.yml"
7272
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"
7373

7474
- name: edpm-nodeset

automation/vars/uni04delta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ vas:
6868
post_stage_run:
6969
- name: Deploy Ceph
7070
type: playbook
71-
source: "../../playbooks/ceph.yml"
71+
source: "../../hooks/playbooks/ceph.yml"
7272
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"
7373

7474
- name: edpm-nodeset

automation/vars/uni05epsilon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ vas:
8383
post_stage_run:
8484
- name: Deploy Ceph
8585
type: playbook
86-
source: "../../playbooks/ceph.yml"
86+
source: "../../hooks/playbooks/ceph.yml"
8787
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"
8888

8989
- name: edpm-nodeset-post-ceph

examples/dt/uni04delta-ipv6/edpm-pre-ceph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# 11. Install Ceph
5454

55-
Use ci-framework/playbooks/ceph.yml and
55+
Use ci-framework/hooks/playbooks/ceph.yml and
5656
ci-framework-data/artifacts/zuul_inventory.yml
5757

5858
```

examples/dt/uni04delta/edpm-pre-ceph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# 11. Install Ceph
5454

55-
Use ci-framework/playbooks/ceph.yml and
55+
Use ci-framework/hooks/playbooks/ceph.yml and
5656
ci-framework-data/artifacts/zuul_inventory.yml
5757

5858
```

0 commit comments

Comments
 (0)