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