blob: 7a62e8b4f0f1c522966e91c5d64422ceb69a4453 [file] [log] [blame]
Michael Polenchukdf4fcb02017-06-29 12:22:42 +04001classes:
2- service.keepalived.cluster.single
3- service.haproxy.proxy.single
4- service.neutron.control.cluster
5- system.neutron.control.openvswitch.cluster
6parameters:
7 _param:
8 opendaylight_router: odl-router_v2
9 opendaylight_driver: opendaylight_v2
10 neutron:
11 server:
12 backend:
13 opendaylight: true
14 host: ${_param:opendaylight_service_host}
15 rest_api_port: 8282
16 user: admin
17 password: admin
18 ovsdb_connection: tcp:127.0.0.1:6639
19 router: ${_param:opendaylight_router}
20 enable_websocket: true
21 mechanism:
22 ovs:
23 driver: ${_param:opendaylight_driver}