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