2 # Port on which the xapp-manager REST services are provided
5 # Remote helm repo URL. UPDATE this as required.
8 # Repo name referred within the xapp-manager
9 "repo-name": __REPO_NAME__
11 # Tiller service details in the cluster. UPDATE this as required.
12 "tiller-service": __TILLER_SERVICE__
13 "tiller-namespace": __TILLER_NAMESPACE__
14 "tiller-port": __TILLER_PORT__
15 # helm username and password files
16 "helm-username-file": "/opt/ric/secret/helm_repo_username"
17 "helm-password-file": "/opt/ric/secret/helm_repo_password"
20 #Namespace to install xAPPs
21 "namespace": __XAPP_NAMESPACE__
23 "schema": "descriptors/schema.json"
24 "config": "config/config-file.json"
25 "tmpConfig": "/tmp/config-file.json"