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
11 changes: 5 additions & 6 deletions examples/dt/uni04delta-ipv6/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,19 @@ data:
customServiceConfig: |
[DEFAULT]
debug = True
enabled_backends = default_backend:s3
enabled_backends = default_backend:rbd

[glance_store]
default_backend = default_backend

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

keystone:
customServiceConfig: |
Expand Down
14 changes: 0 additions & 14 deletions examples/dt/uni04delta-ipv6/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,3 @@ 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
Loading