Skip to content

Commit 6ab2341

Browse files
authored
Merge pull request #544 from eshulman2/more_time_for_nodeset
Increase NFV nodeset timeout
2 parents f227563 + 7c25bc6 commit 6ab2341

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

automation/vars/nfv-ovs-dpdk-sriov-hci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vas:
3131
- >-
3232
oc -n openstack wait
3333
osdpns openstack-edpm --for condition=SetupReady
34-
--timeout=60m
34+
--timeout=90m
3535
values:
3636
- name: edpm-nodeset-values
3737
src_file: values.yaml

automation/vars/ovs-dpdk-sriov-2nodesets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vas:
3131
- >-
3232
oc -n openstack wait
3333
osdpns openstack-edpm --for condition=SetupReady
34-
--timeout=60m
34+
--timeout=90m
3535
values:
3636
- name: edpm-nodeset-values
3737
src_file: values.yaml
@@ -42,7 +42,7 @@ vas:
4242
- >-
4343
oc -n openstack wait
4444
osdpns openstack-edpm-2 --for condition=SetupReady
45-
--timeout=60m
45+
--timeout=90m
4646
values:
4747
- name: edpm-nodeset2-values
4848
src_file: values.yaml

automation/vars/ovs-dpdk-sriov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vas:
3131
- >-
3232
oc -n openstack wait
3333
osdpns openstack-edpm --for condition=SetupReady
34-
--timeout=60m
34+
--timeout=90m
3535
values:
3636
- name: edpm-nodeset-values
3737
src_file: values.yaml

automation/vars/ovs-dpdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vas:
3131
- >-
3232
oc -n openstack wait
3333
osdpns openstack-edpm --for condition=SetupReady
34-
--timeout=60m
34+
--timeout=90m
3535
values:
3636
- name: edpm-nodeset-values
3737
src_file: values.yaml

0 commit comments

Comments
 (0)