Issue-ID: OOM-145
Change-Id: I045d89d91e99cde79251b0910b78a640d967362d
Signed-off-by: kerenj <keren.joseph@amdocs.com>
      volumes:
      - name: framework-log
        hostPath:
-         path: /dockerdata-nfs/{{ .Values.nsPrefix }}/multicloud/framework/logs
+         path: {{ .Values.dataRootDir }}/{{ .Values.nsPrefix }}/multicloud/framework/logs
      imagePullSecrets:
      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}
 
      volumes:
      - name: ocata-log
        hostPath:
-         path: /dockerdata-nfs/{{ .Values.nsPrefix }}/multicloud/ocata/logs
+         path: {{ .Values.dataRootDir }}/{{ .Values.nsPrefix }}/multicloud/ocata/logs
      imagePullSecrets:
      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}
 
      volumes:
      - name: vio-log
        hostPath:
-         path: /dockerdata-nfs/{{ .Values.nsPrefix }}/multicloud/vio/logs
+         path: {{ .Values.dataRootDir }}/{{ .Values.nsPrefix }}/multicloud/vio/logs
      imagePullSecrets:
      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}
 
      volumes:
      - name: windriver-log
        hostPath:
-         path: /dockerdata-nfs/{{ .Values.nsPrefix }}/multicloud/windriver/logs
+         path: {{ .Values.dataRootDir }}/{{ .Values.nsPrefix }}/multicloud/windriver/logs
      imagePullSecrets:
      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}
 
 nsPrefix: onap
 pullPolicy: Always
 nodePortPrefix: 302
+dataRootDir: /dockerdata-nfs
 image:
   readiness: oomk8s/readiness-check:1.1.0
   framework: nexus3.onap.org:10001/onap/multicloud/framework:v1.0.0