Uplift Armada and fix neutron configs

The latest version of Armada introduced a separate timeout
value for tests [1], a default value for the timeout is 300,
which is not large enough for Neutron tests.
Also add wait.labels to ensure automatic deletion of test
pods [2].

[1] https://review.openstack.org/#/c/618585/
[2] https://review.openstack.org/#/c/629313/

Change-Id: I86b1f9a8f17c273cf990189b2ffb07d60e3814b9
This commit is contained in:
Evgeny L 2019-02-26 22:31:14 +00:00
parent 7e5121f644
commit efae9cd97f
2 changed files with 8 additions and 3 deletions

View File

@ -201,6 +201,11 @@ data:
release_group: airship-neutron release_group: airship-neutron
post: post:
create: [] create: []
test:
timeout: 500
wait:
labels:
release_group: airship-neutron
values: values:
pod: pod:
replicas: replicas:

View File

@ -248,7 +248,7 @@ data:
ucp: ucp:
armada: armada:
location: https://git.openstack.org/openstack/airship-armada location: https://git.openstack.org/openstack/airship-armada
reference: 7f26bbcd59f97ab090516fe732912ebe7851eb30 reference: c7d9e21b1e3c144eee54d7d2a5da3eb562255894
subpath: charts/armada subpath: charts/armada
type: git type: git
armada-htk: armada-htk:
@ -448,7 +448,7 @@ data:
type: git type: git
tiller: tiller:
location: https://git.openstack.org/openstack/airship-armada location: https://git.openstack.org/openstack/airship-armada
reference: 7f26bbcd59f97ab090516fe732912ebe7851eb30 reference: c7d9e21b1e3c144eee54d7d2a5da3eb562255894
subpath: charts/tiller subpath: charts/tiller
type: git type: git
tiller-htk: tiller-htk:
@ -525,7 +525,7 @@ data:
prometheus_process_exporter: {} prometheus_process_exporter: {}
ucp: ucp:
armada: armada:
api: quay.io/airshipit/armada:7f26bbcd59f97ab090516fe732912ebe7851eb30 api: quay.io/airshipit/armada:c7d9e21b1e3c144eee54d7d2a5da3eb562255894
helm: docker.io/lachlanevenson/k8s-helm:v2.12.1 helm: docker.io/lachlanevenson/k8s-helm:v2.12.1
tiller: gcr.io/kubernetes-helm/tiller:v2.12.1 tiller: gcr.io/kubernetes-helm/tiller:v2.12.1
barbican: {} barbican: {}