nuage-openshift-monitor.j2 1.2 KB

123456789101112131415161718192021222324252627
  1. # .kubeconfig that includes the nuage service account
  2. kubeConfig: {{ kube_config }}
  3. # name of the nuage service account, or another account with 'cluster-reader'
  4. # permissions
  5. # Openshift master config file
  6. masterConfig: {{ master_config_yaml }}
  7. # URL of the VSD Architect
  8. vsdApiUrl: {{ vsd_api_url }}
  9. # API version to query against. Usually "v3_2"
  10. vspVersion: {{ vsp_version }}
  11. # File containing a VSP license to install. Only necessary if no license has
  12. # been installed on the VSD Architect before, only valid for standalone vsd install
  13. # licenseFile: "/path/to/base_vsp_license.txt"
  14. # Name of the enterprise in which pods will reside
  15. enterpriseName: {{ enterprise }}
  16. # Name of the domain in which pods will reside
  17. domainName: {{ domain }}
  18. # Location where logs should be saved
  19. log_dir: {{ nuage_mon_rest_server_logdir }}
  20. # Monitor rest server paramters
  21. # Logging level for the nuage openshift monitor
  22. # allowed options are: 0 => INFO, 1 => WARNING, 2 => ERROR, 3 => FATAL
  23. logLevel: {{ nuage_mon_log_level }}
  24. # Parameters related to the nuage monitor REST server
  25. nuageMonServer:
  26. URL: {{ nuage_mon_rest_server_url }}
  27. certificateDirectory: {{ cert_output_dir }}