diff options
author | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-12-31 12:54:40 +0200 |
---|---|---|
committer | Stepan Andrushko <stepanx.andrushko@intel.com> | 2019-01-11 13:24:07 +0200 |
commit | 62a5d6bfc8480dfd0bfa2d6937f31125ba443e56 (patch) | |
tree | 844aeeaf1fd1fd58ba5ed5bd70b18a8080214361 /ansible/group_vars | |
parent | 07c506d3fff732019651d89de14bf42fa8d9a365 (diff) |
Replace script to install.yaml in nsb_setup.sh
Replace 'nsb_setup.yml' with 'install.yaml' in 'nsb_setup.sh'.
Ansible script 'install.yaml' supports installations on Ubuntu 16/18
of Yardstick, packages dependencies and VM images.
Add possibility to provide and add to OpenStack non-NSB VM image.
JIRA: YARDSTICK-1577
Change-Id: I0cf7cbb354a5f389da432b05cb6f0b470fb5d8f1
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/all.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 0e8ad5bc5..cd12bf02e 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -1,6 +1,6 @@ ---
target_os: "Ubuntu"
-YARD_IMG_ARCH: "amd64"
+YARD_IMG_ARCH: "{{ YARD_IMAGE_ARCH | default('amd64') }}"
IMG_PROPERTY: "{{ IMAGE_PROPERTY | default('normal') }}"
clone_dest: /opt/tempT
release: "{{ OS_RELEASE | default('xenial') }}"
|