Skip to content

Commit

Permalink
Add automation file for uni06zeta-adoption.
Browse files Browse the repository at this point in the history
  • Loading branch information
fyanac committed Jan 30, 2025
1 parent 44608a4 commit 5cad03f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
31 changes: 31 additions & 0 deletions automation/vars/uni06zeta-adoption.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
vas:
uni06zeta-adoption:
stages:
- path: examples/dt/uni06zeta/control-plane/nncp
wait_conditions:
- >-
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
--for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured
--timeout=5m
values:
- name: network-values
src_file: values.yaml
build_output: nncp.yaml

- path: examples/dt/uni06zeta/control-plane
wait_conditions:
- >-
oc -n openstack wait openstackcontrolplane
controlplane
--for condition=Ready
--timeout=60m
values:
- name: network-values
src_file: nncp/values.yaml
- name: service-values
src_file: service-values.yaml
build_output: control-plane.yaml
1 change: 1 addition & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- rhoso-architecture-validate-uni04delta-ipv6
- rhoso-architecture-validate-uni05epsilon
- rhoso-architecture-validate-uni06zeta
- rhoso-architecture-validate-uni06zeta-adoption
- rhoso-architecture-validate-uni07eta
github-experimental-trigger:
jobs:
Expand Down
9 changes: 9 additions & 0 deletions zuul.d/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,15 @@
vars:
cifmw_architecture_scenario: uni06zeta
cifmw_networking_env_def_file: automation/net-env/uni06zeta.yaml
- job:
files:
- examples/dt/uni06zeta/control-plane
- examples/dt/uni06zeta/control-plane/nncp
- lib
name: rhoso-architecture-validate-uni06zeta-adoption
parent: rhoso-architecture-base-job
vars:
cifmw_architecture_scenario: uni06zeta-adoption
- job:
files:
- automation/net-env/uni07eta.yaml
Expand Down

0 comments on commit 5cad03f

Please sign in to comment.