You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,24 +111,38 @@ Setup OpenBao on the seed node
111
111
Setup OpenBao HA on the overcloud hosts
112
112
---------------------------------------
113
113
114
-
1. Run secret-store-deploy-overcloud.yml custom playbook
114
+
1. If using a walled garden, ensure ``no_proxy`` is configured to include the first controller's internal network IP. Append it to the list if necessary.
@@ -203,7 +217,7 @@ cannot be unsealed with an expired certificate.
203
217
204
218
6. If sealed, unseal OpenBao:
205
219
206
-
.. code-block::bash
220
+
.. code-block::bash
207
221
208
222
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/secret-store/secret-store-unseal-overcloud.yml
209
223
@@ -230,19 +244,19 @@ For test and development purposes it is possible to use OpenBao as a CA for the
230
244
231
245
1. Run the playbook
232
246
233
-
.. code-block::bash
247
+
.. code-block::bash
234
248
235
249
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/secret-store/secret-store-generate-test-external-tls.yml
236
250
237
251
2. Use ansible-vault to encrypt the PEM bundle in $KAYOBE_CONFIG_PATH/kolla/certificates/haproxy.pem. Commit the PEM bundle to the kayobe configuration.
@@ -251,19 +265,19 @@ Create the internal TLS certificates
251
265
252
266
1. Run the playbook
253
267
254
-
.. code-block::bash
268
+
.. code-block::bash
255
269
256
270
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/secret-store/secret-store-generate-internal-tls.yml
257
271
258
272
2. Use ansible-vault to encrypt the PEM bundle in $KAYOBE_CONFIG_PATH/kolla/certificates/haproxy-internal.pem. Commit the PEM bundle and root CA to the kayobe configuration.
@@ -272,19 +286,19 @@ Create the backend TLS and RabbitMQ TLS certificates
272
286
273
287
1. Run the playbook
274
288
275
-
.. code-block::bash
289
+
.. code-block::bash
276
290
277
291
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/secret-store/secret-store-generate-backend-tls.yml
278
292
279
293
2. Use ansible-vault to encrypt the keys in $KAYOBE_CONFIG_PATH/kolla/certificates/<controller>-key.pem. Commit the certificates and keys to the kayobe configuration.
0 commit comments