Skip to content
Merged
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
3 changes: 3 additions & 0 deletions components/cinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ conf:
# values, but should include all endpoints
# required by this chart
endpoints:
oslo_db:
hosts:
default: mariadb-primary
oslo_messaging:
statefulset:
replicas: 3
Expand Down
3 changes: 3 additions & 0 deletions components/glance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ release_group: null
# values, but should include all endpoints
# required by this chart
endpoints:
oslo_db:
hosts:
default: mariadb-primary
oslo_messaging:
statefulset:
replicas: 3
Expand Down
3 changes: 3 additions & 0 deletions components/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ conf:
amqp_durable_queues: true

endpoints:
oslo_db:
hosts:
default: mariadb-primary
dashboard:
host_fqdn_override:
public:
Expand Down
3 changes: 3 additions & 0 deletions components/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ conf:
processes: 4

endpoints:
oslo_db:
hosts:
default: mariadb-primary
oslo_messaging:
namespace: null
statefulset:
Expand Down
3 changes: 3 additions & 0 deletions components/keystone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ conf:
# values, but should include all endpoints
# required by this chart
endpoints:
oslo_db:
hosts:
default: mariadb-primary
oslo_messaging:
statefulset:
replicas: 3
Expand Down
3 changes: 3 additions & 0 deletions components/neutron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ release_group: null
# values, but should include all endpoints
# required by this chart
endpoints:
oslo_db:
hosts:
default: mariadb-primary
oslo_messaging:
statefulset:
replicas: 3
Expand Down
3 changes: 3 additions & 0 deletions components/nova/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ labels:
# values, but should include all endpoints
# required by this chart
endpoints:
oslo_db:
hosts:
default: mariadb-primary
oslo_messaging:
statefulset:
replicas: 3
Expand Down
3 changes: 3 additions & 0 deletions components/octavia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# values, but should include all endpoints
# required by this chart
endpoints:
oslo_db:
hosts:
default: mariadb-primary
oslo_messaging:
statefulset:
replicas: 3
Expand Down
3 changes: 3 additions & 0 deletions components/placement/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ pod:
enabled: true

endpoints:
oslo_db:
hosts:
default: mariadb-primary
placement:
scheme:
public: 'https'
Expand Down
3 changes: 3 additions & 0 deletions components/skyline/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
endpoints:
oslo_db:
hosts:
default: mariadb-primary
skyline:
host_fqdn_override:
public:
Expand Down
Loading