summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-23 03:08:09 +0000
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-28 18:53:46 +0000
commit82556a836e0d54d364ab1b9b4201d4591e8769dc (patch)
tree299726ff5f414bee5aa3e5d695a4a85d41dbf3c8 /kubernetes/aai/templates
parent58ab1cbeceacd81ca082f39e57b9c1a4641bf49c (diff)
Update the resources deployment and traversal
Remove the aai-config and aai-data to be mounted Change the docker hbase to use aaionap/hbase Also change the mount path for logs to be proper Issue-ID: AAI-397 Change-Id: I4996d339a062143c2ef308413b7e3be6101f92fd Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'kubernetes/aai/templates')
-rw-r--r--kubernetes/aai/templates/aai-resources-deployment.yaml4
-rw-r--r--kubernetes/aai/templates/aai-traversal-deployment.yaml4
2 files changed, 6 insertions, 2 deletions
diff --git a/kubernetes/aai/templates/aai-resources-deployment.yaml b/kubernetes/aai/templates/aai-resources-deployment.yaml
index c874e39995..6c78ca8798 100644
--- a/kubernetes/aai/templates/aai-resources-deployment.yaml
+++ b/kubernetes/aai/templates/aai-resources-deployment.yaml
@@ -54,11 +54,13 @@ spec:
value: /var/chef/aai-data/environments
- name: CHEF_GIT_URL
value: http://gerrit.onap.org/r/aai
+ - name: LOCAL_USER_ID
+ value: "0"
volumeMounts:
- mountPath: /etc/localtime
name: localtime
readOnly: true
- - mountPath: /opt/aai/logroot/
+ - mountPath: /opt/aai/logroot/AAI-RES
name: aai-resources-logs
- mountPath: /var/chef/aai-data/
name: aai-data
diff --git a/kubernetes/aai/templates/aai-traversal-deployment.yaml b/kubernetes/aai/templates/aai-traversal-deployment.yaml
index d430479664..a56608009a 100644
--- a/kubernetes/aai/templates/aai-traversal-deployment.yaml
+++ b/kubernetes/aai/templates/aai-traversal-deployment.yaml
@@ -58,11 +58,13 @@ spec:
value: http://gerrit.onap.org/r/aai
- name: RESOURCES_HOSTNAME
value: aai-resources.{{ .Values.nsPrefix }}-aai
+ - name: LOCAL_USER_ID
+ value: "0"
volumeMounts:
- mountPath: /etc/localtime
name: localtime
readOnly: true
- - mountPath: /opt/aai/logroot/
+ - mountPath: /opt/aai/logroot/AAI-GQ
name: aai-traversal-logs
- mountPath: /var/chef/aai-data/
name: aai-data