File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,15 @@ jobs:
264264 run : |
265265 sudo docker image pull $KAYOBE_IMAGE
266266
267- - name : Magnum container build
268- run : |
269- sudo -E docker run -t --rm \
270- -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
271- -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
272- $KAYOBE_IMAGE \
273- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-container-image-build.sh magnum
274- env :
275- KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
267+ # - name: Magnum container build
268+ # run: |
269+ # sudo -E docker run -t --rm \
270+ # -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
271+ # -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
272+ # $KAYOBE_IMAGE \
273+ # /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-container-image-build.sh magnum -vvvv
274+ # env:
275+ # KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
276276
277277 - name : Service deploy
278278 run : |
Original file line number Diff line number Diff line change 66# non-overcloud hosts
77enable_docker_repo : " {% raw %}{{ 'overcloud' not in group_names or ansible_facts.os_family == 'Debian' }}{% endraw %}"
88
9+ kolla_base_distro : " {% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}"
10+
11+ magnum_tag : yoga-20230629T085301
912neutron_tag : yoga-20230515T150233
1013nova_tag : yoga-20230518T105834
1114octavia_tag : yoga-20230523T110936
You can’t perform that action at this time.
0 commit comments