Merge "[CONSUL] Add limits to consul chart."
[oom.git] / kubernetes / appc / charts / appc-ansible-server / resources / config / RestServer_config
index 73d963d..dc08599 100644 (file)
@@ -1,3 +1,4 @@
+{{/*
 # Copyright © 2018 AT&T, Amdocs, Bell Canada, AT&T
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -11,6 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+*/}}
 
 # Host definition
 ip:    0.0.0.0
@@ -24,19 +26,12 @@ auth:       no
 priv:  provide_privated_key.pem
 pub:   provide_public_key.pem
 
-# RestServer authentication
-id:    sdnc
-psswd: sdnc
-
 # Mysql
-host:  {{.Values.config.mysqlServiceName}}
-user:  appc
-passwd:        appc
-db:    ansible
+host:  {{.Values.config.mariadbGaleraSVCName}}
 
 # Playbooks
 from_files:            yes
-ansible_path:          /opt/onap/sdnc/Playbooks
+ansible_path:          /opt/onap/ccsdk/Playbooks
 ansible_inv:           Ansible_inventory
 ansible_temp:          PlaybooksTemp
 timeout_seconds:       60