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' |
Svimba | b8bf141 | 2018-06-29 11:06:10 +0200 | [diff] [blame^] | 10 | keystone_admin_password: 'none' |
| 11 | keystone_service_token: 'none' |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 12 | opencontrail: |
| 13 | common: |
| 14 | version: ${_param:opencontrail_version} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 15 | identity: |
| 16 | engine: keystone |
| 17 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 18 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 19 | token: '${_param:keystone_service_token}' |
| 20 | password: '${_param:keystone_admin_password}' |
| 21 | network: |
| 22 | engine: neutron |
| 23 | host: ${_param:cluster_vip_address} |
| 24 | port: 9696 |
| 25 | config: |
| 26 | version: ${_param:opencontrail_version} |
| 27 | enabled: true |
Jakub Pavlik | 6d90f36 | 2016-04-19 20:34:37 +0200 | [diff] [blame] | 28 | multi_tenancy: true |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 29 | network: |
| 30 | engine: neutron |
| 31 | host: ${_param:cluster_vip_address} |
| 32 | port: 9696 |
| 33 | discovery: |
| 34 | host: ${_param:cluster_vip_address} |
| 35 | analytics: |
| 36 | host: ${_param:cluster_vip_address} |
| 37 | bind: |
| 38 | address: ${_param:cluster_local_address} |
Jakub Pavlik | ee543d4 | 2016-05-30 21:54:11 +0200 | [diff] [blame] | 39 | api_port: 9100 |
| 40 | discovery_port: 9110 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 41 | message_queue: |
| 42 | engine: rabbitmq |
| 43 | host: ${_param:cluster_vip_address} |
| 44 | port: 5672 |
| 45 | database: |
| 46 | members: |
| 47 | - host: ${_param:cluster_node01_address} |
| 48 | port: 9160 |
| 49 | - host: ${_param:cluster_node02_address} |
| 50 | port: 9160 |
| 51 | - host: ${_param:cluster_node03_address} |
| 52 | port: 9160 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 53 | identity: |
| 54 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 55 | version: ${_param:opencontrail_identity_version} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 56 | region: RegionOne |
| 57 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 58 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 59 | user: admin |
| 60 | password: '${_param:keystone_admin_password}' |
| 61 | token: '${_param:keystone_service_token}' |
| 62 | tenant: admin |
| 63 | members: |
| 64 | - host: ${_param:cluster_node01_address} |
| 65 | id: 1 |
| 66 | - host: ${_param:cluster_node02_address} |
| 67 | id: 2 |
| 68 | - host: ${_param:cluster_node03_address} |
| 69 | id: 3 |
| 70 | control: |
| 71 | version: ${_param:opencontrail_version} |
| 72 | enabled: true |
marco | 5ceb93b | 2016-10-11 16:32:05 +0200 | [diff] [blame] | 73 | id: ${_param:opencontrail_database_id} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 74 | bind: |
| 75 | address: ${_param:cluster_local_address} |
| 76 | discovery: |
| 77 | host: ${_param:cluster_vip_address} |
| 78 | master: |
| 79 | host: ${_param:cluster_local_address} |
| 80 | members: |
| 81 | - host: ${_param:cluster_node01_address} |
| 82 | id: 1 |
| 83 | - host: ${_param:cluster_node02_address} |
| 84 | id: 2 |
| 85 | - host: ${_param:cluster_node03_address} |
| 86 | id: 3 |
| 87 | collector: |
| 88 | version: ${_param:opencontrail_version} |
| 89 | enabled: true |
Petr Jediný | ffbe208 | 2017-03-07 00:56:47 +0100 | [diff] [blame] | 90 | aaa_mode: no-auth |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 91 | bind: |
| 92 | address: ${_param:cluster_local_address} |
Jakub Pavlik | ee543d4 | 2016-05-30 21:54:11 +0200 | [diff] [blame] | 93 | port: 9081 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 94 | master: |
| 95 | host: ${_param:cluster_local_address} |
| 96 | discovery: |
| 97 | host: ${_param:cluster_vip_address} |
| 98 | data_ttl: 1 |
| 99 | database: |
| 100 | members: |
| 101 | - host: ${_param:cluster_node01_address} |
| 102 | port: 9160 |
| 103 | - host: ${_param:cluster_node02_address} |
| 104 | port: 9160 |
| 105 | - host: ${_param:cluster_node03_address} |
| 106 | port: 9160 |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 107 | identity: |
| 108 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 109 | version: ${_param:opencontrail_identity_version} |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 110 | region: RegionOne |
| 111 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 112 | port: ${_param:opencontrail_identity_port} |
Marek Celoud | 0dd7bc2 | 2017-12-01 15:05:07 +0100 | [diff] [blame] | 113 | user: admin |
| 114 | password: '${_param:keystone_admin_password}' |
| 115 | token: '${_param:keystone_service_token}' |
| 116 | tenant: admin |
Marek Celoud | dbba7ed | 2017-12-07 10:36:24 +0100 | [diff] [blame] | 117 | alarm_gen: |
| 118 | workers: 1 |
| 119 | port_prefix: 59 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 120 | database: |
| 121 | version: ${_param:opencontrail_version} |
| 122 | cassandra: |
| 123 | version: 2 |
| 124 | enabled: true |
| 125 | name: 'Contrail' |
| 126 | minimum_disk: 10 |
| 127 | original_token: 0 |
| 128 | data_dirs: |
| 129 | - /var/lib/cassandra |
| 130 | id: ${_param:opencontrail_database_id} |
| 131 | discovery: |
| 132 | host: ${_param:cluster_vip_address} |
| 133 | bind: |
| 134 | host: ${_param:cluster_local_address} |
| 135 | port: 9042 |
| 136 | rpc_port: 9160 |
| 137 | members: |
| 138 | - host: ${_param:cluster_node01_address} |
| 139 | id: 1 |
| 140 | - host: ${_param:cluster_node02_address} |
| 141 | id: 2 |
| 142 | - host: ${_param:cluster_node03_address} |
| 143 | id: 3 |
| 144 | web: |
| 145 | version: ${_param:opencontrail_version} |
| 146 | enabled: True |
| 147 | bind: |
| 148 | address: ${_param:cluster_local_address} |
| 149 | master: |
| 150 | host: ${_param:cluster_vip_address} |
| 151 | analytics: |
| 152 | host: ${_param:cluster_vip_address} |
| 153 | cache: |
| 154 | engine: redis |
| 155 | host: ${_param:cluster_local_address} |
| 156 | port: 6379 |
| 157 | members: |
| 158 | - host: ${_param:cluster_node01_address} |
| 159 | id: 1 |
| 160 | - host: ${_param:cluster_node02_address} |
| 161 | id: 2 |
| 162 | - host: ${_param:cluster_node03_address} |
| 163 | id: 3 |
Petr Jediný | ffbe208 | 2017-03-07 00:56:47 +0100 | [diff] [blame] | 164 | database: |
| 165 | engine: cassandra |
| 166 | port: 9160 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 167 | identity: |
| 168 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 169 | version: ${_param:opencontrail_identity_version} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 170 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 171 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 172 | user: admin |
| 173 | password: '${_param:keystone_admin_password}' |
| 174 | token: '${_param:keystone_service_token}' |
| 175 | tenant: admin |
marco | 6a3362a | 2016-06-28 11:18:10 +0200 | [diff] [blame] | 176 | network: |
| 177 | engine: neutron |
| 178 | host: ${_param:cluster_vip_address} |