Save DIB logs and switch to Ubuntu Amp

Rename of HAProxy package in EPEL repos broke DIB builds of CentOS
amphora. I don't think we need to care about that, so this commit
switches Amphora builds in the gate to use Ubuntu. Also I'm making sure
DIB logs are saved into gate results to make debugging of those problems
easier in the future.

Change-Id: I3c89441f83d3f133c68d5bbd79df2f8393673a2f
This commit is contained in:
Michał Dulko 2020-11-16 09:50:43 +01:00
parent 22d98b4dc4
commit abe6e97e1c
1 changed files with 4 additions and 3 deletions

View File

@ -30,9 +30,6 @@
vars: vars:
devstack_localrc: devstack_localrc:
OCTAVIA_AMP_IMAGE_SIZE: 3 OCTAVIA_AMP_IMAGE_SIZE: 3
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: devstack_local_conf:
post-config: post-config:
$OCTAVIA_CONF: $OCTAVIA_CONF:
@ -44,6 +41,10 @@
o-cw: true o-cw: true
o-hk: true o-hk: true
o-hm: true o-hm: true
zuul_copy_output:
'/var/log/dib-build': logs
'/var/log/octavia-amphora.log': logs
'/var/log/octavia-tenant-traffic.log': logs
- job: - job:
name: kuryr-kubernetes-tempest-centos-7 name: kuryr-kubernetes-tempest-centos-7