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.rabbitmq.server.cluster |
| 10 | - system.opencontrail.control.cluster |
| 11 | - system.opencontrail.client.cluster |
| 12 | - system.opencontrail.client.resource.control_node |
| 13 | - system.opencontrail.client.resource.config_node |
| 14 | - system.opencontrail.client.resource.database_node |
| 15 | - system.opencontrail.client.resource.analytics_node |
| 16 | - system.haproxy.proxy.listen.opencontrail.analytics |
Martin Polreich | 1ee2e09 | 2017-08-10 16:06:57 +0200 | [diff] [blame] | 17 | - system.prometheus.exporters.jmx |
Adam Tengler | 75c2f95 | 2017-07-04 17:37:15 +0000 | [diff] [blame] | 18 | - cluster.sl_k8s_contrail |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 19 | parameters: |
| 20 | _param: |
| 21 | keepalived_vip_interface: eth1 |
| 22 | cluster_vip_address: ${_param:opencontrail_control_address} |
| 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 | rabbitmq_secret_key: password |
| 31 | rabbitmq_admin_password: password |
Martin Polreich | b972722 | 2017-08-15 13:50:55 +0200 | [diff] [blame^] | 32 | rabbitmq_openstack_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 33 | opencontrail_router01_hostname: vsrx01.${_param:cluster_domain} |
| 34 | opencontrail_router01_address: 172.16.10.131 |
| 35 | linux: |
| 36 | network: |
| 37 | interface: |
| 38 | eth1: |
| 39 | enabled: true |
| 40 | type: eth |
| 41 | proto: dhcp |
| 42 | keepalived: |
| 43 | cluster: |
| 44 | instance: |
| 45 | VIP: |
| 46 | virtual_router_id: 144 |
| 47 | opencontrail: |
| 48 | common: |
| 49 | identity: |
| 50 | host: none |
| 51 | engine: k8s |
| 52 | network: |
| 53 | engine: k8s |
| 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 | network: |
| 66 | engine: k8s |
| 67 | identity: |
| 68 | engine: k8s |
| 69 | host: none |
| 70 | rabbitmq: |
| 71 | server: |
| 72 | host: |
| 73 | '/': |
| 74 | enabled: true |
| 75 | user: guest |
| 76 | password: guest |
| 77 | policies: |
| 78 | - name: HA |
| 79 | pattern: '^(?!amq\.).*' |
| 80 | definition: '{"ha-mode": "all", "message-ttl": 120000}' |