diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-02 14:20:29 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-02 12:23:20 +0000 |
commit | 493da31bc6f605d5a68b1810df4a8ca6326eb889 (patch) | |
tree | 564637650a2b9d514db274bdfe003e4da2c50b1e | |
parent | 6223fd97f1113ad6dfc13fbc93fa911b460cf091 (diff) |
examples/ncclient: update Readme.txt with more detailed instructions
Change-Id: If22b47736937428b1aa84105ba589f53be8d35fa
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
(cherry picked from commit b104beedcc9528ce2680e77a041ac26dc3f6a9bf)
-rw-r--r-- | examples/ncclient/Readme.txt | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/examples/ncclient/Readme.txt b/examples/ncclient/Readme.txt index 7e1c54075..6639cf815 100644 --- a/examples/ncclient/Readme.txt +++ b/examples/ncclient/Readme.txt @@ -4,19 +4,32 @@ Building 1) Custom ODL Oxygen build: git clone https://git.opendaylight.org/gerrit/netconf cd netconf -git checkout -b honeycomb -git reset --hard release/oxygen +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) Build vpp-integration module from hc2vpp project: +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 -3) (optional) Build honeycomb package +c) (optional) build honeycomb package ./packaging/deb/xenial/debuild.sh 4) Build ncclient @@ -27,6 +40,11 @@ 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 |