From d471484e0e22e97b729a1eef27c5fc2dabfade6b Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Fri, 20 Apr 2018 09:46:41 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 4 ++-- playbooks/get_amphora_tarball.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ce47c2407..399ce805f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: diff --git a/playbooks/get_amphora_tarball.yaml b/playbooks/get_amphora_tarball.yaml index c32b94bf4..30033f7a1 100644 --- a/playbooks/get_amphora_tarball.yaml +++ b/playbooks/get_amphora_tarball.yaml @@ -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