Skip to content

Commit

Permalink
hci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zuul committed Aug 29, 2024
1 parent 449b690 commit 3d18893
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion automation/vars/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,10 @@ vas:
post_stage_run:
- name: Deploy Ceph
type: playbook
source: "../../playbooks/ceph.yml"
source: "../../hooks/playbooks/ceph-bm.yml"
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"
extra_vars:
cifmw_cephadm_log_path: /home/zuul/ci-framework-data/logs/ceph

- path: examples/dt/nfv/nfv-ovs-dpdk-sriov-hci
wait_conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ replacements:
- spec.servicesOverride
options:
create: true
- source:
kind: ConfigMap
name: edpm-deployment-values-post-ceph
fieldPath: data.deployment.name
targets:
- select:
kind: OpenStackDataPlaneDeployment
fieldPaths:
- metadata.name
options:
create: true
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ data:
- configure-os
- ssh-known-hosts
- run-os
- reboot-os

0 comments on commit 3d18893

Please sign in to comment.