From 4cb83cffe80619532b1e93d87774c4710a6057e4 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 1 Jun 2017 11:20:41 +0100 Subject: prototypes: bifrost: Switch Ubuntu targets to Xenial (16.04) Switch default target OS to Ubuntu Xenial (16.04) which is also the version which is supported by OpenStack Ansible. Change-Id: I73adc6472b0fb572177e1508cf831b4d3190245c Signed-off-by: Markos Chandras --- prototypes/bifrost/scripts/bifrost-provision.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prototypes/bifrost/scripts/bifrost-provision.sh') diff --git a/prototypes/bifrost/scripts/bifrost-provision.sh b/prototypes/bifrost/scripts/bifrost-provision.sh index 056196254..2b9021528 100755 --- a/prototypes/bifrost/scripts/bifrost-provision.sh +++ b/prototypes/bifrost/scripts/bifrost-provision.sh @@ -57,8 +57,8 @@ WRITE_INTERFACES_FILE=true export DIB_DEV_USER_PWDLESS_SUDO=yes export DIB_DEV_USER_PASSWORD=devuser -# Settings for distro: trusty/ubuntu-minimal, 7/centos7, 42.2/suse -export DIB_OS_RELEASE=${DIB_OS_RELEASE:-trusty} +# Settings for distro: xenial/ubuntu-minimal, 7/centos7, 42.2/suse +export DIB_OS_RELEASE=${DIB_OS_RELEASE:-xenial} export DIB_OS_ELEMENT=${DIB_OS_ELEMENT:-ubuntu-minimal} # DIB OS packages -- cgit 1.2.3-korg