Definable input variables while provisioning contrail for k8s
Madhukar Nayakbomman edited this page Sep 14, 2017
·
2 revisions
Clone this wiki locally
Input variables which could be defined while provisioning contrail for k8s
| Input Varaible - Helm charts | Input Varaible - Single yaml file | default | Sample Values | Description |
|---|---|---|---|---|
| conf.global.cloudOrchestrator | cloud_orchestrator | - | kubernetes | Orchestration for which contrail is being provisioned |
| conf.global.ssl.sandesh | sandesh_ssl_enable | False | True/False | Enabling ssl for sandesh connection |
| conf.global.ssl.introspect | introspect_ssl_enable | False | True/False | Enabling ssl for introspect connection |
| conf.global.config.enableConfigService | enable_config_service | True | True/False | Enabling config service |
| conf.global.controller.enableControlService | enable_control_service | True | True/False | Enabling control service |
| conf.global.webui.enableWebuiService | enable_webui_service | True | True/False | Enableing webui service |
| conf.global.config.nodes | config_nodes | - | 10.84.13.7,10.84.13.8 | Comma separated list of config node IP address |
| conf.global.controller.nodes | controller_nodes | - | 10.84.13.7,10.84.13.8 | Comma separated list of controller node IP address |
| conf.global.analytics.nodes | analytics_nodes | - | 10.84.13.7,10.84.13.8 | Comma separated list of analytics node IP address |
| conf.global.analyticsdb.nodes | analyticsdb_nodes | - | 10.84.13.7,10.84.13.8 | Comma separated list of analyticsdb node IP address |
| conf.agent.compileVrouterModule | compile_vrouter_module | - | True/False | Falg to compile vrouter module |
| conf.agent.ctrlDataNetwork | ctrl_data_network | - | 192.168.10.0/24 | Control data network |
| conf.kubernetes.apiServer | api_server | - | 10.84.13.7 | IP address of kube-apiserver |
| conf.kubernetes.podSubnets | pod_subnets | 10.32.0.0/12 | 10.32.0.0/12 | CIDR for pod network |
| conf.kubernetes.svcSubnets | service_subnets | 10.96.0.0/12 | 10.96.0.0/12 | CIDR for service subnet |
| conf.kubernetesVNC.publicFipPool | public_fip_pool | - | {'domain': 'domain-name', 'project': 'project-name', 'network': 'network-name', 'name': 'fip-pool-name' } | FQDN name of FIP pool |
Copyright (c) 2018 Juniper Networks, Inc. All rights reserved