| applications: |
| - opencontrail |
| classes: |
| - service.opencontrail.support |
| parameters: |
| _param: |
| opencontrail_version: 2.2 |
| opencontrail: |
| common: |
| version: ${_param:opencontrail_version} |
| identity: |
| engine: keystone |
| host: ${_param:cluster_vip_address} |
| port: 35357 |
| token: '${_param:keystone_service_token}' |
| password: '${_param:keystone_admin_password}' |
| network: |
| engine: neutron |
| host: ${_param:cluster_vip_address} |
| port: 9696 |
| config: |
| version: ${_param:opencontrail_version} |
| enabled: true |
| multi_tenancy: true |
| network: |
| engine: neutron |
| host: ${_param:cluster_vip_address} |
| port: 9696 |
| discovery: |
| host: ${_param:cluster_vip_address} |
| analytics: |
| host: ${_param:cluster_vip_address} |
| bind: |
| address: ${_param:cluster_local_address} |
| api_port: 9100 |
| discovery_port: 9110 |
| message_queue: |
| engine: rabbitmq |
| host: ${_param:cluster_vip_address} |
| port: 5672 |
| database: |
| members: |
| - host: ${_param:cluster_node01_address} |
| port: 9160 |
| - host: ${_param:cluster_node02_address} |
| port: 9160 |
| - host: ${_param:cluster_node03_address} |
| port: 9160 |
| identity: |
| engine: keystone |
| version: '2.0' |
| region: RegionOne |
| host: ${_param:cluster_vip_address} |
| port: 35357 |
| user: admin |
| password: '${_param:keystone_admin_password}' |
| token: '${_param:keystone_service_token}' |
| tenant: admin |
| members: |
| - host: ${_param:cluster_node01_address} |
| id: 1 |
| - host: ${_param:cluster_node02_address} |
| id: 2 |
| - host: ${_param:cluster_node03_address} |
| id: 3 |
| control: |
| version: ${_param:opencontrail_version} |
| enabled: true |
| id: ${_param:opencontrail_database_id} |
| bind: |
| address: ${_param:cluster_local_address} |
| discovery: |
| host: ${_param:cluster_vip_address} |
| master: |
| host: ${_param:cluster_local_address} |
| members: |
| - host: ${_param:cluster_node01_address} |
| id: 1 |
| - host: ${_param:cluster_node02_address} |
| id: 2 |
| - host: ${_param:cluster_node03_address} |
| id: 3 |
| collector: |
| version: ${_param:opencontrail_version} |
| enabled: true |
| bind: |
| address: ${_param:cluster_local_address} |
| port: 9081 |
| master: |
| host: ${_param:cluster_local_address} |
| discovery: |
| host: ${_param:cluster_vip_address} |
| data_ttl: 1 |
| database: |
| members: |
| - host: ${_param:cluster_node01_address} |
| port: 9160 |
| - host: ${_param:cluster_node02_address} |
| port: 9160 |
| - host: ${_param:cluster_node03_address} |
| port: 9160 |
| database: |
| version: ${_param:opencontrail_version} |
| cassandra: |
| version: 2 |
| enabled: true |
| name: 'Contrail' |
| minimum_disk: 10 |
| original_token: 0 |
| data_dirs: |
| - /var/lib/cassandra |
| id: ${_param:opencontrail_database_id} |
| discovery: |
| host: ${_param:cluster_vip_address} |
| bind: |
| host: ${_param:cluster_local_address} |
| port: 9042 |
| rpc_port: 9160 |
| members: |
| - host: ${_param:cluster_node01_address} |
| id: 1 |
| - host: ${_param:cluster_node02_address} |
| id: 2 |
| - host: ${_param:cluster_node03_address} |
| id: 3 |
| web: |
| version: ${_param:opencontrail_version} |
| enabled: True |
| bind: |
| address: ${_param:cluster_local_address} |
| master: |
| host: ${_param:cluster_vip_address} |
| analytics: |
| host: ${_param:cluster_vip_address} |
| cache: |
| engine: redis |
| host: ${_param:cluster_local_address} |
| port: 6379 |
| members: |
| - host: ${_param:cluster_node01_address} |
| id: 1 |
| - host: ${_param:cluster_node02_address} |
| id: 2 |
| - host: ${_param:cluster_node03_address} |
| id: 3 |
| identity: |
| engine: keystone |
| version: '2.0' |
| host: ${_param:cluster_vip_address} |
| port: 35357 |
| user: admin |
| password: '${_param:keystone_admin_password}' |
| token: '${_param:keystone_service_token}' |
| tenant: admin |
| network: |
| engine: neutron |
| host: ${_param:cluster_vip_address} |