Skip to content

Commit a012cce

Browse files
author
scrungus
committed
add release train magnum image
1 parent 48fa9ca commit a012cce

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/workflows/stackhpc-capi-all-in-one.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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: |

etc/kayobe/kolla/globals.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# non-overcloud hosts
77
enable_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
912
neutron_tag: yoga-20230515T150233
1013
nova_tag: yoga-20230518T105834
1114
octavia_tag: yoga-20230523T110936

0 commit comments

Comments
 (0)