aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/charts/appc-ansible-server/values.yaml
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-07-23 14:46:32 -0400
committerTaka Cho <takamune.cho@att.com>2019-07-23 14:47:38 -0400
commit44a45d337af7961aa1fed8e0f06aaade997ac6a0 (patch)
treeea1757bf19044cf27b9861b93df489019c9b62b4 /kubernetes/appc/charts/appc-ansible-server/values.yaml
parent25d245fc8a18f34fa64fca0086acdf19fbc50e0e (diff)
sync with oom master
keep staging branch for El Alto release Issue-ID: APPC-1656 Change-Id: I5e687ebcfc6eb5c3090bc36a8cb518461d06fecf Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'kubernetes/appc/charts/appc-ansible-server/values.yaml')
-rw-r--r--kubernetes/appc/charts/appc-ansible-server/values.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/appc/charts/appc-ansible-server/values.yaml b/kubernetes/appc/charts/appc-ansible-server/values.yaml
index 59cf29f70c..f2dd150160 100644
--- a/kubernetes/appc/charts/appc-ansible-server/values.yaml
+++ b/kubernetes/appc/charts/appc-ansible-server/values.yaml
@@ -37,6 +37,8 @@ debugEnabled: false
# application configuration
config:
+ ansibleUid: 100
+ ansibleGid: 101
appcChartName: appc
mysqlServiceName: appc-dbhost
configDir: /opt/onap/ccsdk
@@ -89,7 +91,7 @@ persistence:
size: 1Gi
mountPath: /dockerdata-nfs
mountSubPath: appc/ansible
- playbookPath: /var/local
+ playbookPath: /home/ansible
ingress:
enabled: false