Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.keepalived.cluster.single |
| 3 | - service.haproxy.proxy.single |
| 4 | - service.neutron.control.cluster |
| 5 | - system.haproxy.proxy.listen.openstack.neutron |
| 6 | parameters: |
| 7 | mysql: |
| 8 | server: |
| 9 | database: |
| 10 | neutron: |
| 11 | encoding: utf8 |
| 12 | users: |
| 13 | - name: neutron |
| 14 | password: ${_param:mysql_neutron_password} |
| 15 | host: '%' |
| 16 | rights: all |
| 17 | - name: neutron |
| 18 | password: ${_param:mysql_neutron_password} |
| 19 | host: ${_param:cluster_local_address} |
| 20 | rights: all |
| 21 | neutron: |
| 22 | server: |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 23 | dns_domain: ${_param:cluster_domain} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 24 | database: |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 25 | host: ${_param:openstack_database_address} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 26 | identity: |
Pavel Cizinsky | 8a1baa3 | 2017-03-16 00:53:35 +0100 | [diff] [blame] | 27 | region: ${_param:openstack_region} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 28 | host: ${_param:openstack_control_address} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 29 | message_queue: |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 30 | members: |
| 31 | - host: ${_param:openstack_message_queue_node01_address} |
| 32 | - host: ${_param:openstack_message_queue_node02_address} |
| 33 | - host: ${_param:openstack_message_queue_node03_address} |
| 34 | compute: |
| 35 | host: ${_param:openstack_control_address} |
| 36 | region: ${_param:openstack_region} |
Marek Celoud | 5f2f818 | 2017-04-11 11:30:03 +0200 | [diff] [blame] | 37 | backend: |
| 38 | engine: contrail |
| 39 | host: ${_param:opencontrail_control_address} |
| 40 | port: 8082 |
| 41 | user: admin |
| 42 | password: ${_param:keystone_admin_password} |
| 43 | tenant: admin |
| 44 | token: ${_param:keystone_service_token} |