OSH: Add/Update Armada timeouts, update config overrides

This adds the test timeout field to all charts with helm tests
defined in the OSH Armada manifest, and also updates the release
timeouts for releases known to take longer than usual

This also updates chart overrides to achieve parity between the
standard multinode job and the Armada periodic jobs to reduce the
potential for issues arising from configuration deltas

Change-Id: Id9ba223fbd35ee213db346bbc230a844632e15d2
This commit is contained in:
Steve Wilkerson 2019-03-20 09:14:40 -05:00
parent b9bc466535
commit 31f403bbcc

View File

@ -210,6 +210,7 @@ data:
release_group: osh-rabbitmq release_group: osh-rabbitmq
test: test:
enabled: true enabled: true
timeout: 600
install: install:
no_hooks: False no_hooks: False
upgrade: upgrade:
@ -263,6 +264,7 @@ data:
release_group: osh-keystone release_group: osh-keystone
test: test:
enabled: true enabled: true
timeout: 600
install: install:
no_hooks: False no_hooks: False
upgrade: upgrade:
@ -399,7 +401,8 @@ data:
labels: labels:
release_group: osh-radosgw-openstack release_group: osh-radosgw-openstack
test: test:
enabled: false enabled: true
timeout: 600
install: install:
no_hooks: False no_hooks: False
upgrade: upgrade:
@ -467,6 +470,7 @@ data:
release_group: osh-glance release_group: osh-glance
test: test:
enabled: true enabled: true
timeout: 600
install: install:
no_hooks: False no_hooks: False
upgrade: upgrade:
@ -613,6 +617,7 @@ data:
release_group: osh-cinder release_group: osh-cinder
test: test:
enabled: true enabled: true
timeout: 600
install: install:
no_hooks: False no_hooks: False
upgrade: upgrade:
@ -830,6 +835,7 @@ data:
release_group: osh-nova release_group: osh-nova
test: test:
enabled: true enabled: true
timeout: 900
install: install:
no_hooks: False no_hooks: False
upgrade: upgrade:
@ -1051,11 +1057,12 @@ data:
release: neutron release: neutron
namespace: openstack namespace: openstack
wait: wait:
timeout: 1800 timeout: 2400
labels: labels:
release_group: osh-neutron release_group: osh-neutron
test: test:
enabled: true enabled: true
timeout: 1200
install: install:
no_hooks: False no_hooks: False
upgrade: upgrade:
@ -1215,9 +1222,9 @@ data:
neutron: neutron:
DEFAULT: DEFAULT:
l3_ha: True l3_ha: True
max_l3_agents_per_router: 5 max_l3_agents_per_router: 1
l3_ha_network_type: vxlan l3_ha_network_type: vxlan
dhcp_agents_per_network: 2 dhcp_agents_per_network: 1
metadata_agent: metadata_agent:
DEFAULT: DEFAULT:
metadata_proxy_shared_secret: ${METADATA_PROXY_SHARED_SECRET} metadata_proxy_shared_secret: ${METADATA_PROXY_SHARED_SECRET}
@ -1247,11 +1254,12 @@ data:
release: heat release: heat
namespace: openstack namespace: openstack
wait: wait:
timeout: 1800 timeout: 2400
labels: labels:
release_group: osh-heat release_group: osh-heat
test: test:
enabled: true enabled: true
timeout: 1200
install: install:
no_hooks: False no_hooks: False
upgrade: upgrade: