Enable Helm Tests for Airship Components
- Add test: true to Armada charts to enable helm tests. Change-Id: I86f905cabeed5611683708cab0afc68594947a02
This commit is contained in:
parent
01c043a611
commit
dc3c40ab26
@ -71,6 +71,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-coredns
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
upgrade:
|
||||
no_hooks: false
|
||||
pre:
|
||||
|
@ -77,6 +77,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-kubernetes-etcd
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
upgrade:
|
||||
no_hooks: false
|
||||
pre:
|
||||
|
@ -34,6 +34,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-haproxy
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
upgrade:
|
||||
no_hooks: false
|
||||
pre:
|
||||
|
@ -73,6 +73,10 @@ data:
|
||||
timeout: 100
|
||||
labels:
|
||||
release_group: airship-ucp-armada
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -122,6 +122,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-ucp-deckhand
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -139,6 +139,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-drydock
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -160,6 +160,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-maas
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -79,6 +79,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-ucp-promenade
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -205,6 +205,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-ucp-shipyard
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -132,7 +132,7 @@ data:
|
||||
type: git
|
||||
location: https://git.openstack.org/openstack/airship-armada
|
||||
subpath: charts/armada
|
||||
reference: 8e47a119348a9585dc104be16d9e5a2bd139f7ec
|
||||
reference: b6479f660714a6d14c6aa291dc36b8451f1c9219
|
||||
armada-htk:
|
||||
type: git
|
||||
location: https://git.openstack.org/openstack/openstack-helm-infra
|
||||
@ -282,7 +282,7 @@ data:
|
||||
type: git
|
||||
location: https://git.openstack.org/openstack/airship-armada
|
||||
subpath: charts/tiller
|
||||
reference: 8e47a119348a9585dc104be16d9e5a2bd139f7ec
|
||||
reference: b6479f660714a6d14c6aa291dc36b8451f1c9219
|
||||
tiller-htk:
|
||||
type: git
|
||||
location: https://git.openstack.org/openstack/openstack-helm-infra
|
||||
@ -415,7 +415,7 @@ data:
|
||||
images:
|
||||
ucp:
|
||||
armada:
|
||||
api: quay.io/airshipit/armada:8e47a119348a9585dc104be16d9e5a2bd139f7ec
|
||||
api: quay.io/airshipit/armada:b6479f660714a6d14c6aa291dc36b8451f1c9219
|
||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
||||
ks_endpoints: docker.io/openstackhelm/heat:ocata
|
||||
ks_service: docker.io/openstackhelm/heat:ocata
|
||||
|
@ -71,6 +71,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-coredns
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
upgrade:
|
||||
no_hooks: false
|
||||
pre:
|
||||
|
@ -77,6 +77,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-kubernetes-etcd
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
upgrade:
|
||||
no_hooks: false
|
||||
pre:
|
||||
|
@ -34,6 +34,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-haproxy
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
upgrade:
|
||||
no_hooks: false
|
||||
pre:
|
||||
|
@ -73,6 +73,10 @@ data:
|
||||
timeout: 100
|
||||
labels:
|
||||
release_group: airship-ucp-armada
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -122,6 +122,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-ucp-deckhand
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -139,6 +139,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-drydock
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -160,6 +160,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-maas
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -79,6 +79,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-ucp-promenade
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -205,6 +205,10 @@ data:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-ucp-shipyard
|
||||
test:
|
||||
enabled: true
|
||||
options:
|
||||
cleanup: true
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
|
@ -132,7 +132,7 @@ data:
|
||||
type: git
|
||||
location: https://git.openstack.org/openstack/airship-armada
|
||||
subpath: charts/armada
|
||||
reference: 8e47a119348a9585dc104be16d9e5a2bd139f7ec
|
||||
reference: b6479f660714a6d14c6aa291dc36b8451f1c9219
|
||||
armada-htk:
|
||||
type: git
|
||||
location: https://git.openstack.org/openstack/openstack-helm-infra
|
||||
@ -282,7 +282,7 @@ data:
|
||||
type: git
|
||||
location: https://git.openstack.org/openstack/airship-armada
|
||||
subpath: charts/tiller
|
||||
reference: 8e47a119348a9585dc104be16d9e5a2bd139f7ec
|
||||
reference: b6479f660714a6d14c6aa291dc36b8451f1c9219
|
||||
tiller-htk:
|
||||
type: git
|
||||
location: https://git.openstack.org/openstack/openstack-helm-infra
|
||||
@ -293,7 +293,7 @@ data:
|
||||
images:
|
||||
ucp:
|
||||
armada:
|
||||
api: quay.io/airshipit/armada:8e47a119348a9585dc104be16d9e5a2bd139f7ec
|
||||
api: quay.io/airshipit/armada:b6479f660714a6d14c6aa291dc36b8451f1c9219
|
||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
||||
ks_endpoints: docker.io/openstackhelm/heat:ocata
|
||||
ks_service: docker.io/openstackhelm/heat:ocata
|
||||
|
Loading…
x
Reference in New Issue
Block a user