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