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 |
ibumarskov | ea5c65c | 2019-04-16 00:15:00 +0400 | [diff] [blame^] | 8 | opencontrail_identity_protocol: http |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 9 | opencontrail_identity_port: 35357 |
| 10 | opencontrail_identity_version: '2.0' |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 11 | opencontrail_admin_password: 'none' |
| 12 | opencontrail_admin_user: 'contrail' |
Svimba | b8bf141 | 2018-06-29 11:06:10 +0200 | [diff] [blame] | 13 | keystone_service_token: 'none' |
Inessa Vasilevskaya | 47b9025 | 2018-12-20 19:24:57 +0100 | [diff] [blame] | 14 | opencontrail_redis_password: 'none' |
Svimba | 60c1581 | 2018-07-04 14:14:22 +0200 | [diff] [blame] | 15 | openstack_region: RegionOne |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 16 | opencontrail: |
| 17 | common: |
| 18 | version: ${_param:opencontrail_version} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 19 | identity: |
| 20 | engine: keystone |
ibumarskov | 14e25db | 2019-04-10 16:37:27 +0400 | [diff] [blame] | 21 | protocol: ${_param:opencontrail_identity_protocol} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 22 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 23 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 24 | token: '${_param:keystone_service_token}' |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 25 | password: '${_param:opencontrail_admin_password}' |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 26 | network: |
| 27 | engine: neutron |
| 28 | host: ${_param:cluster_vip_address} |
| 29 | port: 9696 |
| 30 | config: |
| 31 | version: ${_param:opencontrail_version} |
| 32 | enabled: true |
Jakub Pavlik | 6d90f36 | 2016-04-19 20:34:37 +0200 | [diff] [blame] | 33 | multi_tenancy: true |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 34 | network: |
| 35 | engine: neutron |
| 36 | host: ${_param:cluster_vip_address} |
| 37 | port: 9696 |
| 38 | discovery: |
| 39 | host: ${_param:cluster_vip_address} |
| 40 | analytics: |
| 41 | host: ${_param:cluster_vip_address} |
| 42 | bind: |
| 43 | address: ${_param:cluster_local_address} |
Jakub Pavlik | ee543d4 | 2016-05-30 21:54:11 +0200 | [diff] [blame] | 44 | api_port: 9100 |
| 45 | discovery_port: 9110 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 46 | message_queue: |
| 47 | engine: rabbitmq |
| 48 | host: ${_param:cluster_vip_address} |
| 49 | port: 5672 |
| 50 | database: |
| 51 | members: |
| 52 | - host: ${_param:cluster_node01_address} |
| 53 | port: 9160 |
| 54 | - host: ${_param:cluster_node02_address} |
| 55 | port: 9160 |
| 56 | - host: ${_param:cluster_node03_address} |
| 57 | port: 9160 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 58 | identity: |
| 59 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 60 | version: ${_param:opencontrail_identity_version} |
Svimba | 60c1581 | 2018-07-04 14:14:22 +0200 | [diff] [blame] | 61 | region: ${_param:openstack_region} |
ibumarskov | 14e25db | 2019-04-10 16:37:27 +0400 | [diff] [blame] | 62 | protocol: ${_param:opencontrail_identity_protocol} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 63 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 64 | port: ${_param:opencontrail_identity_port} |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 65 | user: ${_param:opencontrail_admin_user} |
| 66 | password: '${_param:opencontrail_admin_password}' |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 67 | token: '${_param:keystone_service_token}' |
| 68 | tenant: admin |
| 69 | members: |
| 70 | - host: ${_param:cluster_node01_address} |
| 71 | id: 1 |
| 72 | - host: ${_param:cluster_node02_address} |
| 73 | id: 2 |
| 74 | - host: ${_param:cluster_node03_address} |
| 75 | id: 3 |
Inessa Vasilevskaya | ce208e7 | 2018-10-22 10:45:09 +0200 | [diff] [blame] | 76 | services_extra_states: |
| 77 | contrail-schema: |
| 78 | - backup |
| 79 | contrail-svc-monitor: |
| 80 | - backup |
| 81 | contrail-device-manager: |
| 82 | - backup |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 83 | control: |
| 84 | version: ${_param:opencontrail_version} |
| 85 | enabled: true |
marco | 5ceb93b | 2016-10-11 16:32:05 +0200 | [diff] [blame] | 86 | id: ${_param:opencontrail_database_id} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 87 | bind: |
| 88 | address: ${_param:cluster_local_address} |
| 89 | discovery: |
| 90 | host: ${_param:cluster_vip_address} |
| 91 | master: |
| 92 | host: ${_param:cluster_local_address} |
| 93 | members: |
| 94 | - host: ${_param:cluster_node01_address} |
| 95 | id: 1 |
| 96 | - host: ${_param:cluster_node02_address} |
| 97 | id: 2 |
| 98 | - host: ${_param:cluster_node03_address} |
| 99 | id: 3 |
| 100 | collector: |
| 101 | version: ${_param:opencontrail_version} |
| 102 | enabled: true |
Petr Jediný | ffbe208 | 2017-03-07 00:56:47 +0100 | [diff] [blame] | 103 | aaa_mode: no-auth |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 104 | bind: |
| 105 | address: ${_param:cluster_local_address} |
Jakub Pavlik | ee543d4 | 2016-05-30 21:54:11 +0200 | [diff] [blame] | 106 | port: 9081 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 107 | master: |
| 108 | host: ${_param:cluster_local_address} |
Gleb Zimin | 27521c1 | 2018-08-21 14:48:37 +0400 | [diff] [blame] | 109 | contrail_cache: |
| 110 | engine: redis |
| 111 | host: ${_param:cluster_local_address} |
| 112 | port: 6379 |
Inessa Vasilevskaya | 47b9025 | 2018-12-20 19:24:57 +0100 | [diff] [blame] | 113 | password: ${_param:opencontrail_redis_password} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 114 | discovery: |
| 115 | host: ${_param:cluster_vip_address} |
| 116 | data_ttl: 1 |
| 117 | database: |
| 118 | members: |
| 119 | - host: ${_param:cluster_node01_address} |
| 120 | port: 9160 |
| 121 | - host: ${_param:cluster_node02_address} |
| 122 | port: 9160 |
| 123 | - host: ${_param:cluster_node03_address} |
| 124 | port: 9160 |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 125 | identity: |
| 126 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 127 | version: ${_param:opencontrail_identity_version} |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 128 | region: RegionOne |
ibumarskov | 14e25db | 2019-04-10 16:37:27 +0400 | [diff] [blame] | 129 | protocol: ${_param:opencontrail_identity_protocol} |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 130 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 131 | port: ${_param:opencontrail_identity_port} |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 132 | user: ${_param:opencontrail_admin_user} |
| 133 | password: '${_param:opencontrail_admin_password}' |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 134 | token: '${_param:keystone_service_token}' |
| 135 | tenant: admin |
Marek Celoud | dbba7ed | 2017-12-07 10:36:24 +0100 | [diff] [blame] | 136 | alarm_gen: |
| 137 | workers: 1 |
| 138 | port_prefix: 59 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 139 | database: |
| 140 | version: ${_param:opencontrail_version} |
| 141 | cassandra: |
| 142 | version: 2 |
Svimba | f6c6c0d | 2018-07-16 19:06:30 +0200 | [diff] [blame] | 143 | type: cluster |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 144 | enabled: true |
| 145 | name: 'Contrail' |
| 146 | minimum_disk: 10 |
| 147 | original_token: 0 |
| 148 | data_dirs: |
| 149 | - /var/lib/cassandra |
| 150 | id: ${_param:opencontrail_database_id} |
| 151 | discovery: |
| 152 | host: ${_param:cluster_vip_address} |
| 153 | bind: |
| 154 | host: ${_param:cluster_local_address} |
| 155 | port: 9042 |
| 156 | rpc_port: 9160 |
Petr Jediný | 0302790 | 2018-07-17 20:32:52 +0200 | [diff] [blame] | 157 | # for containers we need to move configdb to neighbouring ports |
| 158 | port_configdb: 9041 |
| 159 | rpc_port_configdb: 9161 |
| 160 | |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 161 | members: |
| 162 | - host: ${_param:cluster_node01_address} |
| 163 | id: 1 |
| 164 | - host: ${_param:cluster_node02_address} |
| 165 | id: 2 |
| 166 | - host: ${_param:cluster_node03_address} |
| 167 | id: 3 |
| 168 | web: |
| 169 | version: ${_param:opencontrail_version} |
| 170 | enabled: True |
| 171 | bind: |
| 172 | address: ${_param:cluster_local_address} |
| 173 | master: |
| 174 | host: ${_param:cluster_vip_address} |
| 175 | analytics: |
| 176 | host: ${_param:cluster_vip_address} |
| 177 | cache: |
| 178 | engine: redis |
| 179 | host: ${_param:cluster_local_address} |
| 180 | port: 6379 |
Inessa Vasilevskaya | 47b9025 | 2018-12-20 19:24:57 +0100 | [diff] [blame] | 181 | password: ${_param:opencontrail_redis_password} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 182 | members: |
| 183 | - host: ${_param:cluster_node01_address} |
| 184 | id: 1 |
| 185 | - host: ${_param:cluster_node02_address} |
| 186 | id: 2 |
| 187 | - host: ${_param:cluster_node03_address} |
| 188 | id: 3 |
Petr Jediný | ffbe208 | 2017-03-07 00:56:47 +0100 | [diff] [blame] | 189 | database: |
| 190 | engine: cassandra |
| 191 | port: 9160 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 192 | identity: |
| 193 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 194 | version: ${_param:opencontrail_identity_version} |
ibumarskov | ea5c65c | 2019-04-16 00:15:00 +0400 | [diff] [blame^] | 195 | protocol: ${_param:opencontrail_identity_protocol} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 196 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 197 | port: ${_param:opencontrail_identity_port} |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 198 | user: ${_param:opencontrail_admin_user} |
| 199 | password: '${_param:opencontrail_admin_password}' |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 200 | token: '${_param:keystone_service_token}' |
| 201 | tenant: admin |
marco | 6a3362a | 2016-06-28 11:18:10 +0200 | [diff] [blame] | 202 | network: |
| 203 | engine: neutron |
| 204 | host: ${_param:cluster_vip_address} |