Skip to content

Commit 47ded1b

Browse files
priteauAlex-Welsh
authored andcommitted
Document local HashiCorp images
1 parent 89d69e1 commit 47ded1b

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
@@ -102,6 +102,13 @@ Ceph container images
102102
By default, Ceph images are not synced from quay.io to the local Pulp. To sync
103103
these images, set ``stackhpc_sync_ceph_images`` to ``true``.
104104

105+
HashiCorp container images
106+
--------------------------
107+
108+
By default, HashiCorp images (Consul and Vault) are not synced from Docker Hub
109+
to the local Pulp. To sync these images, set ``stackhpc_sync_hashicorp_images``
110+
to ``true``.
111+
105112
Usage
106113
=====
107114

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)