Skip to content

Commit

Permalink
add release train magnum image
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed Jul 5, 2023
1 parent 88a56be commit 7c52a0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/stackhpc-capi-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,15 +264,15 @@ jobs:
run: |
sudo docker image pull $KAYOBE_IMAGE
- name: Magnum container build
run: |
sudo -E docker run -t --rm \
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
$KAYOBE_IMAGE \
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-container-image-build.sh magnum
env:
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
# - name: Magnum container build
# run: |
# sudo -E docker run -t --rm \
# -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
# -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
# $KAYOBE_IMAGE \
# /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-container-image-build.sh magnum -vvvv
# env:
# KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}

- name: Service deploy
run: |
Expand Down
3 changes: 3 additions & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# non-overcloud hosts
enable_docker_repo: "{% raw %}{{ 'overcloud' not in group_names or ansible_facts.os_family == 'Debian' }}{% endraw %}"

kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}"

magnum_tag: yoga-20230629T085301
neutron_tag: yoga-20230515T150233
octavia_tag: yoga-20230523T110936
openvswitch_tag: yoga-20230515T150233
Expand Down

0 comments on commit 7c52a0a

Please sign in to comment.