d471484e0e
Centos Amphora doesn't work properly with L2 configuration as it doesn't reach its own VIP address. This commit switches the host os to ubuntu until [1] is fixed. [1] https://storyboard.openstack.org/#!/story/1715166 Change-Id: I43047fa4cc03d8c14ccaa7eebab1bdaa69e25360
7 lines
266 B
YAML
7 lines
266 B
YAML
- hosts: controller
|
|
tasks:
|
|
- name: Download amphora tarball
|
|
get_url:
|
|
url: "https://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2"
|
|
dest: /tmp/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2
|