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 |
Marek Celoud | 3917636 | 2017-05-19 15:04:16 +0200 | [diff] [blame] | 15 | kernel: |
| 16 | modules: |
| 17 | - nf_conntrack_ipv4 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 18 | haproxy: |
| 19 | proxy: |
| 20 | listen: |
| 21 | contrail_api: |
| 22 | type: contrail-api |
| 23 | service_name: contrail |
| 24 | check: false |
| 25 | binds: |
| 26 | - address: ${_param:single_address} |
| 27 | port: 8082 |
| 28 | servers: |
| 29 | - name: ctl01 |
| 30 | host: ${_param:single_address} |
| 31 | port: 9100 |
| 32 | params: check inter 2000 rise 2 fall 3 |
| 33 | contrail_discovery: |
| 34 | type: contrail-api |
| 35 | service_name: contrail |
| 36 | binds: |
| 37 | - address: ${_param:single_address} |
| 38 | port: 5998 |
| 39 | servers: |
| 40 | - name: ctl01 |
| 41 | host: ${_param:single_address} |
| 42 | port: 9110 |
| 43 | params: check inter 2000 rise 2 fall 3 |
| 44 | contrail_config_stats: |
| 45 | type: contrail-config |
| 46 | service_name: contrail |
| 47 | format: listen |
| 48 | binds: |
| 49 | - address: '*' |
| 50 | port: 5937 |
| 51 | user: haproxy |
| 52 | password: ${_param:opencontrail_stats_password} |
| 53 | contrail_openstack_stats: |
| 54 | type: contrail-config |
| 55 | service_name: contrail |
| 56 | format: listen |
| 57 | binds: |
| 58 | - address: '*' |
| 59 | port: 5936 |
| 60 | user: haproxy |
| 61 | password: ${_param:opencontrail_stats_password} |
| 62 | contrail_collector_stats: |
| 63 | type: contrail-config |
| 64 | service_name: contrail |
| 65 | format: listen |
| 66 | binds: |
| 67 | - address: '*' |
| 68 | port: 5938 |
| 69 | user: haproxy |
| 70 | password: ${_param:opencontrail_stats_password} |
Jakub Pavlik | d60e217 | 2017-03-08 13:41:00 +0100 | [diff] [blame] | 71 | opencontrail: |
| 72 | web: |
| 73 | database: |
| 74 | port: 9042 |