Michael Polenchuk | 87d2b74 | 2017-06-29 12:05:25 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.neutron.gateway.single |
| 3 | parameters: |
| 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} |