cfa3e49a0c
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
7 lines
256 B
YAML
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
|