Skip to content

Commit

Permalink
DNM Test
Browse files Browse the repository at this point in the history
  • Loading branch information
gthiemonge committed Oct 25, 2024
1 parent 0661130 commit c4a330c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions config/samples/glance/single/glance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ spec:
debug = true
glanceAPIs:
default:
type: single
preserveJobs: false
replicas: 1
imageCache:
size: 2G
secret: osp-secret
storage:
storageClass: local-storage
Expand Down
8 changes: 7 additions & 1 deletion tests/kuttl/tests/octavia_scale/00-test-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ commands:
- script: |
oc kustomize ../../../../config/samples/network-attachment-definition | oc apply -n $NAMESPACE -f -
- script: |
oc kustomize ../../../../config/samples/glance/single | oc apply -n $NAMESPACE -f -
#oc kustomize ../../../../config/samples/glance/single | oc apply -n $NAMESPACE -f -
oc patch -n $NAMESPACE glance glance --type merge -p '
spec:
glanceAPI:
default:
replicas: 1
'
- script: |
oc kustomize ../../../../config/samples/openstackclient | oc apply -n $NAMESPACE -f -

0 comments on commit c4a330c

Please sign in to comment.