diff options
author | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-09-07 15:15:08 +0300 |
---|---|---|
committer | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-11-15 23:10:31 +0200 |
commit | 85644d1a6d5e6af361367321b7805d69c7e7f26e (patch) | |
tree | b59a0bf3a0e41eb8230520e109bcdedd7541c872 /ansible/prepare_openstack.yml | |
parent | 11bfaf23160da0f0391a2152dddb19b3a0bae766 (diff) |
Modify install.yaml to support Ubuntu 18
Modify install.yaml to be able to install Yardstick on the newest
Ubuntu 18.04 LTS. Yardstick installation on Ubuntu 16 is still
supported. Default version is Ubuntu 16.04 (xenial).
JIRA: YARDSTICK-1413
Change-Id: Ic8aca0699645c68831ee739deeaeceef418075f5
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Diffstat (limited to 'ansible/prepare_openstack.yml')
-rw-r--r-- | ansible/prepare_openstack.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/prepare_openstack.yml b/ansible/prepare_openstack.yml index 6f54ef522..c9067c9fb 100644 --- a/ansible/prepare_openstack.yml +++ b/ansible/prepare_openstack.yml @@ -23,7 +23,6 @@ include: build_yardstick_image.yml vars: YARD_IMG_ARCH: amd64 - release: xenial img_property: nsb - name: Cleanup old OpenStack images and upload the new one |