File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -79,21 +79,15 @@ To sync host packages:
7979
8080.. code-block :: console
8181
82- kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml \
83- -e stackhpc_pulp_sync_ubuntu_jammy=true \
84- -e stackhpc_pulp_sync_ubuntu_noble=true
85- kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml \
86- -e stackhpc_pulp_sync_ubuntu_jammy=true \
87- -e stackhpc_pulp_sync_ubuntu_noble=true
82+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml -e stackhpc_pulp_sync_ubuntu_noble=true
83+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml -e stackhpc_pulp_sync_ubuntu_noble=true
8884
8985 Once the host package content has been tested in a test/staging environment, it
9086may be promoted to production:
9187
9288.. code-block :: console
9389
94- kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml \
95- -e stackhpc_pulp_sync_ubuntu_jammy=true \
96- -e stackhpc_pulp_sync_ubuntu_noble=true
90+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml -e stackhpc_pulp_sync_ubuntu_noble=true
9791
9892 To sync container images:
9993
You can’t perform that action at this time.
0 commit comments