Update Armada manifests for osh-infra
This updates the Armada manifests to remove the explicit enabling of helm tests (as the default armada behavior is now to test by default) and updates the ceph-osd chart document to set the native helm wait behavior to false (required for the update-uuid job to complete successfully) Change-Id: Ia84f20ce0f38be5f07dedce70b3fbe424a037ba2 Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
parent
385803eef2
commit
a9652653fb
@ -136,8 +136,8 @@ data:
|
|||||||
release_group: osh-ceph-osd
|
release_group: osh-ceph-osd
|
||||||
resources:
|
resources:
|
||||||
- type: daemonset
|
- type: daemonset
|
||||||
test:
|
native:
|
||||||
enabled: true
|
enabled: false
|
||||||
install:
|
install:
|
||||||
no_hooks: False
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
@ -204,8 +204,6 @@ data:
|
|||||||
timeout: 1800
|
timeout: 1800
|
||||||
labels:
|
labels:
|
||||||
release_group: osh-ceph-client
|
release_group: osh-ceph-client
|
||||||
test:
|
|
||||||
enabled: true
|
|
||||||
install:
|
install:
|
||||||
no_hooks: False
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
|
@ -62,7 +62,6 @@ data:
|
|||||||
release: osh-infra-ceph-config
|
release: osh-infra-ceph-config
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
test:
|
test:
|
||||||
enabled: true
|
|
||||||
timeout: 600
|
timeout: 600
|
||||||
wait:
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
@ -554,8 +553,6 @@ data:
|
|||||||
resources:
|
resources:
|
||||||
- type: deployment
|
- type: deployment
|
||||||
- type: job
|
- type: job
|
||||||
test:
|
|
||||||
timeout: 600
|
|
||||||
install:
|
install:
|
||||||
no_hooks: False
|
no_hooks: False
|
||||||
upgrade:
|
upgrade:
|
||||||
|
Loading…
Reference in New Issue
Block a user