Skip to content

Commit a788859

Browse files
committed
Document local HashiCorp images
1 parent d5502bb commit a788859

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

doc/source/configuration/release-train.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ Ceph container images
115115
By default, Ceph images are not synced from quay.io to the local Pulp. To sync
116116
these images, set ``stackhpc_sync_ceph_images`` to ``true``.
117117

118+
HashiCorp container images
119+
--------------------------
120+
121+
By default, HashiCorp images (Consul and Vault) are not synced from Docker Hub
122+
to the local Pulp. To sync these images, set ``stackhpc_sync_hashicorp_images``
123+
to ``true``.
124+
118125
Usage
119126
=====
120127

doc/source/configuration/vault.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ Before beginning the deployment of vault for openstack internal TLS and backend
3939
* Ansible Galaxy dependencies installed: ``kayobe control host bootstrap``
4040
* Python dependencies installed: ``pip install -r kayobe-config/requirements.txt``
4141

42+
By default, Consul and Vault images are not synced from Docker Hub to the local
43+
Pulp. To sync these images, set ``stackhpc_sync_hashicorp_images`` to ``true``.
44+
The Vault deployment configuration will be automatically updated to pull images
45+
from Pulp.
46+
4247
Deployment
4348
==========
4449

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Adds support for synchronising HashiCorp Consul and Vault images to a local
5+
Pulp registry.

0 commit comments

Comments
 (0)