From 7b80890e0e1eed715badfcb852084976449bcafe Mon Sep 17 00:00:00 2001 From: Bin Hu Date: Tue, 22 Dec 2015 17:09:05 -0800 Subject: JIRA: IPVSIX-29 Change-Id: Ie13afaeb1502b900c06ba7f2bb92c490af6d5c32 Signed-off-by: Bin Hu --- .../1-ipv6-configguide-odl-setup.rst | 37 ++++++++++++++-------- 1 file changed, 24 insertions(+), 13 deletions(-) (limited to 'docs/setupservicevm/1-ipv6-configguide-odl-setup.rst') diff --git a/docs/setupservicevm/1-ipv6-configguide-odl-setup.rst b/docs/setupservicevm/1-ipv6-configguide-odl-setup.rst index 0a77f08..6c142c6 100644 --- a/docs/setupservicevm/1-ipv6-configguide-odl-setup.rst +++ b/docs/setupservicevm/1-ipv6-configguide-odl-setup.rst @@ -30,16 +30,25 @@ Node. The objective is to allow all connections on the internal private network (ens160). The same objective can be achieved using firewalld as well. **If you intend to use firewalld, please skip this step and directly go to next step**: -| ``sudo systemctl stop firewalld.service`` -| ``sudo yum remove -y firewalld`` -| ``sudo yum install -y iptables-services`` -| ``sudo touch /etc/sysconfig/iptables`` -| ``sudo systemctl enable iptables.service`` -| ``sudo systemctl start iptables.service`` -| ``sudo iptables -I INPUT 1 -i ens160 -j ACCEPT`` -| ``# For ODL DLUX UI`` -| ``sudo iptables -I INPUT -m state --state NEW -p tcp --dport 8181 -j ACCEPT`` -| ``sudo iptables-save > /etc/sysconfig/iptables`` + ``sudo systemctl stop firewalld.service`` + + ``sudo yum remove -y firewalld`` + + ``sudo yum install -y iptables-services`` + + ``sudo touch /etc/sysconfig/iptables`` + + ``sudo systemctl enable iptables.service`` + + ``sudo systemctl start iptables.service`` + + ``sudo iptables -I INPUT 1 -i ens160 -j ACCEPT`` + + ``# For ODL DLUX UI`` + + ``sudo iptables -I INPUT -m state --state NEW -p tcp --dport 8181 -j ACCEPT`` + + ``sudo iptables-save > /etc/sysconfig/iptables`` **ODL-6**: Open a screen session. @@ -69,7 +78,8 @@ feature. **ODL-11**: Verify that OVSDB feature is installed successfully. -| ``opendaylight-user@opnfv>feature:list -i | grep ovsdb`` + ``opendaylight-user@opnfv>feature:list -i | grep ovsdb`` + | odl-ovsdb-openstack | 1.1.1-Lithium-SR1 | x | ovsdb-1.1.1-Lithium-SR1 | OpenDaylight :: OVSDB :: OpenStack Network Virtual | odl-ovsdb-southbound-api | 1.1.1-Lithium-SR1 | x | odl-ovsdb-southbound-1.1.1-Lithium-SR1 | OpenDaylight :: southbound :: api | odl-ovsdb-southbound-impl | 1.1.1-Lithium-SR1 | x | odl-ovsdb-southbound-1.1.1-Lithium-SR1 | OpenDaylight :: southbound :: impl @@ -79,8 +89,9 @@ feature. **ODL-12**: To view the logs, you can use the following commands (or alternately the file data/log/karaf.log). -| ``opendaylight-user@opnfv>log:display`` -| ``opendaylight-user@opnfv>log:tail`` + ``opendaylight-user@opnfv>log:display`` + + ``opendaylight-user@opnfv>log:tail`` **ODL-13**: To enable ODL DLUX UI, install the following features. Then you can navigate to -- cgit 1.2.3-korg