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} |
| 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:analytics_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 | database: |
| 88 | version: ${_param:opencontrail_version} |
| 89 | cassandra: |
| 90 | version: 2 |
| 91 | enabled: true |
| 92 | name: 'Contrail' |
| 93 | minimum_disk: 10 |
| 94 | original_token: 0 |
| 95 | data_dirs: |
| 96 | - /var/lib/cassandra |
| 97 | id: ${_param:opencontrail_database_id} |
| 98 | discovery: |
| 99 | host: ${_param:cluster_vip_address} |
| 100 | bind: |
| 101 | host: ${_param:cluster_local_address} |
| 102 | port: 9042 |
| 103 | rpc_port: 9160 |
| 104 | members: |
| 105 | - host: ${_param:cluster_node01_address} |
| 106 | id: 1 |
| 107 | - host: ${_param:cluster_node02_address} |
| 108 | id: 2 |
| 109 | - host: ${_param:cluster_node03_address} |
| 110 | id: 3 |
| 111 | web: |
| 112 | version: ${_param:opencontrail_version} |
| 113 | enabled: True |
| 114 | bind: |
| 115 | address: ${_param:cluster_local_address} |
| 116 | analytics: |
| 117 | host: ${_param:analytics_vip_address} |
| 118 | master: |
| 119 | host: ${_param:cluster_vip_address} |
| 120 | cache: |
| 121 | engine: redis |
| 122 | host: ${_param:cluster_local_address} |
| 123 | port: 6379 |
| 124 | members: |
| 125 | - host: ${_param:cluster_node01_address} |
| 126 | id: 1 |
| 127 | - host: ${_param:cluster_node02_address} |
| 128 | id: 2 |
| 129 | - host: ${_param:cluster_node03_address} |
| 130 | id: 3 |
Petr Jediný | ffbe208 | 2017-03-07 00:56:47 +0100 | [diff] [blame] | 131 | database: |
| 132 | engine: cassandra |
| 133 | port: 9160 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 134 | identity: |
| 135 | engine: keystone |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 136 | version: ${_param:opencontrail_identity_version} |
| 137 | region: RegionOne |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 138 | host: ${_param:cluster_vip_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 139 | port: ${_param:opencontrail_identity_port} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 140 | user: admin |
| 141 | password: '${_param:keystone_admin_password}' |
| 142 | token: '${_param:keystone_service_token}' |
| 143 | tenant: admin |
marco | 6a3362a | 2016-06-28 11:18:10 +0200 | [diff] [blame] | 144 | network: |
| 145 | engine: neutron |
Pavel Svimbersky | 5019868 | 2017-10-26 10:18:59 +0200 | [diff] [blame] | 146 | host: ${_param:cluster_vip_address} |