1 ################################################################################
2 # Copyright (c) 2019 AT&T Intellectual Property. #
3 # Copyright (c) 2019 Nokia. #
5 # Licensed under the Apache License, Version 2.0 (the "License"); #
6 # you may not use this file except in compliance with the License. #
7 # You may obtain a copy of the License at #
9 # http://www.apache.org/licenses/LICENSE-2.0 #
11 # Unless required by applicable law or agreed to in writing, software #
12 # distributed under the License is distributed on an "AS IS" BASIS, #
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
14 # See the License for the specific language governing permissions and #
15 # limitations under the License. #
16 ################################################################################
18 # This is a YAML-formatted file.
19 # Declare variables to be passed into your templates.
21 # Modify this section to point to Docker image repository
23 repository: "${__RUNRICENV_DOCKER_HOST__}:${__RUNRICENV_DOCKER_PORT__}"
24 repositoryCred: "docker-reg-cred"
25 pullPolicy: IfNotPresent
27 # xAppmanager Docker image name and tag
31 # This section describes xAppManager
46 # Path referred in xapp-manager for retrieving configuration details
47 appconfigpath: /opt/ric/config
49 # To be present as files under appconfigpath
50 # Use your own environment addresses
53 # Port on which the xapp-manager REST services are provided
56 # Remote helm repo URL. UPDATE this as required.
57 "repo": "https://${__RUNRICENV_HELMREPO_HOST__}:${__RUNRICENV_HELMREPO_PORT__}"
59 # Repo name referred within the xapp-manager
60 "repo-name": "helm-repo"
62 # Tiller service details in the cluster. UPDATE this as required.
63 "tiller-service": "tiller-deploy"
64 "tiller-namespace": "kube-system"
65 "tiller-port": "44134"
67 # To be provided as env variables
74 # Path referred in xapp-manager for retrieving helm repo secrets
75 appsecretpath: /opt/ric/secret
77 # Secret object with credentials that should be created in K8S cluster.
78 # Parameters in this object are currently referred by xapp-manager to connect to helm repo and these are:
81 appsecretobject: xapp-mgr-creds
84 # Path referred in xapp-manager for retrieving helm repo client certificates
85 appcertpath: /opt/ric/certificates
87 # configMap object in K8S cluster that holds the client side certificates to connect to helm repo.
88 # Currently all certificates mounted by this object are copied to /etc/ssl/certs
89 appcertobject: xapp-mgr-certs