Skip to content

Commit b20d490

Browse files
authored
Merge branch 'stackhpc/2024.1' into alertmanager-0.28.1
2 parents bae04f6 + cbca068 commit b20d490

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

doc/source/configuration/vault.rst

+9
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,15 @@ cannot be unsealed with an expired certificate.
167167
Certificates generation
168168
=======================
169169

170+
.. note::
171+
172+
Generating certificates will fail if the Vault on the overcloud is sealed. This will happen whenever the vault containers are restarted. To unseal the
173+
overcloud Vault, run:
174+
175+
.. code-block::
176+
177+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/vault-unseal-overcloud.yml
178+
170179
Create the external TLS certificates (testing only)
171180
---------------------------------------------------
172181

etc/kayobe/stackhpc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ stackhpc_kolla_source_version: stackhpc/18.6.0.5
169169

170170
# Kolla Ansible source repository.
171171
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
172-
stackhpc_kolla_ansible_source_version: stackhpc/18.6.0.5
172+
stackhpc_kolla_ansible_source_version: stackhpc/18.6.0.6
173173

174174
###############################################################################
175175
# Container image registry

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.6.0.2
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.6.0.3
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)