Files
loci/playbooks/upload.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

18 lines
350 B
YAML

- hosts: all[0]
gather_facts: true
tasks:
- name: Vars
include_vars:
file: "vars.yaml"
- name: Job vars
include_vars:
file: "{{ item }}"
loop: "{{ vars_files }}"
- name: Upload images
include_role:
name: upload-docker-image
vars:
docker_images: "{{ openstack_images }}"