diff options
author | Ace Lee <liyin11@huawei.com> | 2017-12-04 09:07:14 +0000 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-12-28 02:42:12 +0000 |
commit | ff4ceec2efd42fb1573e4faf4fe1840121e99715 (patch) | |
tree | 6467e6b719eb0402941b0146d4a6090d9960cb70 /ansible/group_vars/all.yml | |
parent | 363185dfe9153a67892be8544fb4b5bf8709fbbc (diff) |
ansible image build improvement
JIRA: YARDSTICK-879
Add some image build vars
Add automatic image build of nsb
yardstick_image: ansible-playbook -e img_property="normal" -vvv -i inventory.ini build_yardstick_image.yml
nsb_image_build: ansible-playbook -e img_property="nsb" -vvv -i inventory.ini build_yardstick_image.yml
prepare for yardstick image uploading
Change-Id: I9fdf30084511ca9a008df3b53887b06273bbd549
Signed-off-by: Ace Lee <liyin11@huawei.com>
Diffstat (limited to 'ansible/group_vars/all.yml')
-rw-r--r-- | ansible/group_vars/all.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index edd6564d0..359968277 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -1,6 +1,9 @@ ---
+target_os: "Ubuntu"
+YARD_IMG_ARCH: "amd64"
clone_dest: /opt/tempT
release: xenial
-target_os: Ubuntu
+normal_image_file: "{{ workspace }}/yardstick-image.img"
+nsb_image_file: "{{ workspace }}/yardstick-nsb-image.img"
ubuntu_image_file: /tmp/workspace/yardstick/yardstick-trusty-server.raw
-proxy_env: {}
\ No newline at end of file +proxy_env: {}
|