kuryr-kubernetes/playbooks/get_amphora_tarball.yaml
Daniel Mellado cfa3e49a0c Add tarballed amphora.
This commit modifies the base kuryr-kubernetes/octavia job so it
downloads and uses a tarballed amphora image instead of building it on
the CI for each run.

Change-Id: Ie80e663b906e6f76826319ccccce831aceb9e606
2018-04-16 13:16:27 +02:00

7 lines
256 B
YAML

- hosts: controller
tasks:
- name: Download amphora tarball
get_url:
url: "https://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-centos-7.qcow2"
dest: /tmp/test-only-amphora-x64-haproxy-centos-7.qcow2