summaryrefslogtreecommitdiffstats
path: root/roles/nuage_master/templates/nuagekubemon.j2
diff options
context:
space:
mode:
authorVishal Patil <vishal.patil@nuagenetworks.net>2016-02-11 10:05:29 -0500
committerVishal Patil <vishal.patil@nuagenetworks.net>2016-02-11 10:05:29 -0500
commit3535ab6d8da1a1ac91dff47b6e92f625df102e2a (patch)
treefaecbf5c8e84fcad9e28a2e3835ee03382e8f0bc /roles/nuage_master/templates/nuagekubemon.j2
parent6b2edf68b223d8cba28fc96700651059c87a423a (diff)
downloadopenshift-3535ab6d8da1a1ac91dff47b6e92f625df102e2a.tar.gz
openshift-3535ab6d8da1a1ac91dff47b6e92f625df102e2a.tar.bz2
openshift-3535ab6d8da1a1ac91dff47b6e92f625df102e2a.tar.xz
openshift-3535ab6d8da1a1ac91dff47b6e92f625df102e2a.zip
Changes for new Nuage RPMS
Diffstat (limited to 'roles/nuage_master/templates/nuagekubemon.j2')
-rw-r--r--roles/nuage_master/templates/nuagekubemon.j219
1 files changed, 0 insertions, 19 deletions
diff --git a/roles/nuage_master/templates/nuagekubemon.j2 b/roles/nuage_master/templates/nuagekubemon.j2
deleted file mode 100644
index fb586bcee..000000000
--- a/roles/nuage_master/templates/nuagekubemon.j2
+++ /dev/null
@@ -1,19 +0,0 @@
-# .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
-openshiftMasterConfig: {{ 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: {{ nuagekubemon_log_dir }}