Skip to content

Commit c22c0f0

Browse files
authored
Merge pull request #673 from stackhpc/document-kolla-filter
Document stackhpc_pulp_images_kolla_filter variable
2 parents 3876e2b + e57542c commit c22c0f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/source/configuration/release-train.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,16 @@ promoted to production:
170170
171171
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml
172172
173+
Synchronising all Kolla container images can take a long time. A limited list
174+
of images can be synchronised using the ``stackhpc_pulp_images_kolla_filter``
175+
variable, which accepts a whitespace-separated list of regular expressions
176+
matching Kolla image names. Usage is similar to ``kolla-build`` CLI arguments.
177+
For example:
178+
179+
.. code-block:: console
180+
181+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-container-sync.yml -e stackhpc_pulp_images_kolla_filter='"^glance nova-compute$"'
182+
173183
Initial seed deployment
174184
-----------------------
175185

0 commit comments

Comments
 (0)