File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -111,13 +111,26 @@ 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. Ensure ``no_proxy `` has been configured to include the first controller's internal network IP if using walled garden append if necessary
115
+
116
+ .. code-block :: yaml
117
+ :caption : ` ` inventory/group_vars/overcloud/proxy.yml``
118
+
119
+ ---
120
+ no_proxy :
121
+ - " {{ lookup('vars', internal_net_name ~ '_ips')[groups.controllers.0] }}"
122
+
123
+ .. code-block :: bash
124
+
125
+ kayobe overcloud host configure -t proxy
126
+
127
+ 2. Run secret-store-deploy-overcloud.yml custom playbook
115
128
116
129
.. code-block :: bash
117
130
118
131
kayobe playbook run $KAYOBE_CONFIG_PATH /ansible/secret-store-deploy-overcloud.yml
119
132
120
- 2 . Encrypt overcloud openbao keys (use proper location of vault password file)
133
+ 3 . Encrypt overcloud openbao keys (use proper location of vault password file)
121
134
122
135
.. code-block :: bash
123
136
You can’t perform that action at this time.
0 commit comments