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 |
| 5 | - system.linux.system.repo.mcp.openstack |
| 6 | - system.linux.system.repo.mcp.extra |
| 7 | - system.linux.system.repo.saltstack.xenial |
| 8 | - system.opencontrail.client.resource.edge_router |
| 9 | - system.opencontrail.control.cluster4_0 |
| 10 | - system.opencontrail.client.cluster |
| 11 | - system.opencontrail.client.resource.control_node |
| 12 | - system.opencontrail.client.resource.config_node |
| 13 | - system.opencontrail.client.resource.database_node |
| 14 | - system.opencontrail.client.resource.analytics_node |
| 15 | - system.opencontrail.client.resource.global_vrouter_config |
| 16 | - system.haproxy.proxy.listen.opencontrail.analytics |
| 17 | - cluster.k8s-ha-contrail-40.infra |
| 18 | - cluster.k8s-ha-contrail-40.opencontrail |
| 19 | |
| 20 | parameters: |
| 21 | _param: |
| 22 | cluster_local_address: ${_param:single_address} |
| 23 | cluster_node01_hostname: ${_param:opencontrail_control_node01_hostname} |
| 24 | cluster_node01_address: ${_param:opencontrail_control_node01_address} |
| 25 | cluster_node02_hostname: ${_param:opencontrail_control_node02_hostname} |
| 26 | cluster_node02_address: ${_param:opencontrail_control_node02_address} |
| 27 | cluster_node03_hostname: ${_param:opencontrail_control_node03_hostname} |
| 28 | cluster_node03_address: ${_param:opencontrail_control_node03_address} |
| 29 | opencontrail_router01_hostname: vsrx01.${_param:cluster_domain} |
| 30 | opencontrail_router01_address: 172.16.10.131 |
| 31 | linux: |
| 32 | network: |
| 33 | interface: |
| 34 | eth1: |
| 35 | enabled: true |
| 36 | type: eth |
| 37 | proto: dhcp |
| 38 | |
| 39 | opencontrail: |
| 40 | compute: |
| 41 | enabled: false |
| 42 | common: |
| 43 | identity: |
| 44 | host: none |
| 45 | engine: k8s |
| 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 |
| 54 | config: |
| 55 | network: |
| 56 | engine: k8s |
| 57 | identity: |
| 58 | engine: k8s |
| 59 | region: none |
| 60 | host: none |
| 61 | multi_tenancy: false |
| 62 | message_queue: |
| 63 | host: ${_param:opencontrail_control_address} |
| 64 | web: |
| 65 | http: |
| 66 | port: 8095 |
| 67 | https: |
| 68 | port: 8143 |
| 69 | network: |
| 70 | engine: k8s |
| 71 | identity: |
| 72 | engine: k8s |
| 73 | host: none |
| 74 | bind: |
| 75 | address: ${_param:single_address} |