Hello Ziyu

> But I can’t find plug-in “odl-sfc-ui” which is mentioned in “user-
> guide/service-function-chaining”<https://docs.opendaylight.org/en/sta
> bl
> e-neon/user-guide/service-function-chaining.html>

There is no ui any longer in ODL, thats a leftover in the
documentation. You will need to operate with HTTP REST requests.

> Use pure RESTCONF and send a GET request to URL:http://<odl_ip_addres
> s>;
> :8181/restconf/config/service-function-forwarder:service-function-
> forwarders  - Failed as below screenshot

Unfortunately this is out of date too. The SFF is no longer configured
automatically from an OVS bridge. It works in the opposite direction,
you configure an SFF manually specifying the OVS bridge, and that
bridge gets configured in OVS automatically.

Perhaps this example [1] helps. If you configure that in ODL, 'br-int'
bridge will be added to OVS instance.

[1] https://github.com/opendaylight/sfc/blob/stable/neon/resources/conf
iguration-examples/simple/json/03-service_function_forwarders.json

BR
Jaime.


-----Original Message-----
From: Wu Ziyu <[email protected]>
To: [email protected] <[email protected]>
Subject: [sfc-dev]  cannot find "odl-sfc-ui" on ODL-Neon& Fluorine
Date: Fri, 21 Jun 2019 16:53:31 +0000

Hi Experts,
 
Good days
 
I’m using ODL-Neon and OVS 2.11 for SFC-NSH experiment.
But I can’t find plug-in “odl-sfc-ui” which is mentioned in “user-
guide/service-function-chaining”<https://docs.opendaylight.org/en/stabl
e-neon/user-guide/service-function-chaining.html>
May I know where I can get it or any alternative solution about this?
 
Also I tried using REST api to operate ODL and created ovs-bridge
successfully on the OVS. But I failed to verify the SFF mentioned in
the guide.
 
Could you help on this?
Appreciate your reply
 
Best wishes,
Ziyu
 
 
=======================================================================
========================================
Cannot verify SFF after created ovs-bridge using:
“
Send POST request to URL: http://<odl_ip_address>:8181/restconf/operati
ons/service-function-forwarder-ovs:create-ovs-bridge  - Succeed
Verification

In a shell execute: ovs-vsctl show. There should be a Bridge with the
name br-test and one port/interface called br-test.

Also, the corresponding SFF for this OVS Bridge should be configured,
which can be verified through the SFC User Interface or RESTCONF as
follows.

Visit the SFC User Interface: http://<odl_ip_address>:8181/sfc/index.ht
ml#/sfc/serviceforwarder  - Failed
Use pure RESTCONF and send a GET request to URL:http://<odl_ip_address>
:8181/restconf/config/service-function-forwarder:service-function-
forwarders  - Failed as below screenshot
There should be an SFF, whose name will be ending with br1 and the SFF
should contain two DataPlane locators: br1 and testPort.

”
 

 
 
 
=======================================================================
========================================
Cannot find “odl-sfc-ui” plugin
 
chang@mec:~/opendaylight-0.10.1/bin$ ./karaf 
Apache Karaf starting up. Press Enter to open the shell now...
100%
[======================================================================
==]
Karaf started in 17s. Bundle stats: 448 active, 449 total
                                                                       
                   
    ________                       ________                .__  .__    
  .__     __       
    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__|
____ |  |___/  |_     
     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \<   |  ||  | |  |/
___\|  |  \   __\    
    /    |    \  |_> >  ___/|   |  \|    `   \/ __ \\___  ||  |_|  /
/_/  >   Y  \  |      
    \_______  /   __/ \___  >___|  /_______  (____  /
____||____/__\___  /|___|  /__|      
            \/|__|        \/     \/        \/     \/\/           
/_____/      \/          
                                                                       
                   
 
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown
OpenDaylight.
 
opendaylight-user@root>   
opendaylight-user@root>feature:install odl-sfc-ui
Error executing command: No matching features for odl-sfc-ui/0
 
_______________________________________________
sfc-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/sfc-dev
_______________________________________________
sfc-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/sfc-dev

Reply via email to