Ceph: Update default test pod timeout for provisioners
This mvoes the default timeout for the ceph provisioners helm test pod to 600 seconds, as 120 seconds is fairly aggressive. This also adds the required --timeout flag to the helm test command in each job for the ceph provisioners, as well as adding the required helm test configuration to the armada-lma manifest Change-Id: I5a3b98de9132fe83cf09b1e5b3fcc513bd496650 Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
parent
aead8ca0b9
commit
ae3c07b853
@ -53,7 +53,7 @@ labels:
|
|||||||
|
|
||||||
pod:
|
pod:
|
||||||
test_pod:
|
test_pod:
|
||||||
wait_timeout: 120
|
wait_timeout: 600
|
||||||
rbd:
|
rbd:
|
||||||
name: rbd-prov-test-pod
|
name: rbd-prov-test-pod
|
||||||
pvc_name: rbd-prov-test-pvc
|
pvc_name: rbd-prov-test-pvc
|
||||||
|
@ -61,6 +61,9 @@ data:
|
|||||||
chart_name: osh-infra-ceph-config
|
chart_name: osh-infra-ceph-config
|
||||||
release: osh-infra-ceph-config
|
release: osh-infra-ceph-config
|
||||||
namespace: osh-infra
|
namespace: osh-infra
|
||||||
|
test:
|
||||||
|
enabled: true
|
||||||
|
timeout: 600
|
||||||
wait:
|
wait:
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
labels:
|
labels:
|
||||||
|
@ -51,4 +51,4 @@ helm upgrade --install ceph-osh-infra-config ./ceph-provisioners \
|
|||||||
#NOTE: Validate Deployment info
|
#NOTE: Validate Deployment info
|
||||||
helm status ceph-osh-infra-config
|
helm status ceph-osh-infra-config
|
||||||
|
|
||||||
helm test ceph-osh-infra-config
|
helm test ceph-osh-infra-config --timeout 600
|
||||||
|
@ -50,7 +50,7 @@ helm upgrade --install ceph-openstack-config ./ceph-provisioners \
|
|||||||
#NOTE: Wait for deploy
|
#NOTE: Wait for deploy
|
||||||
./tools/deployment/common/wait-for-pods.sh openstack
|
./tools/deployment/common/wait-for-pods.sh openstack
|
||||||
|
|
||||||
helm test ceph-openstack-config
|
helm test ceph-openstack-config --timeout 600
|
||||||
|
|
||||||
#NOTE: Validate Deployment info
|
#NOTE: Validate Deployment info
|
||||||
kubectl get -n openstack jobs --show-all
|
kubectl get -n openstack jobs --show-all
|
||||||
|
@ -50,7 +50,7 @@ helm upgrade --install ceph-osh-infra-config ./ceph-provisioners \
|
|||||||
#NOTE: Wait for deploy
|
#NOTE: Wait for deploy
|
||||||
./tools/deployment/common/wait-for-pods.sh osh-infra
|
./tools/deployment/common/wait-for-pods.sh osh-infra
|
||||||
|
|
||||||
helm test ceph-osh-infra-config
|
helm test ceph-osh-infra-config --timeout 600
|
||||||
|
|
||||||
#NOTE: Validate Deployment info
|
#NOTE: Validate Deployment info
|
||||||
kubectl get -n osh-infra jobs --show-all
|
kubectl get -n osh-infra jobs --show-all
|
||||||
|
@ -76,4 +76,4 @@ helm upgrade --install tenant-ceph-openstack-config ./ceph-provisioners \
|
|||||||
#NOTE: Validate Deployment info
|
#NOTE: Validate Deployment info
|
||||||
helm status tenant-ceph-openstack-config
|
helm status tenant-ceph-openstack-config
|
||||||
|
|
||||||
helm test tenant-ceph-openstack-config
|
helm test tenant-ceph-openstack-config --timeout 600
|
||||||
|
Loading…
Reference in New Issue
Block a user