Skip to content

Commit

Permalink
Merge pull request #408 from eshulman2/adoption
Browse files Browse the repository at this point in the history
NFV adoption patch

This patch is meant to enable running a partial job for preparation of NFV adoption dest env

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Oct 31, 2024
2 parents 60a0c91 + 59b9e84 commit 6be7219
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 @@ -8,6 +8,7 @@
- rhoso-architecture-validate-dcn
- rhoso-architecture-validate-hci
- rhoso-architecture-validate-hci-adoption
- 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 @@ -77,6 +77,14 @@
parent: rhoso-architecture-base-job
vars:
cifmw_architecture_scenario: hci-adoption
- 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:
- automation/mocks/nfv-ovs-dpdk-sriov-hci.yaml
Expand Down

0 comments on commit 6be7219

Please sign in to comment.