Skip to content

Commit

Permalink
Merge pull request #432 from fultonj/glance_edge_replica
Browse files Browse the repository at this point in the history
Update Glance edge pod replica count from 3 to 1

After discussion with the Glance team we agreed that pods of type edge should default to 1, not 3, replicas.
Also set the cinderVolumes glance_api_servers for az0 to https://glance-az0-internal.openstack.svc:9292.
Also add missing backup_ceph_conf for Cinder backup.

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
2 parents 6be7219 + 09cbc57 commit 84c84d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/dt/dcn/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ data:
customServiceConfig: |
[DEFAULT]
backup_driver = cinder.backup.drivers.ceph.CephBackupDriver
backup_ceph_conf = /etc/ceph/az0.conf
backup_ceph_pool = backups
backup_ceph_user = openstack
cinderVolumes:
az0:
customServiceConfig: |
[DEFAULT]
enabled_backends = ceph
glance_api_servers = https://glance-az0-internal.openstack.svc:9292
[ceph]
volume_backend_name = ceph
volume_driver = cinder.volume.drivers.rbd.RBDDriver
Expand Down Expand Up @@ -138,7 +140,7 @@ data:
metallb.universe.tf/loadBalancerIPs: 172.17.0.81
spec:
type: LoadBalancer
replicas: 3
replicas: 1
type: edge
az2:
customServiceConfig: |
Expand Down Expand Up @@ -171,7 +173,7 @@ data:
metallb.universe.tf/loadBalancerIPs: 172.17.0.82
spec:
type: LoadBalancer
replicas: 3
replicas: 1
type: edge
manila:
enabled: false
Expand Down

0 comments on commit 84c84d0

Please sign in to comment.