File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ set_args=(
134134 --set " endpoints.oslo_db.auth.cinder.password=$( kubectl --namespace openstack get secret cinder-db-password -o jsonpath=' {.data.password}' | base64 -d) "
135135 --set " endpoints.oslo_cache.auth.memcache_secret_key=$( kubectl --namespace openstack get secret os-memcached -o jsonpath=' {.data.memcache_secret_key}' | base64 -d) "
136136 --set " conf.cinder.keystone_authtoken.memcache_secret_key=$( kubectl --namespace openstack get secret os-memcached -o jsonpath=' {.data.memcache_secret_key}' | base64 -d) "
137- --set " conf.cinder.database.slave_connection=mysql+pymysql://cinder:$( kubectl --namespace openstack get secret cinder-db-password -o jsonpath=' {.data.password}' | base64 -d) @mariadb-cluster-secondary.openstack.svc.cluster.local:3306/cinder"
138137 --set " endpoints.oslo_messaging.auth.admin.password=$( kubectl --namespace openstack get secret rabbitmq-default-user -o jsonpath=' {.data.password}' | base64 -d) "
139138 --set " endpoints.oslo_messaging.auth.cinder.password=$( kubectl --namespace openstack get secret cinder-rabbitmq-password -o jsonpath=' {.data.password}' | base64 -d) "
140139)
@@ -162,4 +161,4 @@ printf '%q ' "${helm_command[@]}"
162161echo
163162
164163# Execute the command directly from the array
165- " ${helm_command[@]} "
164+ " ${helm_command[@]} "
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ set_args=(
134134 --set " endpoints.oslo_db.auth.ironic.password=$( kubectl --namespace openstack get secret ironic-db-password -o jsonpath=' {.data.password}' | base64 -d) "
135135 --set " endpoints.oslo_cache.auth.memcache_secret_key=$( kubectl --namespace openstack get secret os-memcached -o jsonpath=' {.data.memcache_secret_key}' | base64 -d) "
136136 --set " conf.ironic.keystone_authtoken.memcache_secret_key=$( kubectl --namespace openstack get secret os-memcached -o jsonpath=' {.data.memcache_secret_key}' | base64 -d) "
137- --set " conf.ironic.database.slave_connection=mysql+pymysql://ironic:$( kubectl --namespace openstack get secret ironic-db-password -o jsonpath=' {.data.password}' | base64 -d) @mariadb-cluster-secondary.openstack.svc.cluster.local:3306/ironic"
138137 --set " endpoints.oslo_messaging.auth.admin.password=$( kubectl --namespace openstack get secret rabbitmq-default-user -o jsonpath=' {.data.password}' | base64 -d) "
139138 --set " endpoints.oslo_messaging.auth.ironic.password=$( kubectl --namespace openstack get secret ironic-rabbitmq-password -o jsonpath=' {.data.password}' | base64 -d) "
140139)
@@ -162,4 +161,4 @@ printf '%q ' "${helm_command[@]}"
162161echo
163162
164163# Execute the command directly from the array
165- " ${helm_command[@]} "
164+ " ${helm_command[@]} "
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ set_args=(
136136 --set " endpoints.oslo_db.auth.trove.password=$( kubectl --namespace openstack get secret trove-db-password -o jsonpath=' {.data.password}' | base64 -d) "
137137 --set " endpoints.oslo_cache.auth.memcache_secret_key=$( kubectl --namespace openstack get secret os-memcached -o jsonpath=' {.data.memcache_secret_key}' | base64 -d) "
138138 --set " conf.trove.keystone_authtoken.memcache_secret_key=$( kubectl --namespace openstack get secret os-memcached -o jsonpath=' {.data.memcache_secret_key}' | base64 -d) "
139- --set " conf.trove.database.slave_connection=mysql+pymysql://trove:$( kubectl --namespace openstack get secret trove-db-password -o jsonpath=' {.data.password}' | base64 -d) @mariadb-cluster-secondary.openstack.svc.cluster.local:3306/trove"
140139 --set " endpoints.oslo_messaging.auth.admin.password=$( kubectl --namespace openstack get secret rabbitmq-default-user -o jsonpath=' {.data.password}' | base64 -d) "
141140 --set " endpoints.oslo_messaging.auth.trove.password=$( kubectl --namespace openstack get secret trove-rabbitmq-password -o jsonpath=' {.data.password}' | base64 -d) "
142141)
You can’t perform that action at this time.
0 commit comments