Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions examples/dt/uni04delta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,18 @@ data:
glance:
customServiceConfig: |
[DEFAULT]
debug = True
enabled_backends = default_backend:rbd

debug=True
enabled_backends = default_backend:s3
[glance_store]
default_backend = default_backend

[default_backend]
rbd_store_ceph_conf = /etc/ceph/ceph.conf
store_description = "RBD backend"
rbd_store_pool = images
rbd_store_user = openstack
s3_store_create_bucket_on_put = True
s3_store_bucket_url_format = "path"
glanceAPIs:
default:
replicas: 3
customServiceConfigSecrets:
- s3glance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of this new dependency, this PR depends on openstack-k8s-operators/ci-framework#3169


manila:
enabled: true
Expand Down
14 changes: 14 additions & 0 deletions examples/dt/uni04delta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,17 @@ resources:
- control-plane/networking/nncp/values.yaml
- control-plane/service-values.yaml
- values.yaml

replacements:
# Glance
- source:
kind: ConfigMap
name: service-values
fieldPath: data.glance.glanceAPIs.default.customServiceConfigSecrets
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.glance.template.glanceAPIs.default.customServiceConfigSecrets
options:
create: true