vsp-openshift.j2 993 B

123456789101112131415161718192021222324
  1. clientCert: {{ client_cert }}
  2. # The key to the certificate in clientCert above
  3. clientKey: {{ client_key }}
  4. # The certificate authority's certificate for the local kubelet. Usually the
  5. # same as the CA cert used to create the client Cert/Key pair.
  6. CACert: {{ ca_cert }}
  7. # Name of the enterprise in which pods will reside
  8. enterpriseName: {{ enterprise }}
  9. # Name of the domain in which pods will reside
  10. domainName: {{ domain }}
  11. # IP address and port number of master API server
  12. masterApiServer: {{ api_server }}
  13. # REST server URL
  14. nuageMonRestServer: {{ nuage_mon_rest_server_url }}
  15. # Bridge name for the docker bridge
  16. dockerBridgeName: {{ docker_bridge }}
  17. # Certificate for connecting to the kubemon REST API
  18. nuageMonClientCert: {{ rest_client_cert }}
  19. # Key to the certificate in restClientCert
  20. nuageMonClientKey: {{ rest_client_key }}
  21. # CA certificate for verifying the master's rest server
  22. nuageMonServerCA: {{ rest_server_ca_cert }}
  23. # Nuage vport mtu size
  24. interfaceMTU: {{ vport_mtu }}