diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-01 07:34:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-01 07:34:41 +0000 |
commit | f7a3cef287979664d1812cdd4dd88276732ec8b8 (patch) | |
tree | be9a227350e0b6f1f13431fa98ca0f1896593088 /ansible/group_vars/all.yml | |
parent | a87c0902f957beaf93e62f3aeb48584caf871a27 (diff) | |
parent | c935f66bb14bbba3747a37a195aa1c4f49d36219 (diff) |
Merge "Introduced default values and remove unnecessary ones from ansible code image build code."
Diffstat (limited to 'ansible/group_vars/all.yml')
-rw-r--r-- | ansible/group_vars/all.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml new file mode 100644 index 000000000..2690228c3 --- /dev/null +++ b/ansible/group_vars/all.yml @@ -0,0 +1,5 @@ +---
+clone_dest: /opt/tempT
+release: xenial
+target_os: Ubuntu
+ubuntu_image_file: /tmp/workspace/yardstick/yardstick-trusty-server.raw
|