summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars
diff options
context:
space:
mode:
authorMilan Verespej <m.verespej@partner.samsung.com>2019-01-17 12:54:19 +0100
committerMilan Verespej <m.verespej@partner.samsung.com>2019-01-18 10:10:45 +0100
commit6885c0e8ce7e5461de2c67d92a80e421e5f5372f (patch)
treeb1cd77ee50e4f50d3414025e266877bd7da735f6 /ansible/group_vars
parentcde2f33dfcd9728240d37c80383534a5b6af5caf (diff)
Fix variable nfs_mount_path not found
Variable for creating nfs mount for onap nodes was in wrong group_vars file which caused the error because variable was undefined for hosts that needed it. This change moves this variable to correct file. Change-Id: If177fb23d90b8a32d70dd774dde2dfbfc697980a Issue-ID: OOM-1588 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
Diffstat (limited to 'ansible/group_vars')
-rwxr-xr-xansible/group_vars/infrastructure.yml1
-rw-r--r--ansible/group_vars/kubernetes.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml
index ab314055..cd682e2a 100755
--- a/ansible/group_vars/infrastructure.yml
+++ b/ansible/group_vars/infrastructure.yml
@@ -1,5 +1,4 @@
---
-nfs_mount_path: /dockerdata-nfs
vnc_passwd: samsung
simulated_hosts:
git:
diff --git a/ansible/group_vars/kubernetes.yml b/ansible/group_vars/kubernetes.yml
new file mode 100644
index 00000000..869c35f3
--- /dev/null
+++ b/ansible/group_vars/kubernetes.yml
@@ -0,0 +1,2 @@
+---
+nfs_mount_path: /dockerdata-nfs