We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6bbf0 commit 71cd248Copy full SHA for 71cd248
1 file changed
test/kuttl/tests/metricstorage/05-prepare-for-edpm-power-mon.yaml
@@ -17,6 +17,7 @@ commands:
17
- script: |
18
oc apply -n telemetry-kuttl-tests -f deps/dnsmasq.yaml
19
until oc get dnsmasq -n telemetry-kuttl-tests | grep True; do sleep 1; done
20
+ - script: oc apply -n telemetry-kuttl-tests -f https://raw.githubusercontent.com/openstack-k8s-operators/infra-operator/main/config/samples/network_v1beta1_netconfig.yaml
21
22
oc create secret generic dataplanenodeset-openstack-edpm-ipam \
23
--save-config \
0 commit comments