Skip to content

Commit

Permalink
Create nvidia mdev adoption stages
Browse files Browse the repository at this point in the history
  • Loading branch information
jamepark4 committed Jan 27, 2025
1 parent e5a762d commit b53efbb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions automation/vars/nvidia-mdev-adoption.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
vas:
nvidia-mdev-adoption:
stages:
- path: examples/va/nvidia-mdev/control-plane/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

- path: examples/va/nvidia-mdev/control-plane
wait_conditions:
- >-
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

0 comments on commit b53efbb

Please sign in to comment.