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 |
| 8 | opencontrail: |
| 9 | common: |
| 10 | version: ${_param:opencontrail_version} |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 11 | identity: |
| 12 | engine: keystone |
| 13 | host: ${_param:cluster_vip_address} |
| 14 | port: 35357 |
| 15 | token: '${_param:keystone_service_token}' |
| 16 | password: '${_param:keystone_admin_password}' |
| 17 | network: |
| 18 | engine: neutron |
| 19 | host: ${_param:cluster_vip_address} |
| 20 | port: 9696 |
| 21 | config: |
| 22 | version: ${_param:opencontrail_version} |
| 23 | enabled: true |
| 24 | network: |
| 25 | engine: neutron |
| 26 | host: ${_param:cluster_vip_address} |
| 27 | port: 9696 |
| 28 | discovery: |
| 29 | host: ${_param:cluster_vip_address} |
| 30 | analytics: |
| 31 | host: ${_param:cluster_vip_address} |
| 32 | bind: |
| 33 | address: ${_param:cluster_local_address} |
| 34 | message_queue: |
| 35 | engine: rabbitmq |
| 36 | host: ${_param:cluster_vip_address} |
| 37 | port: 5672 |
| 38 | database: |
| 39 | members: |
| 40 | - host: ${_param:cluster_node01_address} |
| 41 | port: 9160 |
| 42 | - host: ${_param:cluster_node02_address} |
| 43 | port: 9160 |
| 44 | - host: ${_param:cluster_node03_address} |
| 45 | port: 9160 |
| 46 | cache: |
| 47 | host: ${_param:cluster_local_address} |
| 48 | identity: |
| 49 | engine: keystone |
| 50 | region: RegionOne |
| 51 | host: ${_param:cluster_vip_address} |
| 52 | port: 35357 |
| 53 | user: admin |
| 54 | password: '${_param:keystone_admin_password}' |
| 55 | token: '${_param:keystone_service_token}' |
| 56 | tenant: admin |
| 57 | members: |
| 58 | - host: ${_param:cluster_node01_address} |
| 59 | id: 1 |
| 60 | - host: ${_param:cluster_node02_address} |
| 61 | id: 2 |
| 62 | - host: ${_param:cluster_node03_address} |
| 63 | id: 3 |
| 64 | control: |
| 65 | version: ${_param:opencontrail_version} |
| 66 | enabled: true |
| 67 | bind: |
| 68 | address: ${_param:cluster_local_address} |
| 69 | discovery: |
| 70 | host: ${_param:cluster_vip_address} |
| 71 | master: |
| 72 | host: ${_param:cluster_local_address} |
| 73 | members: |
| 74 | - host: ${_param:cluster_node01_address} |
| 75 | id: 1 |
| 76 | - host: ${_param:cluster_node02_address} |
| 77 | id: 2 |
| 78 | - host: ${_param:cluster_node03_address} |
| 79 | id: 3 |
| 80 | collector: |
| 81 | version: ${_param:opencontrail_version} |
| 82 | enabled: true |
| 83 | bind: |
| 84 | address: ${_param:cluster_local_address} |
| 85 | master: |
| 86 | host: ${_param:cluster_local_address} |
| 87 | discovery: |
| 88 | host: ${_param:cluster_vip_address} |
| 89 | data_ttl: 1 |
| 90 | database: |
| 91 | members: |
| 92 | - host: ${_param:cluster_node01_address} |
| 93 | port: 9160 |
| 94 | - host: ${_param:cluster_node02_address} |
| 95 | port: 9160 |
| 96 | - host: ${_param:cluster_node03_address} |
| 97 | port: 9160 |
| 98 | database: |
| 99 | version: ${_param:opencontrail_version} |
| 100 | cassandra: |
| 101 | version: 2 |
| 102 | enabled: true |
| 103 | name: 'Contrail' |
| 104 | minimum_disk: 10 |
| 105 | original_token: 0 |
| 106 | data_dirs: |
| 107 | - /var/lib/cassandra |
| 108 | id: ${_param:opencontrail_database_id} |
| 109 | discovery: |
| 110 | host: ${_param:cluster_vip_address} |
| 111 | bind: |
| 112 | host: ${_param:cluster_local_address} |
| 113 | port: 9042 |
| 114 | rpc_port: 9160 |
| 115 | members: |
| 116 | - host: ${_param:cluster_node01_address} |
| 117 | id: 1 |
| 118 | - host: ${_param:cluster_node02_address} |
| 119 | id: 2 |
| 120 | - host: ${_param:cluster_node03_address} |
| 121 | id: 3 |
| 122 | web: |
| 123 | version: ${_param:opencontrail_version} |
| 124 | enabled: True |
| 125 | bind: |
| 126 | address: ${_param:cluster_local_address} |
| 127 | master: |
| 128 | host: ${_param:cluster_vip_address} |
| 129 | analytics: |
| 130 | host: ${_param:cluster_vip_address} |
| 131 | cache: |
| 132 | engine: redis |
| 133 | host: ${_param:cluster_local_address} |
| 134 | port: 6379 |
| 135 | members: |
| 136 | - host: ${_param:cluster_node01_address} |
| 137 | id: 1 |
| 138 | - host: ${_param:cluster_node02_address} |
| 139 | id: 2 |
| 140 | - host: ${_param:cluster_node03_address} |
| 141 | id: 3 |
| 142 | identity: |
| 143 | engine: keystone |
| 144 | host: ${_param:cluster_vip_address} |
| 145 | port: 35357 |
| 146 | user: admin |
| 147 | password: '${_param:keystone_admin_password}' |
| 148 | token: '${_param:keystone_service_token}' |
| 149 | tenant: admin |