Skip to content

Commit

Permalink
Merge pull request #126 from Jaganathancse/ovs_dpdk_sriov_automation_…
Browse files Browse the repository at this point in the history
…file

OVS DPDK & SRIOV VA2 automation file
  • Loading branch information
abays committed Mar 13, 2024
2 parents 114c843 + 043b26b commit 62e8443
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions automation/vars/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,39 @@ vas:
- name: edpm-values
src_file: values.yaml
build_output: dataplane.yaml

ovs-dpdk-sriov:
stages:
- path: examples/va/nfv/ovs-dpdk-sriov/nncp
validations:
- >-
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
--for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured
--timeout=60s
values:
- name: network-values
src_file: values.yaml
build_output: nncp.yaml

- path: examples/va/nfv/ovs-dpdk-sriov
validations:
- >-
oc -n openstack wait osctlplane controlplane --for condition=Ready
--timeout=600s
values:
- name: network-values
src_file: nncp/values.yaml
- name: service-values
src_file: service-values.yaml
build_output: control-plane.yaml

- path: examples/va/nfv/ovs-dpdk-sriov/edpm
validations:
- >-
oc -n openstack wait
osdpd edpm-deployment --for condition=Ready --timeout=1200s
values:
- name: edpm-values
src_file: values.yaml
build_output: dataplane.yaml

0 comments on commit 62e8443

Please sign in to comment.