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 |
| 17 | - cluster.k8s_aio_contrail.infra |
| 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: ${_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 | rabbitmq_secret_key: password |
| 30 | rabbitmq_admin_password: password |
| 31 | opencontrail_router01_hostname: vsrx01.${_param:cluster_domain} |
| 32 | opencontrail_router01_address: 172.16.10.131 |
| 33 | linux: |
| 34 | network: |
| 35 | interface: |
| 36 | eth1: |
| 37 | enabled: true |
| 38 | type: eth |
| 39 | proto: dhcp |
| 40 | keepalived: |
| 41 | cluster: |
| 42 | instance: |
| 43 | VIP: |
| 44 | virtual_router_id: 144 |
| 45 | opencontrail: |
| 46 | common: |
| 47 | identity: |
| 48 | host: none |
| 49 | engine: k8s |
| 50 | network: |
| 51 | engine: k8s |
| 52 | config: |
| 53 | network: |
| 54 | engine: k8s |
| 55 | identity: |
| 56 | engine: k8s |
| 57 | region: none |
| 58 | host: none |
| 59 | multi_tenancy: false |
| 60 | message_queue: |
| 61 | host: ${_param:opencontrail_control_address} |
| 62 | web: |
| 63 | network: |
| 64 | engine: k8s |
| 65 | identity: |
| 66 | engine: k8s |
| 67 | host: none |
| 68 | rabbitmq: |
| 69 | server: |
| 70 | host: |
| 71 | '/': |
| 72 | enabled: true |
| 73 | user: guest |
| 74 | password: guest |
| 75 | policies: |
| 76 | - name: HA |
| 77 | pattern: '^(?!amq\.).*' |
| 78 | definition: '{"ha-mode": "all", "message-ttl": 120000}' |