blob: 844d59008e1bae539893bb5f77d27e4715eb0748 [file] [log] [blame]
Filip Pytlouncd028e42015-10-06 16:28:32 +02001applications:
2- neutron
Jakub Pavlik90b3d142016-01-27 23:59:34 +01003classes:
4- service.neutron.support
Filip Pytlouncd028e42015-10-06 16:28:32 +02005parameters:
Dennis Dmitriev37114722017-03-06 16:52:26 +02006 _param:
7 keystone_neutron_endpoint_type: internal
Dmitry Kalashnik35dd0e02017-12-07 14:16:25 +04008 openstack_log_appender: false
9 openstack_fluentd_handler_enabled: false
Filip Pytlouncd028e42015-10-06 16:28:32 +020010 neutron:
11 server:
12 enabled: true
Filip Pytloun50b99832015-11-12 10:09:16 +010013 dns_domain: novalocal
Ilya Chukhnakovf4c2bb32017-06-08 02:03:15 +030014 vlan_aware_vms: false
Filip Pytlouncd028e42015-10-06 16:28:32 +020015 version: ${_param:neutron_version}
Oleg Bondarev0575ae42017-07-28 16:36:25 +040016 controller_vip: ${_param:cluster_vip_address}
Filip Pytlouncd028e42015-10-06 16:28:32 +020017 bind:
18 address: ${_param:cluster_local_address}
19 port: 9696
20 database:
21 engine: mysql
22 host: ${_param:cluster_vip_address}
23 port: 3306
24 name: neutron
25 user: neutron
26 password: ${_param:mysql_neutron_password}
27 identity:
28 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010029 region: RegionOne
Filip Pytlouncd028e42015-10-06 16:28:32 +020030 host: ${_param:cluster_vip_address}
31 port: 35357
32 user: neutron
33 password: ${_param:keystone_neutron_password}
34 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020035 endpoint_type: ${_param:keystone_neutron_endpoint_type}
Dmitry Kalashnik35dd0e02017-12-07 14:16:25 +040036 logging:
37 log_appender: ${_param:openstack_log_appender}
38 log_handlers:
39 watchedfile:
40 enabled: true
41 fluentd:
42 enabled: ${_param:openstack_fluentd_handler_enabled}
Filip Pytlouncd028e42015-10-06 16:28:32 +020043 message_queue:
44 engine: rabbitmq
45 host: ${_param:cluster_vip_address}
46 port: 5672
47 user: openstack
48 password: ${_param:rabbitmq_openstack_password}
49 virtual_host: '/openstack'
Jakub Pavlika6500092015-10-19 18:25:03 +020050 compute:
51 host: ${_param:cluster_vip_address}
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010052 region: RegionOne
Jakub Pavlika6500092015-10-19 18:25:03 +020053 user: nova
54 password: ${_param:keystone_nova_password}
Filip Pytloun50b99832015-11-12 10:09:16 +010055 tenant: service
Oleg Iurchenko8cf6cf52017-09-18 15:44:03 +030056 backend:
57 extension:
58 dns:
59 enabled: False
60 engine: designate
61 protocol: http
62 host: ${_param:cluster_vip_address}
63 port: 9001
64 url: ${neutron:server:backend:extension:dns:protocol}://${neutron:server:backend:extension:dns:host}:${neutron:server:backend:extension:dns:port}/v2