diff options
author | Wojciech Dec <wdec@cisco.com> | 2016-08-16 19:27:01 +0200 |
---|---|---|
committer | Wojciech Dec <wdec@cisco.com> | 2016-08-16 19:29:27 +0200 |
commit | c3b2c2a9a22bac5cf17813c589444d3abebaa23b (patch) | |
tree | 68c2fc0cb8c32cbb8fabf69ac81e1e0ba50cff2a /networking-odl/devstack/odl-releases/common | |
parent | 3285c8e93ea59d98b392591ef6dfa5b1de3bb92d (diff) |
Adding Mitaka networking-old module with the ODL topology based port
binding resolution mechanism from https://review.openstack.org/333186
Change-Id: I10d400aac9bb639c146527f0f93e6925cb74d9de
Signed-off-by: Wojciech Dec <wdec@cisco.com>
Diffstat (limited to 'networking-odl/devstack/odl-releases/common')
-rw-r--r-- | networking-odl/devstack/odl-releases/common | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/networking-odl/devstack/odl-releases/common b/networking-odl/devstack/odl-releases/common new file mode 100644 index 0000000..ec57dd9 --- /dev/null +++ b/networking-odl/devstack/odl-releases/common @@ -0,0 +1,14 @@ +# karaf distribution name of ODL to download +export ODL_NAME=${ODL_NAME:-distribution-karaf-${ODL_BUNDLEVERSION}} + +# The network virtualization older feature name (ovsdb based) +export ODL_NETVIRT_KARAF_FEATURE_OVSDB=${ODL_NETVIRT_KARAF_FEATURE_OVSDB:-odl-ovsdb-openstack} + +# The network virtualization newer feature name (vpnservice based) +export ODL_NETVIRT_KARAF_FEATURE_VPNSERVICE=${ODL_NETVIRT_KARAF_FEATURE_VPNSERVICE:-odl-netvirt-openstack} + +# The network virtualization feature used by opendaylight loaded by Karaf +export ODL_NETVIRT_KARAF_FEATURE=${ODL_NETVIRT_KARAF_FEATURE:-odl-neutron-service,odl-restconf-all,odl-aaa-authn,odl-dlux-core,odl-mdsal-apidocs,$ODL_NETVIRT_KARAF_FEATURE_OVSDB} + +# The url that this version of ODL netvirt can use to know ODL is fully up +export ODL_BOOT_WAIT_URL=${ODL_BOOT_WAIT_URL:-restconf/operational/network-topology:network-topology/topology/netvirt:1} |