Skip to content

Commit

Permalink
Kuttl test to cover an edge deployment scenario
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
fmount committed Apr 2, 2024
1 parent e5cff17 commit 855c3c9
Show file tree
Hide file tree
Showing 5 changed files with 504 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/samples/layout/edge/glance_v1beta1_glance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ spec:
debug = true
databaseInstance: openstack
databaseAccount: glance
keystoneEndpoint: central
keystoneEndpoint: default
glanceAPIs:
edge1:
default:
preserveJobs: false
replicas: 1
type: edge
edge2:
type: split
az1:
preserveJobs: false
replicas: 1
type: edge
central:
az2:
preserveJobs: false
replicas: 1
type: single
type: edge
secret: osp-secret
storageClass: local-storage
storageRequest: 10G
Loading

0 comments on commit 855c3c9

Please sign in to comment.