loci/playbooks/vars_master_jammy.yaml
Vladimir Kozhukalov 2470b7c4ee Build openstack-client image
The motivation behind is to have a consistent
openstack-client image related to a release or
with some changes being tested.

Loci builds so called `requirements` image that
contains a consistent set of packages related to
a particular release or from unreleased changes (for testing).
Then we install these packages from the `requirements`
image to all other images to have a consistent set
of images.

Change-Id: Ie8dac9fed8b09f5b6f2530c22ef9445d5c5cd462
2025-04-03 01:06:18 -05:00

23 lines
642 B
YAML

image_tag: "master-ubuntu_jammy"
distro_image: "public.ecr.aws/ubuntu/ubuntu:jammy"
openstack_release: "master"
ceph_repo: "deb https://download.ceph.com/debian-squid/ jammy main"
openstack_images:
- "{{ barbican_image }}"
- "{{ cinder_image }}"
- "{{ cyborg_image }}"
- "{{ designate_image }}"
- "{{ glance_image }}"
- "{{ heat_image }}"
- "{{ horizon_image }}"
- "{{ ironic_image }}"
- "{{ keystone_image }}"
- "{{ manila_image }}"
- "{{ neutron_image }}"
- "{{ nova_image }}"
- "{{ octavia_image }}"
- "{{ openstack_client_image }}"
- "{{ placement_image }}"
- "{{ tacker_image}}"
- "{{ watcher_image }}"