add yardstick iruya 9.0.0 release notes
[yardstick.git] / nsb_setup.sh
index 335db8d..49eb5de 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# Copyright (c) 2017 Intel Corporation.
+# Copyright (c) 2017-2019 Intel Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -131,9 +131,11 @@ pip install ansible==2.5.5 shade==1.22.2 docker-py==1.10.6
 
 ANSIBLE_SCRIPTS="ansible"
 
-cd ${ANSIBLE_SCRIPTS} &&\
+cd ${ANSIBLE_SCRIPTS} && \
 ansible-playbook \
-         -e img_property="nsb" \
-         -e YARD_IMG_ARCH='amd64' ${extra_args}\
-         -i install-inventory.ini nsb_setup.yml
+         -e IMAGE_PROPERTY='nsb' \
+         -e OS_RELEASE='xenial' \
+         -e INSTALLATION_MODE='container_pull' \
+         -e YARD_IMAGE_ARCH='amd64' ${extra_args} \
+         -i install-inventory.ini install.yaml