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} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 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:cluster_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 | collector: |
| 86 | version: ${_param:opencontrail_version} |
| 87 | enabled: true |
Petr Jediný | ffbe208 | 2017-03-07 00:56:47 +0100 | [diff] [blame] | 88 | aaa_mode: no-auth |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 89 | bind: |
| 90 | address: ${_param:cluster_local_address} |
Jakub Pavlik | ee543d4 | 2016-05-30 21:54:11 +0200 | [diff] [blame] | 91 | port: 9081 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 92 | master: |
| 93 | host: ${_param:cluster_local_address} |
| 94 | discovery: |
| 95 | host: ${_param:cluster_vip_address} |
| 96 | data_ttl: 1 |
| 97 | database: |
| 98 | members: |
| 99 | - host: ${_param:cluster_node01_address} |
| 100 | port: 9160 |
| 101 | - host: ${_param:cluster_node02_address} |
| 102 | port: 9160 |
| 103 | - host: ${_param:cluster_node03_address} |
| 104 | port: 9160 |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 105 | identity: |
| 106 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 107 | version: ${_param:opencontrail_identity_version} |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 108 | region: RegionOne |
| 109 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 110 | port: ${_param:opencontrail_identity_port} |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 111 | user: admin |
| 112 | password: '${_param:keystone_admin_password}' |
| 113 | token: '${_param:keystone_service_token}' |
| 114 | tenant: admin |
Marek Celoud | dbba7ed | 2017-12-07 10:36:24 +0100 | [diff] [blame] | 115 | alarm_gen: |
| 116 | workers: 1 |
| 117 | port_prefix: 59 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 118 | database: |
| 119 | version: ${_param:opencontrail_version} |
| 120 | cassandra: |
| 121 | version: 2 |
| 122 | enabled: true |
| 123 | name: 'Contrail' |
| 124 | minimum_disk: 10 |
| 125 | original_token: 0 |
| 126 | data_dirs: |
| 127 | - /var/lib/cassandra |
| 128 | id: ${_param:opencontrail_database_id} |
| 129 | discovery: |
| 130 | host: ${_param:cluster_vip_address} |
| 131 | bind: |
| 132 | host: ${_param:cluster_local_address} |
| 133 | port: 9042 |
| 134 | rpc_port: 9160 |
| 135 | members: |
| 136 | - host: ${_param:cluster_node01_address} |
| 137 | id: 1 |
| 138 | - host: ${_param:cluster_node02_address} |
| 139 | id: 2 |
| 140 | - host: ${_param:cluster_node03_address} |
| 141 | id: 3 |
| 142 | web: |
| 143 | version: ${_param:opencontrail_version} |
| 144 | enabled: True |
| 145 | bind: |
| 146 | address: ${_param:cluster_local_address} |
| 147 | master: |
| 148 | host: ${_param:cluster_vip_address} |
| 149 | analytics: |
| 150 | host: ${_param:cluster_vip_address} |
| 151 | cache: |
| 152 | engine: redis |
| 153 | host: ${_param:cluster_local_address} |
| 154 | port: 6379 |
| 155 | members: |
| 156 | - host: ${_param:cluster_node01_address} |
| 157 | id: 1 |
| 158 | - host: ${_param:cluster_node02_address} |
| 159 | id: 2 |
| 160 | - host: ${_param:cluster_node03_address} |
| 161 | id: 3 |
Petr Jediný | ffbe208 | 2017-03-07 00:56:47 +0100 | [diff] [blame] | 162 | database: |
| 163 | engine: cassandra |
| 164 | port: 9160 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 165 | identity: |
| 166 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 167 | version: ${_param:opencontrail_identity_version} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 168 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 169 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 170 | user: admin |
| 171 | password: '${_param:keystone_admin_password}' |
| 172 | token: '${_param:keystone_service_token}' |
| 173 | tenant: admin |
marco | 6a3362a | 2016-06-28 11:18:10 +0200 | [diff] [blame] | 174 | network: |
| 175 | engine: neutron |
| 176 | host: ${_param:cluster_vip_address} |