Skip to content

Commit

Permalink
Merge pull request #154 from cjeanner/automation/rename-validations
Browse files Browse the repository at this point in the history
Rename "validations" to "wait_conditions"
  • Loading branch information
abays authored Apr 3, 2024
2 parents 5e13376 + 441c65c commit a00aa3a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions automation/vars/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vas:
hci:
stages:
- path: examples/va/hci/control-plane/nncp
validations:
wait_conditions:
- >-
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
Expand All @@ -15,7 +15,7 @@ vas:
build_output: nncp.yaml

- path: examples/va/hci/control-plane
validations:
wait_conditions:
- >-
oc -n openstack wait osctlplane controlplane --for condition=Ready
--timeout=30m
Expand All @@ -25,7 +25,7 @@ vas:
build_output: ../control-plane.yaml

- path: examples/va/hci/edpm-pre-ceph
validations:
wait_conditions:
- >-
oc -n openstack wait
osdpd edpm-deployment-pre-ceph --for condition=Ready
Expand All @@ -41,7 +41,7 @@ vas:
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"

- path: examples/va/hci
validations:
wait_conditions:
- >-
oc -n openstack wait
osdpd edpm-deployment-post-ceph --for condition=Ready
Expand All @@ -56,7 +56,7 @@ vas:
sriov:
stages:
- path: examples/va/nfv/sriov/nncp
validations:
wait_conditions:
- >-
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
Expand All @@ -68,7 +68,7 @@ vas:
build_output: nncp.yaml

- path: examples/va/nfv/sriov
validations:
wait_conditions:
- >-
oc -n openstack wait osctlplane controlplane --for condition=Ready
--timeout=600s
Expand All @@ -80,7 +80,7 @@ vas:
build_output: control-plane.yaml

- path: examples/va/nfv/sriov/edpm
validations:
wait_conditions:
- >-
oc -n openstack wait
osdpd edpm-deployment --for condition=Ready --timeout=1200s
Expand All @@ -92,7 +92,7 @@ vas:
ovs-dpdk:
stages:
- path: examples/va/nfv/ovs-dpdk/nncp
validations:
wait_conditions:
- >-
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
Expand All @@ -104,7 +104,7 @@ vas:
build_output: nncp.yaml

- path: examples/va/nfv/ovs-dpdk
validations:
wait_conditions:
- >-
oc -n openstack wait osctlplane controlplane --for condition=Ready
--timeout=600s
Expand All @@ -116,7 +116,7 @@ vas:
build_output: control-plane.yaml

- path: examples/va/nfv/ovs-dpdk/edpm
validations:
wait_conditions:
- >-
oc -n openstack wait
osdpd edpm-deployment --for condition=Ready --timeout=1200s
Expand All @@ -128,7 +128,7 @@ vas:
ovs-dpdk-sriov:
stages:
- path: examples/va/nfv/ovs-dpdk-sriov/nncp
validations:
wait_conditions:
- >-
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
Expand All @@ -140,7 +140,7 @@ vas:
build_output: nncp.yaml

- path: examples/va/nfv/ovs-dpdk-sriov
validations:
wait_conditions:
- >-
oc -n openstack wait osctlplane controlplane --for condition=Ready
--timeout=600s
Expand All @@ -152,7 +152,7 @@ vas:
build_output: control-plane.yaml

- path: examples/va/nfv/ovs-dpdk-sriov/edpm
validations:
wait_conditions:
- >-
oc -n openstack wait
osdpd edpm-deployment --for condition=Ready --timeout=1200s
Expand Down

0 comments on commit a00aa3a

Please sign in to comment.