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 4f757ceCopy full SHA for 4f757ce
automation/vars/nvidia-mdev-adoption.yaml
@@ -0,0 +1,15 @@
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
0 commit comments