From 62a5d6bfc8480dfd0bfa2d6937f31125ba443e56 Mon Sep 17 00:00:00 2001 From: Stepan Andrushko Date: Mon, 31 Dec 2018 12:54:40 +0200 Subject: 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 --- ansible/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/group_vars') 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') }}" -- cgit 1.2.3-korg