diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-06-05 09:54:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-05 09:54:03 +0000 |
commit | 6a2b8d4f1ddd0a2b1a11c9b51518e6ea56330774 (patch) | |
tree | 9be3f10e6bf2151b5ec8aa5bbd6c37ebfe32f714 /prototypes/bifrost/scripts | |
parent | 5b9d8e03f86a1e5c9f8e36c3e8945c324848976e (diff) | |
parent | 4cb83cffe80619532b1e93d87774c4710a6057e4 (diff) |
Merge "prototypes: bifrost: Switch Ubuntu targets to Xenial (16.04)"
Diffstat (limited to 'prototypes/bifrost/scripts')
-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 |