Skip to content

Commit

Permalink
Missing glance and swift controlplane service values
Browse files Browse the repository at this point in the history
This change is to add the missing glance and swift controlplane
service values for OVS DPDK deployment.
  • Loading branch information
Jaganathan Palanisamy committed Mar 12, 2024
1 parent 1468bbd commit e166b07
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/va/nfv/ovs-dpdk/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,20 @@ data:
numa_nodes = 0 # CHANGE
[neutron_tunnel] # CHANGE
numa_nodes = 0 # CHANGE
glance:
customServiceConfig: |
[DEFAULT]
enabled_backends = default_backend:swift
[glance_store]
default_backend = default_backend
[default_backend]
swift_store_create_container_on_put = True
swift_store_auth_version = 3
swift_store_auth_address = {{ .KeystoneInternalURL }}
swift_store_endpoint_type = internalURL
swift_store_user = service:glance
swift_store_key = {{ .ServicePassword }}
default:
replicas: 1
swift:
enabled: true

0 comments on commit e166b07

Please sign in to comment.