diff --git a/.zuul.yaml b/.zuul.yaml index e5c92d775..ce47c2407 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -140,9 +140,13 @@ - openstack/octavia - openstack/python-barbicanclient - openstack/python-octaviaclient + pre-run: playbooks/get_amphora_tarball.yaml vars: devstack_localrc: LIBS_FROM_GIT: python-octaviaclient + OCTAVIA_AMP_IMAGE_FILE: "/tmp/test-only-amphora-x64-haproxy-centos-7.qcow2" + OCTAVIA_AMP_IMAGE_SIZE: 3 + OCTAVIA_AMP_IMAGE_NAME: "test-only-amphora-x64-haproxy-centos-7" devstack_local_conf: post-config: $OCTAVIA_CONF: diff --git a/playbooks/get_amphora_tarball.yaml b/playbooks/get_amphora_tarball.yaml new file mode 100644 index 000000000..c32b94bf4 --- /dev/null +++ b/playbooks/get_amphora_tarball.yaml @@ -0,0 +1,6 @@ +- 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