Skip to content

Commit

Permalink
[ignore me] NFV adoption test patch
Browse files Browse the repository at this point in the history
  • Loading branch information
eshulman2 committed Oct 7, 2024
1 parent 69a4aed commit d39579a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
15 changes: 15 additions & 0 deletions automation/vars/nfv-ovs-dpdk-sriov-adoption.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
vas:
nfv-ovs-dpdk-sriov-adoption:
stages:
- path: examples/va/nfv/ovs-dpdk-sriov/nncp
wait_conditions:
- >-
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
1 change: 1 addition & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- rhoso-architecture-validate-bgp
- rhoso-architecture-validate-bgp_dt01
- rhoso-architecture-validate-hci
- rhoso-architecture-validate-nfv-ovs-dpdk-sriov-adoption
- rhoso-architecture-validate-nfv-ovs-dpdk-sriov-hci
- rhoso-architecture-validate-osasinfra
- rhoso-architecture-validate-ovs-dpdk
Expand Down
8 changes: 8 additions & 0 deletions zuul.d/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
parent: rhoso-architecture-base-job
vars:
cifmw_architecture_scenario: nfv-ovs-dpdk-sriov-hci
- job:
files:
- examples/va/nfv/ovs-dpdk-sriov/nncp
- lib
name: rhoso-architecture-validate-nfv-ovs-dpdk-sriov-adoption
parent: rhoso-architecture-base-job
vars:
cifmw_architecture_scenario: nfv-ovs-dpdk-sriov-adoption
- job:
files:
- dt/osasinfra
Expand Down

0 comments on commit d39579a

Please sign in to comment.