Switch amphora tarball to ubuntu xenial
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
This commit is contained in:
parent
ffc19f0df2
commit
d471484e0e
@ -144,9 +144,9 @@
|
||||
vars:
|
||||
devstack_localrc:
|
||||
LIBS_FROM_GIT: python-octaviaclient
|
||||
OCTAVIA_AMP_IMAGE_FILE: "/tmp/test-only-amphora-x64-haproxy-centos-7.qcow2"
|
||||
OCTAVIA_AMP_IMAGE_FILE: "/tmp/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2"
|
||||
OCTAVIA_AMP_IMAGE_SIZE: 3
|
||||
OCTAVIA_AMP_IMAGE_NAME: "test-only-amphora-x64-haproxy-centos-7"
|
||||
OCTAVIA_AMP_IMAGE_NAME: "test-only-amphora-x64-haproxy-ubuntu-xenial"
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$OCTAVIA_CONF:
|
||||
|
@ -2,5 +2,5 @@
|
||||
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user