mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-26 17:54:28 +00:00
Add basic test for LB. Configure Octavia job which will run on LB changes only. Change-Id: Ic76bb766f133c91a41893978ee864025dd659ab4
7 lines
259 B
YAML
7 lines
259 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Download amphora tarball
|
|
get_url:
|
|
url: "https://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-bionic.qcow2"
|
|
dest: /tmp/test-only-amphora-x64-haproxy-ubuntu-bionic.qcow2
|