blob: 36d6380b19554277c41593b591ff80df920d53a3 [file] [log] [blame]
Michael Polenchuk87d2b742017-06-29 12:05:25 +04001classes:
2- service.neutron.gateway.single
3parameters:
4 _param:
5 opendaylight_router: odl-router_v2
6 provider_mappings: physnet1:br-floating
7 opendaylight_service_host: 127.0.0.1
8 neutron:
9 gateway:
10 backend:
11 router: ${_param:opendaylight_router}
12 ovsdb_connection: tcp:127.0.0.1:6639
13 opendaylight:
14 ovsdb_server_iface: ptcp:6639:127.0.0.1
15 ovsdb_odl_iface: tcp:${_param:opendaylight_service_host}:6640
16 tunnel_ip: ${_param:tenant_address}
17 provider_mappings: ${_param:provider_mappings}