diff options
author | Markos Chandras <mchandras@suse.de> | 2017-06-01 11:20:41 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-06-01 11:20:41 +0100 |
commit | 4cb83cffe80619532b1e93d87774c4710a6057e4 (patch) | |
tree | 53fff6dc995c39a395c91197bb64e00ba50aaa7d | |
parent | 30c08f92e136ac84fbc05d1cadf78c2c80ddd000 (diff) |
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 <mchandras@suse.de>
-rwxr-xr-x | prototypes/bifrost/scripts/bifrost-provision.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |