Jiri Broulik | eaae24f | 2017-04-21 16:59:29 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
| 3 | - system.linux.system.repo.cassandra |
| 4 | - system.linux.system.repo.mcp.contrail |
Jiri Broulik | ecc84f0 | 2017-04-25 18:50:30 +0200 | [diff] [blame] | 5 | - system.linux.system.repo.mcp.openstack |
Jiri Broulik | eaae24f | 2017-04-21 16:59:29 +0200 | [diff] [blame] | 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 |
Olivier Bourdon | 124bb9b | 2017-07-05 07:57:41 +0200 | [diff] [blame^] | 16 | - system.prometheus.exporters.jmx |
Jiri Broulik | eaae24f | 2017-04-21 16:59:29 +0200 | [diff] [blame] | 17 | - cluster.virtual-mcp11-contrail-nfv |
| 18 | parameters: |
| 19 | _param: |
| 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 |
Jiri Broulik | 0489314 | 2017-04-25 15:10:46 +0200 | [diff] [blame] | 31 | openstack_version: mitaka |
Jiri Broulik | ecc84f0 | 2017-04-25 18:50:30 +0200 | [diff] [blame] | 32 | linux_system_codename: trusty |
Jiri Broulik | eaae24f | 2017-04-21 16:59:29 +0200 | [diff] [blame] | 33 | linux: |
| 34 | network: |
| 35 | interface: |
| 36 | eth1: |
| 37 | enabled: true |
| 38 | type: eth |
| 39 | proto: static |
| 40 | address: ${_param:single_address} |
| 41 | netmask: 255.255.255.0 |
| 42 | keepalived: |
| 43 | cluster: |
| 44 | instance: |
| 45 | VIP: |
| 46 | virtual_router_id: 144 |
| 47 | opencontrail: |
| 48 | web: |
| 49 | database: |
| 50 | port: 9042 |
| 51 | network: |
| 52 | host: ${_param:openstack_control_address} |
| 53 | identity: |
| 54 | host: ${_param:openstack_control_address} |
| 55 | common: |
| 56 | network: |
| 57 | host: ${_param:openstack_control_address} |
| 58 | identity: |
| 59 | host: ${_param:openstack_control_address} |
| 60 | config: |
| 61 | network: |
| 62 | host: ${_param:openstack_control_address} |
| 63 | identity: |
| 64 | host: ${_param:openstack_control_address} |
| 65 | message_queue: |
| 66 | engine: rabbitmq |
| 67 | host: ${_param:openstack_control_address} |
| 68 | port: 5672 |