DilrajSK
DilrajSK

Reputation: 5

Equivalent command for "odl-openflowplugin-all" in ODL Nitrogen

I want to install all the features related to openflowplugin in ODL Nitrogen but feature:install odl-openflowplugin-all is not being accepted as a valid command. If I am not wrong this used to work with older ODL releases but here its not.

Please Suggest!

Upvotes: 0

Views: 1101

Answers (1)

jamo
jamo

Reputation: 752

I don't know about odl-openflowplugin-all, but I notice it's not there in either of the official Carbon or Nitrogen releases.

here is what I see for Nitrogen:

opendaylight-user@root>feature:list | grep odl-openflowplugin
odl-openflowplugin-app-notifications             | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-notifications             | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-onf-extensions                | 0.5.2            |          | Uninstalled | odl-openflowplugin-onf-extensions                | OpenDaylight :: Openflow Plugin :: ONF Extensions
odl-openflowplugin-app-southbound-cli            | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-southbound-cli            | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-app-bulk-o-matic              | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-bulk-o-matic              | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-app-forwardingrules-sync      | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-forwardingrules-sync      | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-app-topology                  | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-topology                  | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-flow-services                 | 0.5.2            |          | Uninstalled | odl-openflowplugin-flow-services                 | OpenDaylight :: Openflow Plugin :: Flow Services
odl-openflowplugin-app-config-pusher             | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-config-pusher             | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-nxm-extensions                | 0.5.2            |          | Uninstalled | odl-openflowplugin-nxm-extensions                | OpenDaylight :: Openflow Plugin :: Nicira Extensi
odl-openflowplugin-app-forwardingrules-manager   | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-forwardingrules-manager   | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-app-reconciliation-framework  | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-reconciliation-framework  | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-southbound                    | 0.5.2            |          | Uninstalled | openflowplugin-0.5.2                             | OpenDaylight :: Openflow Plugin :: Li southbound
odl-openflowplugin-app-table-miss-enforcer       | 0.5.2            |          | Uninstalled | odl-openflowplugin-app-table-miss-enforcer       | OpenDaylight :: Openflow Plugin :: Application -
odl-openflowplugin-flow-services-rest            | 0.5.2            |          | Uninstalled | odl-openflowplugin-flow-services-rest            | OpenDaylight :: Openflow Plugin :: Flow Services
odl-openflowplugin-nsf-model                     | 0.5.2            |          | Uninstalled | odl-openflowplugin-nsf-model                     | OpenDaylight :: OpenflowPlugin :: NSF :: Model
odl-openflowplugin-drop-test                     | 0.5.2            |          | Uninstalled | odl-openflowplugin-drop-test                     | OpenDaylight :: Openflow Plugin :: Drop Test
opendaylight-user@root>

I think you will probably get what you want (just guessing) if you install odl-openflowplugin-flow-services-rest. That brings in a lot of different things as dependencies. You can check it out with:

feature:list -i | grep odl-

Upvotes: 1

Related Questions