Skip to content

Commit

Permalink
hci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zuul authored and eshulman2 committed Sep 2, 2024
1 parent 8cb4e08 commit c982054
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 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
12 changes: 8 additions & 4 deletions automation/vars/nfv-ovs-dpdk-sriov-hci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ 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
_namespace: "{{ _namespace}}"

- path: examples/dt/nfv/nfv-ovs-dpdk-sriov-hci
wait_conditions:
Expand All @@ -69,9 +72,10 @@ vas:
- path: examples/dt/nfv/nfv-ovs-dpdk-sriov-hci/deployment
wait_conditions:
- >-
oc -n openstack wait
osdpns openstack-edpm --for condition=Ready
--timeout=60m
oc -n openstack
wait openstackdataplanedeployments.dataplane.openstack.org
edpm-deployment-post-ceph
--for condition=Ready --timeout=60m
values:
- name: edpm-deployment-values-post-ceph
src_file: values.yaml
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 c982054

Please sign in to comment.