blob: 1f8142e88266e2013a15583ea2afc959885f104f [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}
Michael Polenchukdf4fcb02017-06-29 12:22:42 +040020 mechanism:
21 ovs:
22 driver: ${_param:opendaylight_driver}