b5fdeeafaa
In Ia30435b3bb19acd1d2f9fe217251c393d4f7480e Octavia dropped Python 2 support. This made some unsupported requirements to not be installed against Python 2. In our gates however we used CentOS 7 amphora, which only have Python 2. This means the agent is exectued without some dependencies and fails. This commit switches our gates to use Ubuntu Bionic Amphora. Change-Id: Ic5f8cd287bbee959cba6091ce1a64791fba7c9b3
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-bionic.qcow2"
|
|
dest: /tmp/test-only-amphora-x64-haproxy-ubuntu-bionic.qcow2
|