Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.keepalived.cluster.single |
| 3 | - service.opencontrail.control.control |
| 4 | - system.haproxy.proxy.listen.opencontrail.control |
| 5 | parameters: |
| 6 | _param: |
| 7 | multi_tenancy: false |
| 8 | opencontrail: |
| 9 | common: |
| 10 | version: ${_param:opencontrail_version} |
| 11 | identity: |
| 12 | engine: keystone |
| 13 | host: ${_param:openstack_control_address} |
| 14 | port: 35357 |
| 15 | token: '${_param:keystone_service_token}' |
| 16 | password: '${_param:keystone_admin_password}' |
| 17 | network: |
| 18 | engine: neutron |
| 19 | host: ${_param:cluster_vip_address} |
| 20 | port: 9696 |
| 21 | config: |
| 22 | version: ${_param:opencontrail_version} |
| 23 | enabled: true |
| 24 | multi_tenancy: ${_param:multi_tenancy} |
| 25 | network: |
| 26 | engine: neutron |
| 27 | host: ${_param:cluster_vip_address} |
| 28 | port: 9696 |
| 29 | discovery: |
| 30 | host: ${_param:cluster_vip_address} |
| 31 | analytics: |
| 32 | host: ${_param:opencontrail_analytics_address} |
| 33 | bind: |
| 34 | address: ${_param:cluster_local_address} |
| 35 | api_port: 9100 |
| 36 | discovery_port: 9110 |
| 37 | message_queue: |
| 38 | engine: rabbitmq |
| 39 | host: ${_param:openstack_message_queue_address} |
| 40 | port: 5672 |
| 41 | identity: |
| 42 | engine: keystone |
| 43 | version: '2.0' |
Pavel Cizinsky | 8a1baa3 | 2017-03-16 00:53:35 +0100 | [diff] [blame] | 44 | region: ${_param:openstack_region} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 45 | host: ${_param:openstack_control_address} |
| 46 | port: 35357 |
| 47 | user: admin |
| 48 | password: '${_param:keystone_admin_password}' |
| 49 | token: '${_param:keystone_service_token}' |
| 50 | tenant: admin |
| 51 | control: |
| 52 | version: ${_param:opencontrail_version} |
| 53 | enabled: true |
| 54 | id: ${_param:opencontrail_database_id} |
| 55 | bind: |
| 56 | address: ${_param:cluster_local_address} |
| 57 | discovery: |
| 58 | host: ${_param:cluster_vip_address} |
| 59 | master: |
| 60 | host: ${_param:cluster_local_address} |
| 61 | database: |
| 62 | version: ${_param:opencontrail_version} |
| 63 | cassandra: |
| 64 | version: 2 |
| 65 | enabled: true |
| 66 | name: 'Contrail' |
| 67 | minimum_disk: 10 |
| 68 | original_token: 0 |
| 69 | data_dirs: |
| 70 | - /var/lib/cassandra |
| 71 | id: ${_param:opencontrail_database_id} |
| 72 | discovery: |
| 73 | host: ${_param:cluster_vip_address} |
| 74 | bind: |
| 75 | host: ${_param:cluster_local_address} |
| 76 | port: 9042 |
| 77 | rpc_port: 9160 |
| 78 | web: |
| 79 | version: ${_param:opencontrail_version} |
| 80 | enabled: True |
| 81 | bind: |
| 82 | address: ${_param:cluster_local_address} |
| 83 | analytics: |
| 84 | host: ${_param:opencontrail_analytics_address} |
| 85 | master: |
| 86 | host: ${_param:cluster_vip_address} |
| 87 | cache: |
| 88 | engine: redis |
Ondrej Smola | 5dbbc69 | 2016-12-19 11:51:43 +0100 | [diff] [blame] | 89 | host: 127.0.0.1 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 90 | port: 6379 |
| 91 | identity: |
| 92 | engine: keystone |
| 93 | version: '2.0' |
| 94 | host: ${_param:openstack_control_address} |
| 95 | port: 35357 |
| 96 | user: admin |
| 97 | password: '${_param:keystone_admin_password}' |
| 98 | token: '${_param:keystone_service_token}' |
| 99 | tenant: admin |
Jakub Pavlik | d60e217 | 2017-03-08 13:41:00 +0100 | [diff] [blame] | 100 | database: |
| 101 | port: 9042 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 102 | network: |
| 103 | engine: neutron |
Pavel Cizinsky | 8a1baa3 | 2017-03-16 00:53:35 +0100 | [diff] [blame] | 104 | host: ${_param:cluster_vip_address} |