Later will add jobs to test images with Openstack-Helm before publishing them. Change-Id: I1c173350ddd92d31b5a691a6e3820d655a8c1aee
17 lines
334 B
YAML
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 }}"
|