summaryrefslogtreecommitdiffstats
path: root/roles/nuage_master/templates/nuage-openshift-monitor.j2
blob: e50e225e1a520c2b95db9eb07d361793d09a3eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# .kubeconfig that includes the nuage service account
kubeConfig: {{ kube_config }}
# name of the nuage service account, or another account with 'cluster-reader'
# permissions
# Openshift master config file
masterConfig: {{ master_config_yaml }} 
# URL of the VSD Architect
vsdApiUrl: {{ vsd_api_url }} 
# API version to query against.  Usually "v3_2"
vspVersion: {{ vsp_version }} 
# File containing a VSP license to install.  Only necessary if no license has
# been installed on the VSD Architect before, only valid for standalone vsd install
# licenseFile: "/path/to/base_vsp_license.txt"
# Name of the enterprise in which pods will reside
enterpriseName: {{ enterprise }} 
# Name of the domain in which pods will reside
domainName: {{ domain }}
# Location where logs should be saved
log_dir: {{ nuage_mon_rest_server_logdir }}
# Monitor rest server paramters
nuageMonServer:
    URL: {{ nuage_mon_rest_server_url }}
    certificateDirectory: {{ cert_output_dir }}