diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-12 22:12:28 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-26 09:35:25 -0400 |
commit | 783975c72ca91486eb18a254591c964e93c60403 (patch) | |
tree | 10827ff24c2f6c8f06d5e1a44d8fbcdee21c49d1 /network | |
parent | a4b8e861999a891816c90ee1879263545cf94968 (diff) |
Adds OpenDaylight composable service
Introduces environment files for deploying OpenDaylight in two ways:
- ODL only managing L2 as an ML2 plugin
- ODL managing L2 and L3 DVR, by replacing NeutronL3Agent
Two services are added. One to install ODL and configure OVS on the
Controllers, and another service to only configure OVS on compute nodes.
Paritally-Implements: blueprint opendaylight-integration
Depends-On: I666dc0874f1d11a72a62d796f4f6d41f7aa87a3f
Change-Id: Ide69e20cbf2ec6151953cb23e51478b770aca17f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/service_net_map.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/service_net_map.yaml b/network/service_net_map.yaml index fea8987a..50f5c55a 100644 --- a/network/service_net_map.yaml +++ b/network/service_net_map.yaml @@ -47,6 +47,7 @@ parameters: ObjectStorageHostnameResolveNetwork: internal_api CephStorageHostnameResolveNetwork: storage PublicNetwork: external + OpenDaylightApiNetwork: internal_api description: Mapping of service_name -> network name. Typically set via parameter_defaults in the resource registry. type: json |