From 67621f75bcaa2515bf2de5370805c7a2c9562fb0 Mon Sep 17 00:00:00 2001 From: Bence Romsics Date: Tue, 8 Sep 2020 13:43:45 +0200 Subject: [PATCH] Bump advanced image to ubuntu 18.04 Ubuntu 16.04 seems insufficient for tempest testing the metadata over ipv6 feature. IIRC it ignores routes offered in router advertisements. Change-Id: If32483458963939c89fae2850b8477f0614d139f Related-Bug: #1460177 --- zuul.d/base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index db59ac0f..ddf7dc63 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -100,8 +100,8 @@ tempest_test_regex: ^neutron_tempest_plugin\.scenario devstack_localrc: PHYSICAL_NETWORK: default - IMAGE_URLS: https://cloud-images.ubuntu.com/releases/xenial/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img - ADVANCED_IMAGE_NAME: ubuntu-16.04-server-cloudimg-amd64-disk1 + IMAGE_URLS: https://cloud-images.ubuntu.com/releases/bionic/release/ubuntu-18.04-server-cloudimg-amd64.img + ADVANCED_IMAGE_NAME: ubuntu-18.04-server-cloudimg-amd64 ADVANCED_INSTANCE_TYPE: ds512M ADVANCED_INSTANCE_USER: ubuntu BUILD_TIMEOUT: 784