Migrating release notes from AsciiDoc to reST
[docs.git] / manuals / getting-started-guide / src / main / asciidoc / ovsdb / ovsdb-sfc-install.adoc
1 == OVSDB Service Function Chaining Installation Guide
2
3 === Overview
4
5 TBD
6
7 === Preparing for Installation
8 Follow the instructions in <<_getting_and_installing_opendaylight,Getting and Installing OpenDaylight>>.
9
10 === Installing OVSDB Service Function Chaining
11 Install the required features with the following command:
12 -----
13 feature:install odl-ovsdb-sfc-ui
14 -----
15
16 ==== Sample output from the Karaf console
17 ----
18 TBD
19 ----
20
21 === Verifying your Installation
22 To verify that the installation was successful, use the following command in karaf and check that there are
23 no error logs relating to odl-ovsdb-sfc
24 -----
25 log:display
26 -----
27 ==== Troubleshooting
28
29 TBD
30
31 === Uninstalling OVSDB Service Function Chaining
32 . Shutdown the karaf instance: 
33 +
34 -----
35 system:shutdown
36 -----
37 . Remove what is in the /data folder of the OpenDaylight Distribution.