included the support for Be,sfc and vpn feature.

This commit is contained in:
Narinder Gupta (for canonical email id) 2016-02-08 10:18:52 -06:00
parent e4945e8e73
commit 6fbaecb3d0
1 changed files with 34 additions and 1 deletions

View File

@ -27,9 +27,42 @@ PROFILES = {
"odl-dlux-core"],
"port": 8080
},
"openvswitch-odl-lithium": {
"openvswitch-odl-li": {
"feature:install": ["odl-ovsdb-openstack"],
"port": 8080
},
"openvswitch-odl-Be": {
"feature:install": ["odl-ovsdb-openstack",
"odl-ovsdb-plugin",
"odl-restconf",
"odl-aaa-authn",
"odl-dlux-all"],
"port": 8080
},
"openvswitch-odl-Be-l3": {
"feature:install": ["odl-ovsdb-openstack",
"odl-ovsdb-plugin"],
"port": 8080
},
"openvswitch-odl-Be-sfc": {
"feature:install": ["odl-ovsdb-openstack",
"odl-sfc-core",
"odl-sfc-sb-rest",
"odl-sfc-ui",
"odl-sfc-netconf",
"odl-sfc-ovs",
"odl-sfcofl2",
"odl-sfc-test-consumer"],
"port": 8080
},
"openvswitch-odl-Be-vpn": {
"feature:install": ["odl-ovsdb-openstack",
"odl-vpnservice-api",
"odl-vpnservice-impl",
"odl-vpnservice-impl-rest",
"odl-vpnservice-impl-ui",
"odl-vpnservice-core"],
"port": 8080
}
}
PROFILES["default"] = PROFILES["openvswitch-odl"]