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