Skip to content

Commit

Permalink
Merge pull request #123 from abays/sriov_automation
Browse files Browse the repository at this point in the history
Add SRIOV VA2 to automation file
  • Loading branch information
Jaganathancse authored Mar 13, 2024
2 parents 698a7d2 + f5e169c commit b344359
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 @@ -51,3 +51,39 @@ vas:
- name: edpm-values-post-ceph
src_file: values.yaml
build_output: dataplane-post-ceph.yaml

sriov:
stages:
- path: examples/va/nfv/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/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/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 b344359

Please sign in to comment.