File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,16 @@ promoted to production:
170
170
171
171
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml
172
172
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
+
173
183
Initial seed deployment
174
184
-----------------------
175
185
You can’t perform that action at this time.
0 commit comments