We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a762d commit b53efbbCopy full SHA for b53efbb
automation/vars/nvidia-mdev-adoption.yaml
@@ -0,0 +1,27 @@
1
+---
2
+vas:
3
+ nvidia-mdev-adoption:
4
+ stages:
5
+ - path: examples/va/nvidia-mdev/control-plane/nncp
6
+ wait_conditions:
7
+ - >-
8
+ oc -n openstack wait nncp
9
+ -l osp/nncm-config-type=standard
10
+ --for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured
11
+ --timeout=60s
12
+ values:
13
+ - name: network-values
14
+ src_file: values.yaml
15
+ build_output: nncp.yaml
16
+
17
+ - path: examples/va/nvidia-mdev/control-plane
18
19
20
+ oc -n openstack wait osctlplane controlplane --for condition=Ready
21
+ --timeout=600s
22
23
24
+ src_file: nncp/values.yaml
25
+ - name: service-values
26
+ src_file: service-values.yaml
27
+ build_output: control-plane.yaml
0 commit comments