Files
loci/playbooks/promote.yaml
Vladimir Kozhukalov 54fc5a3838 Use zuul-jobs roles for building images
Later will add jobs to test images with Openstack-Helm
before publishing them.

Change-Id: I1c173350ddd92d31b5a691a6e3820d655a8c1aee
2024-10-01 14:43:19 -05:00

17 lines
334 B
YAML

- hosts: localhost
tasks:
- name: Vars
include_vars:
file: "vars.yaml"
- name: Job vars
include_vars:
file: "{{ item }}"
loop: "{{ vars_files }}"
- name: Promote images
include_role:
name: promote-docker-image
vars:
docker_images: "{{ openstack_images }}"