Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions automation/vars/sriov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vas:
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
--for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured
--timeout=60s
--timeout=180s
values:
- name: network-values
src_file: values.yaml
Expand All @@ -20,7 +20,7 @@ vas:
wait_conditions:
- >-
oc -n openstack wait osctlplane controlplane --for condition=Ready
--timeout=600s
--timeout=1500s
values:
- name: network-values
src_file: nncp/values.yaml
Expand All @@ -34,7 +34,7 @@ vas:
- >-
oc -n openstack wait
osdpns openstack-edpm --for condition=SetupReady
--timeout=60m
--timeout=120m
values:
- name: edpm-nodeset-values
src_file: values.yaml
Expand All @@ -46,7 +46,7 @@ vas:
- >-
oc -n openstack wait
osdpns openstack-edpm --for condition=Ready
--timeout=60m
--timeout=120m
values:
- name: edpm-deployment-values
src_file: values.yaml
Expand Down