Jiri Broulik | cb02e31 | 2017-07-24 17:59:57 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.neutron.control.single |
| 3 | parameters: |
| 4 | mysql: |
| 5 | server: |
| 6 | database: |
| 7 | neutron: |
| 8 | encoding: utf8 |
| 9 | users: |
| 10 | - name: neutron |
| 11 | password: ${_param:mysql_neutron_password} |
| 12 | host: '%' |
| 13 | rights: all |
| 14 | - name: neutron |
| 15 | password: ${_param:mysql_neutron_password} |
| 16 | host: ${_param:cluster_local_address} |
| 17 | rights: all |
| 18 | neutron: |
| 19 | server: |
| 20 | dns_domain: ${_param:cluster_domain} |
| 21 | database: |
| 22 | host: ${_param:openstack_database_address} |
| 23 | identity: |
| 24 | region: ${_param:openstack_region} |
| 25 | host: ${_param:openstack_control_address} |
| 26 | message_queue: |
| 27 | members: |
| 28 | - host: ${_param:openstack_message_queue_node01_address} |
| 29 | compute: |
| 30 | host: ${_param:openstack_control_address} |
| 31 | region: ${_param:openstack_region} |
| 32 | backend: |
| 33 | engine: contrail |
| 34 | host: ${_param:opencontrail_control_address} |
| 35 | port: 8082 |
| 36 | user: admin |
| 37 | password: ${_param:keystone_admin_password} |
| 38 | tenant: admin |
| 39 | token: ${_param:keystone_service_token} |