Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
| 3 | - system.linux.system.repo.cassandra |
| 4 | - system.linux.system.repo.mcp.contrail |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 5 | - system.linux.system.repo.mcp.extra |
| 6 | - system.linux.system.repo.saltstack.xenial |
| 7 | - system.opencontrail.client.resource.edge_router |
| 8 | - system.opencontrail.control.cluster4_0 |
| 9 | - system.opencontrail.client.cluster |
| 10 | - system.opencontrail.client.resource.control_node |
| 11 | - system.opencontrail.client.resource.config_node |
| 12 | - system.opencontrail.client.resource.database_node |
| 13 | - system.opencontrail.client.resource.analytics_node |
| 14 | - system.opencontrail.client.resource.global_vrouter_config |
Svimba | 7fee673 | 2018-06-06 17:15:18 +0200 | [diff] [blame] | 15 | - system.opencontrail.client.resource.k8s_api |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 16 | - system.haproxy.proxy.listen.opencontrail.analytics |
| 17 | - cluster.k8s-ha-contrail-40.infra |
| 18 | - cluster.k8s-ha-contrail-40.opencontrail |
Svimba | 7fee673 | 2018-06-06 17:15:18 +0200 | [diff] [blame] | 19 | - cluster.overrides |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 20 | |
| 21 | parameters: |
| 22 | _param: |
| 23 | cluster_local_address: ${_param:single_address} |
| 24 | cluster_node01_hostname: ${_param:opencontrail_control_node01_hostname} |
| 25 | cluster_node01_address: ${_param:opencontrail_control_node01_address} |
| 26 | cluster_node02_hostname: ${_param:opencontrail_control_node02_hostname} |
| 27 | cluster_node02_address: ${_param:opencontrail_control_node02_address} |
| 28 | cluster_node03_hostname: ${_param:opencontrail_control_node03_hostname} |
| 29 | cluster_node03_address: ${_param:opencontrail_control_node03_address} |
| 30 | opencontrail_router01_hostname: vsrx01.${_param:cluster_domain} |
| 31 | opencontrail_router01_address: 172.16.10.131 |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 32 | |
| 33 | opencontrail: |
| 34 | compute: |
| 35 | enabled: false |
Svimba | 7fee673 | 2018-06-06 17:15:18 +0200 | [diff] [blame] | 36 | version: ${_param:opencontrail_version} |
| 37 | disable_flow_collection: true |
| 38 | interface: |
| 39 | dev: ens4 |
| 40 | address: None |
| 41 | mtu: 1500 |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 42 | common: |
| 43 | identity: |
| 44 | host: none |
Svimba | 35597f7 | 2018-06-12 11:49:26 +0200 | [diff] [blame] | 45 | engine: none |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 46 | network: |
| 47 | engine: k8s |
| 48 | contrainer_folders: |
| 49 | - /var/lib/config_zookeeper_data |
| 50 | - /var/lib/analyticsdb-zookeeper-data |
| 51 | - /var/lib/configdb |
| 52 | - /var/lib/analyticsdb/ |
| 53 | - /usr/share/kafka/logs |
Svimba | 35597f7 | 2018-06-12 11:49:26 +0200 | [diff] [blame] | 54 | collector: |
| 55 | identity: |
| 56 | engine: none |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 57 | config: |
| 58 | network: |
| 59 | engine: k8s |
| 60 | identity: |
Svimba | 35597f7 | 2018-06-12 11:49:26 +0200 | [diff] [blame] | 61 | engine: none |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 62 | region: none |
| 63 | host: none |
| 64 | multi_tenancy: false |
| 65 | message_queue: |
| 66 | host: ${_param:opencontrail_control_address} |
| 67 | web: |
Svimba | 35597f7 | 2018-06-12 11:49:26 +0200 | [diff] [blame] | 68 | http: |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 69 | port: 8095 |
Svimba | 35597f7 | 2018-06-12 11:49:26 +0200 | [diff] [blame] | 70 | https: |
Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 71 | port: 8143 |
| 72 | network: |
| 73 | engine: k8s |
| 74 | identity: |
| 75 | engine: k8s |
| 76 | host: none |
| 77 | bind: |
| 78 | address: ${_param:single_address} |