Skip to content

Commit

Permalink
Merge pull request #365 from stackhpc/upstream/2023.1-2024-12-02
Browse files Browse the repository at this point in the history
Synchronise 2023.1 with upstream
  • Loading branch information
priteau authored Dec 2, 2024
2 parents 8481bb5 + 7ba43d2 commit dcdc25d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/playbooks/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
mode: 0777
become: true

- name: Use ubuntu/debian base image from mirror
vars:
kolla_mirror_config:
DEFAULT:
base_image: "quay.io/openstack.kolla/{{ base_distro }}"
set_fact:
kolla_build_config: "{{ kolla_build_config | combine(kolla_mirror_config, recursive=True) }}"
when: base_distro in ['debian', 'ubuntu']

- name: Add publisher config
vars:
kolla_publisher_config:
Expand Down

0 comments on commit dcdc25d

Please sign in to comment.