Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - opencontrail |
Jakub Pavlik | 73a5243 | 2016-01-28 11:06:37 +0100 | [diff] [blame] | 3 | classes: |
| 4 | - service.opencontrail.support |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 5 | parameters: |
| 6 | _param: |
| 7 | opencontrail_version: 2.2 |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame^] | 8 | opencontrail_identity_port: 35357 |
| 9 | opencontrail_identity_version: '2.0' |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 10 | opencontrail: |
| 11 | common: |
| 12 | version: ${_param:opencontrail_version} |
| 13 | identity: |
| 14 | engine: keystone |
| 15 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame^] | 16 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 17 | token: '${_param:keystone_service_token}' |
| 18 | password: '${_param:keystone_admin_password}' |
| 19 | network: |
| 20 | engine: neutron |
| 21 | host: ${_param:cluster_vip_address} |
| 22 | port: 9696 |
| 23 | config: |
| 24 | version: ${_param:opencontrail_version} |
| 25 | enabled: true |
Jakub Pavlik | 6d90f36 | 2016-04-19 20:34:37 +0200 | [diff] [blame] | 26 | multi_tenancy: true |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 27 | network: |
| 28 | engine: neutron |
| 29 | host: ${_param:cluster_vip_address} |
| 30 | port: 9696 |
| 31 | discovery: |
| 32 | host: ${_param:cluster_vip_address} |
| 33 | analytics: |
| 34 | host: ${_param:analytics_vip_address} |
| 35 | bind: |
| 36 | address: ${_param:cluster_local_address} |
Jakub Pavlik | ee543d4 | 2016-05-30 21:54:11 +0200 | [diff] [blame] | 37 | api_port: 9100 |
| 38 | discovery_port: 9110 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 39 | message_queue: |
| 40 | engine: rabbitmq |
| 41 | host: ${_param:cluster_vip_address} |
| 42 | port: 5672 |
| 43 | database: |
| 44 | members: |
| 45 | - host: ${_param:cluster_node01_address} |
| 46 | port: 9160 |
| 47 | - host: ${_param:cluster_node02_address} |
| 48 | port: 9160 |
| 49 | - host: ${_param:cluster_node03_address} |
| 50 | port: 9160 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 51 | identity: |
| 52 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame^] | 53 | version: ${_param:opencontrail_identity_version} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 54 | region: RegionOne |
| 55 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame^] | 56 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 57 | user: admin |
| 58 | password: '${_param:keystone_admin_password}' |
| 59 | token: '${_param:keystone_service_token}' |
| 60 | tenant: admin |
| 61 | members: |
| 62 | - host: ${_param:cluster_node01_address} |
| 63 | id: 1 |
| 64 | - host: ${_param:cluster_node02_address} |
| 65 | id: 2 |
| 66 | - host: ${_param:cluster_node03_address} |
| 67 | id: 3 |
| 68 | control: |
| 69 | version: ${_param:opencontrail_version} |
| 70 | enabled: true |
marco | 5ceb93b | 2016-10-11 16:32:05 +0200 | [diff] [blame] | 71 | id: ${_param:opencontrail_database_id} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 72 | bind: |
| 73 | address: ${_param:cluster_local_address} |
| 74 | discovery: |
| 75 | host: ${_param:cluster_vip_address} |
| 76 | master: |
| 77 | host: ${_param:cluster_local_address} |
| 78 | members: |
| 79 | - host: ${_param:cluster_node01_address} |
| 80 | id: 1 |
| 81 | - host: ${_param:cluster_node02_address} |
| 82 | id: 2 |
| 83 | - host: ${_param:cluster_node03_address} |
| 84 | id: 3 |
| 85 | database: |
| 86 | version: ${_param:opencontrail_version} |
| 87 | cassandra: |
| 88 | version: 2 |
| 89 | enabled: true |
| 90 | name: 'Contrail' |
| 91 | minimum_disk: 10 |
| 92 | original_token: 0 |
| 93 | data_dirs: |
| 94 | - /var/lib/cassandra |
| 95 | id: ${_param:opencontrail_database_id} |
| 96 | discovery: |
| 97 | host: ${_param:cluster_vip_address} |
| 98 | bind: |
| 99 | host: ${_param:cluster_local_address} |
| 100 | port: 9042 |
| 101 | rpc_port: 9160 |
| 102 | members: |
| 103 | - host: ${_param:cluster_node01_address} |
| 104 | id: 1 |
| 105 | - host: ${_param:cluster_node02_address} |
| 106 | id: 2 |
| 107 | - host: ${_param:cluster_node03_address} |
| 108 | id: 3 |
| 109 | web: |
| 110 | version: ${_param:opencontrail_version} |
| 111 | enabled: True |
| 112 | bind: |
| 113 | address: ${_param:cluster_local_address} |
| 114 | analytics: |
| 115 | host: ${_param:analytics_vip_address} |
| 116 | master: |
| 117 | host: ${_param:cluster_vip_address} |
| 118 | cache: |
| 119 | engine: redis |
| 120 | host: ${_param:cluster_local_address} |
| 121 | port: 6379 |
| 122 | members: |
| 123 | - host: ${_param:cluster_node01_address} |
| 124 | id: 1 |
| 125 | - host: ${_param:cluster_node02_address} |
| 126 | id: 2 |
| 127 | - host: ${_param:cluster_node03_address} |
| 128 | id: 3 |
Petr Jediný | ffbe208 | 2017-03-07 00:56:47 +0100 | [diff] [blame] | 129 | database: |
| 130 | engine: cassandra |
| 131 | port: 9160 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 132 | identity: |
| 133 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame^] | 134 | version: ${_param:opencontrail_identity_version} |
| 135 | region: RegionOne |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 136 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame^] | 137 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 138 | user: admin |
| 139 | password: '${_param:keystone_admin_password}' |
| 140 | token: '${_param:keystone_service_token}' |
| 141 | tenant: admin |
marco | 6a3362a | 2016-06-28 11:18:10 +0200 | [diff] [blame] | 142 | network: |
| 143 | engine: neutron |
Pavel Svimbersky | 5019868 | 2017-10-26 10:18:59 +0200 | [diff] [blame] | 144 | host: ${_param:cluster_vip_address} |