aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/group_vars/all.yml
diff options
context:
space:
mode:
authorVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>2019-02-04 08:23:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-02-04 08:23:19 +0000
commit1af0aec8013848bfadb81994a37d5d6b0aa121b3 (patch)
treeacb0a63224c9cee8d18243f4c037e9e60c9524e4 /ansible/group_vars/all.yml
parent2697582f46264a7c6e5eafeb98dbfe8f9c0d81b2 (diff)
parent62a5d6bfc8480dfd0bfa2d6937f31125ba443e56 (diff)
Merge "Replace script to install.yaml in nsb_setup.sh"
Diffstat (limited to 'ansible/group_vars/all.yml')
-rw-r--r--ansible/group_vars/all.yml2
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') }}"