You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ Generate Terraform variables:
107
107
108
108
seed_vm_flavor = "general.v1.small"
109
109
seed_disk_size = 100
110
+
deploy_pulp = false
110
111
111
112
multinode_flavor = "general.v1.medium"
112
113
multinode_image = "Rocky9-lvm"
@@ -255,16 +256,7 @@ This script will go through the process of performing the following tasks
255
256
256
257
You may also need to comment out many of the other config overrides in ``stackhpc-ci.yml`` such as ``stackhpc_repo_mirror_url`` plus all of the ``stackhpc_repo_*`` and ``stackhpc_docker_registry*`` variables which only apply to local pulp.
257
258
258
-
To create the local pulp as part of the automated deployment, add the following commands to the ``deploy-openstack.sh`` script in between ``kayobe seed service deploy`` and ``kayobe overcloud host configure``:
259
-
260
-
.. code-block:: console
261
-
262
-
kayobe seed service deploy --tags seed-deploy-containers --kolla-tags none -e deploy_containers_registry_attempt_login=false
263
-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml
264
-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml
265
-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-container-sync.yml
266
-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-container-publish.yml
267
-
259
+
To create the local Pulp as part of the automated deployment, set ``deploy_pulp`` to ``true`` in your ``terraform.tfvars`` file.
0 commit comments