Switch to CentOS Amphora

Looks like Ubuntu's Amphora is broken, probably due to latest update of
ubuntu-minimal cloud image (which includes cloud-init version bump that
might be the culprit). This commit switches our gates to CentOS amp to
work the problem around until we fix the Ubuntu one.

Also the timeout for the jobs is raised to 3 hours because it seems like
building containers in the gate take ages.

Closes-Bug: 1822862
Change-Id: I3650aac01334e924ca64fcc4e79928141e010e5a
This commit is contained in:
Michał Dulko 2019-04-03 13:17:51 +02:00
parent 4a3b23d17b
commit b35b08724b
3 changed files with 7 additions and 4 deletions

View File

@ -22,6 +22,7 @@
- openstack/kuryr-kubernetes
- openstack/kuryr-tempest-plugin
- openstack/tempest
timeout: 10800
post-run: playbooks/copy-k8s-logs.yaml
host-vars:
controller:

View File

@ -30,9 +30,11 @@
barbican: https://git.openstack.org/openstack/barbican
vars:
devstack_localrc:
OCTAVIA_AMP_IMAGE_FILE: "/tmp/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2"
OCTAVIA_AMP_IMAGE_FILE: "/tmp/test-only-amphora-x64-haproxy-centos-7.qcow2"
OCTAVIA_AMP_IMAGE_SIZE: 3
OCTAVIA_AMP_IMAGE_NAME: "test-only-amphora-x64-haproxy-ubuntu-xenial"
OCTAVIA_AMP_IMAGE_NAME: "test-only-amphora-x64-haproxy-centos-7"
OCTAVIA_AMP_BASE_OS: centos
OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 7
devstack_local_conf:
post-config:
$OCTAVIA_CONF:

View File

@ -2,5 +2,5 @@
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
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