Skip to content

Commit 855c3c9

Browse files
committed
Kuttl test to cover an edge deployment scenario
This patch introduces a kuttl test that is supposed to cover an Edge use case deployment. It asserts that the required resources exist and the Pods are available. This change also updates the Edge sample to make sure it reflects the right type. Signed-off-by: Francesco Pantano <[email protected]>
1 parent e5cff17 commit 855c3c9

File tree

5 files changed

+504
-6
lines changed

5 files changed

+504
-6
lines changed

config/samples/layout/edge/glance_v1beta1_glance.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ spec:
99
debug = true
1010
databaseInstance: openstack
1111
databaseAccount: glance
12-
keystoneEndpoint: central
12+
keystoneEndpoint: default
1313
glanceAPIs:
14-
edge1:
14+
default:
1515
preserveJobs: false
1616
replicas: 1
17-
type: edge
18-
edge2:
17+
type: split
18+
az1:
1919
preserveJobs: false
2020
replicas: 1
2121
type: edge
22-
central:
22+
az2:
2323
preserveJobs: false
2424
replicas: 1
25-
type: single
25+
type: edge
2626
secret: osp-secret
2727
storageClass: local-storage
2828
storageRequest: 10G

0 commit comments

Comments
 (0)