summaryrefslogtreecommitdiffstats
path: root/roles/nuage_master/templates/nuage-openshift-monitor.j2
blob: db8c3d85e79412771d5fb1d9f68d39b9fe58e03e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# .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_openshift_monitor_log_dir }}