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: |
| 23 | enabled: true |
| 24 | dns_domain: ${_param:cluster_domain} |
| 25 | version: ${_param:neutron_version} |
| 26 | bind: |
| 27 | address: ${_param:cluster_local_address} |
| 28 | port: 9696 |
| 29 | database: |
| 30 | engine: mysql |
| 31 | host: ${_param:openstack_database_address} |
| 32 | port: 3306 |
| 33 | name: neutron |
| 34 | user: neutron |
| 35 | password: ${_param:mysql_neutron_password} |
| 36 | identity: |
| 37 | engine: keystone |
| 38 | region: RegionOne |
| 39 | host: ${_param:openstack_control_address} |
| 40 | port: 35357 |
| 41 | user: neutron |
| 42 | password: ${_param:keystone_neutron_password} |
| 43 | tenant: service |
| 44 | message_queue: |
| 45 | engine: rabbitmq |
| 46 | port: 5672 |
| 47 | user: openstack |
| 48 | password: ${_param:rabbitmq_openstack_password} |
| 49 | virtual_host: '/openstack' |
| 50 | members: |
| 51 | - host: ${_param:openstack_message_queue_node01_address} |
| 52 | - host: ${_param:openstack_message_queue_node02_address} |
| 53 | - host: ${_param:openstack_message_queue_node03_address} |
| 54 | compute: |
| 55 | host: ${_param:openstack_control_address} |
| 56 | region: ${_param:openstack_region} |
| 57 | user: nova |
| 58 | password: ${_param:keystone_nova_password} |
| 59 | tenant: service |
| 60 | plugin: contrail |
| 61 | tunnel_type: vxlan |
| 62 | public_networks: [] |
| 63 | contrail: |
| 64 | version: ${_param:opencontrail_version} |
| 65 | |
| 66 | |