aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2017-10-05 18:49:51 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-05 18:49:51 +0000
commita856e644d8aab59931c138de7a86a63ad9d84d23 (patch)
tree05662070d019eeb19618101ab81ac7b301ad5920
parentc4bafe15106479d08ba9389a038dbf0d641a90c9 (diff)
parent3078f1e10032385fcc267f353713dc5146d5c995 (diff)
Merge "Remove the root user id to use default user"
-rw-r--r--templates/aai-resources-deployment.yaml4
-rw-r--r--templates/aai-traversal-deployment.yaml2
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/aai-resources-deployment.yaml b/templates/aai-resources-deployment.yaml
index 303d006..b0d437b 100644
--- a/templates/aai-resources-deployment.yaml
+++ b/templates/aai-resources-deployment.yaml
@@ -54,8 +54,8 @@ spec:
value: /var/chef/aai-data/environments
- name: CHEF_GIT_URL
value: http://gerrit.onap.org/r/aai
- - name: LOCAL_USER_ID
- value: "0"
+ - name: HBASE_STARTUP_ARTIFICIAL_DELAY
+ value: "60"
volumeMounts:
- mountPath: /etc/localtime
name: localtime
diff --git a/templates/aai-traversal-deployment.yaml b/templates/aai-traversal-deployment.yaml
index 87861b4..d2a9c42 100644
--- a/templates/aai-traversal-deployment.yaml
+++ b/templates/aai-traversal-deployment.yaml
@@ -58,8 +58,6 @@ 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