summaryrefslogtreecommitdiffstats
path: root/examples/ncclient/Readme.txt
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-08-21 14:27:35 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-08-21 14:29:59 +0200
commit160ba2a4f7586e48ff1e53caed871b0010660c73 (patch)
tree9632d6a4ae42b177b1325892a6b63dfbffd58c14 /examples/ncclient/Readme.txt
parentc85493b547d63404ec4c3280b2404b13b92892d0 (diff)
examples: convert ncclient Readme to adoc
Change-Id: Ida137d00b51a480e4f27950cc9bbc609f4782efd Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'examples/ncclient/Readme.txt')
-rw-r--r--examples/ncclient/Readme.txt59
1 files changed, 0 insertions, 59 deletions
diff --git a/examples/ncclient/Readme.txt b/examples/ncclient/Readme.txt
deleted file mode 100644
index 7f8e66d32..000000000
--- a/examples/ncclient/Readme.txt
+++ /dev/null
@@ -1,59 +0,0 @@
-Building
-----------
-
-1) Custom ODL Oxygen build:
-git clone https://git.opendaylight.org/gerrit/netconf
-cd netconf
-git checkout -b honeycomb release/oxygen
-
-# copy-config support:
-git fetch https://git.opendaylight.org/gerrit/netconf refs/changes/06/69606/1 && git cherry-pick FETCH_HEAD
-
-# ncclient support:
-git fetch https://git.opendaylight.org/gerrit/netconf refs/changes/81/71181/1 && git cherry-pick FETCH_HEAD
-
-mvn clean install -pl netconf/netconf-util,netconf/netconf-netty-util,netconf/mdsal-netconf-connector
-
-2) Custom HC2VPP build
-
-git clone https://gerrit.fd.io/r/hc2vpp
-cd hc2vpp
-
-a) checkout desired branch
-
-e.g. git checkout -b stable1804 origin/stable/1804
-
-or use master branch.
-
-b) build vpp-integration module from hc2vpp project:
-
-mvn clean install -pl vpp-integration/minimal-distribution
-
-c) (optional) build honeycomb package
-./packaging/deb/xenial/debuild.sh
-
-4) Build ncclient
-git clone https://github.com/ncclient/ncclient.git
-cd ncclient
-sudo python setup.py install
-
-
-Running examples
-----------
-Start vpp.
-Start honeycomb
-(either from hc2vpp builddir or using package built in previous steps).
-
-Then invoke:
-
-ACL:
-./acl/test_acl.sh
-./acl/test_acl_updates.sh
-
-NAT:
-./acl/test_nat.sh
-./acl/test_nat_updates.sh
-
-Suggestions:
-Remember that HC by default persists config and restores it after restart.
-You can disable this behaviour using config/honeycomb.json.