Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.opencontrail.control.single |
| 3 | - service.haproxy.proxy.single |
| 4 | parameters: |
| 5 | # Temprorary fix for MOS9 packages to pin old version of kafka |
| 6 | linux: |
| 7 | system: |
| 8 | package: |
| 9 | librdkafka1: |
| 10 | version: 0.9.0-0contrail0 |
| 11 | python-kafka: |
| 12 | version: 1.0.1-0contrail1 |
| 13 | contrail-api-cli: |
| 14 | version: latest |
| 15 | haproxy: |
| 16 | proxy: |
| 17 | listen: |
| 18 | contrail_api: |
| 19 | type: contrail-api |
| 20 | service_name: contrail |
| 21 | check: false |
| 22 | binds: |
| 23 | - address: ${_param:single_address} |
| 24 | port: 8082 |
| 25 | servers: |
| 26 | - name: ctl01 |
| 27 | host: ${_param:single_address} |
| 28 | port: 9100 |
| 29 | params: check inter 2000 rise 2 fall 3 |
| 30 | contrail_discovery: |
| 31 | type: contrail-api |
| 32 | service_name: contrail |
| 33 | binds: |
| 34 | - address: ${_param:single_address} |
| 35 | port: 5998 |
| 36 | servers: |
| 37 | - name: ctl01 |
| 38 | host: ${_param:single_address} |
| 39 | port: 9110 |
| 40 | params: check inter 2000 rise 2 fall 3 |
| 41 | contrail_config_stats: |
| 42 | type: contrail-config |
| 43 | service_name: contrail |
| 44 | format: listen |
| 45 | binds: |
| 46 | - address: '*' |
| 47 | port: 5937 |
| 48 | user: haproxy |
| 49 | password: ${_param:opencontrail_stats_password} |
| 50 | contrail_openstack_stats: |
| 51 | type: contrail-config |
| 52 | service_name: contrail |
| 53 | format: listen |
| 54 | binds: |
| 55 | - address: '*' |
| 56 | port: 5936 |
| 57 | user: haproxy |
| 58 | password: ${_param:opencontrail_stats_password} |
| 59 | contrail_collector_stats: |
| 60 | type: contrail-config |
| 61 | service_name: contrail |
| 62 | format: listen |
| 63 | binds: |
| 64 | - address: '*' |
| 65 | port: 5938 |
| 66 | user: haproxy |
| 67 | password: ${_param:opencontrail_stats_password} |
Jakub Pavlik | d60e217 | 2017-03-08 13:41:00 +0100 | [diff] [blame] | 68 | opencontrail: |
| 69 | web: |
| 70 | database: |
| 71 | port: 9042 |