Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +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.trusty |
| 8 | - system.opencontrail.client.resource.edge_router |
| 9 | - system.opencontrail.control.cluster |
| 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.haproxy.proxy.listen.opencontrail.analytics |
| 16 | - cluster.os_ha_contrail |
| 17 | parameters: |
| 18 | _param: |
| 19 | openstack_version: mitaka |
| 20 | keepalived_vip_interface: eth1 |
| 21 | cluster_vip_address: ${_param:opencontrail_control_address} |
| 22 | cluster_local_address: ${_param:single_address} |
| 23 | cluster_node01_hostname: ntw01 |
| 24 | cluster_node01_address: ${_param:opencontrail_control_node01_address} |
| 25 | cluster_node02_hostname: ntw02 |
| 26 | cluster_node02_address: ${_param:opencontrail_control_node02_address} |
| 27 | cluster_node03_hostname: ntw03 |
| 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: static |
| 38 | address: ${_param:single_address} |
| 39 | netmask: 255.255.255.0 |
| 40 | keepalived: |
| 41 | cluster: |
| 42 | instance: |
| 43 | VIP: |
| 44 | virtual_router_id: 144 |
| 45 | opencontrail: |
| 46 | web: |
| 47 | database: |
| 48 | port: 9042 |
| 49 | network: |
| 50 | host: ${_param:openstack_control_address} |
| 51 | identity: |
| 52 | host: ${_param:openstack_control_address} |
| 53 | common: |
| 54 | network: |
| 55 | host: ${_param:openstack_control_address} |
| 56 | identity: |
| 57 | host: ${_param:openstack_control_address} |
| 58 | config: |
| 59 | network: |
| 60 | host: ${_param:openstack_control_address} |
| 61 | identity: |
| 62 | host: ${_param:openstack_control_address} |
| 63 | message_queue: |
| 64 | engine: rabbitmq |
| 65 | host: ${_param:openstack_control_address} |
| 66 | port: 5672 |