HC2VPP-313: <copy-config> examples using nnclient library 17/12317/2
authorMarek Gradzki <[email protected]>
Wed, 18 Apr 2018 06:19:36 +0000 (08:19 +0200)
committerMarek Gradzki <[email protected]>
Wed, 2 May 2018 10:00:35 +0000 (10:00 +0000)
commit9f9d2614ff5bd0d2a1729d1793a9bd6ca3def717
treeef26ca2c2b20f58b77244f8dafec75a5f3346e2d
parent52ca7c2e86cf982bf1cd4aaea8869555fea0aa4a
HC2VPP-313: <copy-config> examples using nnclient library

Shows how to configure VPP using nnclient library.

Requires following changes to ODL Netconf (HC2VPP-312):
- <copy-config> support:
  https://git.opendaylight.org/gerrit/#/c/69606/
- various fixes to make ODL Netconf compatible with nnclient:
  https://git.opendaylight.org/gerrit/#/c/71181/

and ncclient library with the following change:
https://github.com/marekgr/ncclient/commit/fbc31b06daf114c11dcb6bf1bcfac9127b2e0062

Change-Id: I3dceb8ead6e6f558a3c76f6c1c3b0ba5f7c52f93
Signed-off-by: Marek Gradzki <[email protected]>
(cherry picked from commit 2e96f3423a2619cd2aa9d188de513723416c15e6)
18 files changed:
examples/ncclient/Readme.txt [new file with mode: 0644]
examples/ncclient/acl/copy_config_acl.xml [new file with mode: 0644]
examples/ncclient/acl/copy_config_acl_update.xml [new file with mode: 0644]
examples/ncclient/acl/expected_config_acl.xml [new file with mode: 0644]
examples/ncclient/acl/expected_config_acl_update.xml [new file with mode: 0644]
examples/ncclient/acl/test_acl.sh [new file with mode: 0755]
examples/ncclient/acl/test_acl_update.sh [new file with mode: 0755]
examples/ncclient/copy_config.py [new file with mode: 0755]
examples/ncclient/get.py [new file with mode: 0755]
examples/ncclient/get_config.py [new file with mode: 0755]
examples/ncclient/nat/copy_config_nat.xml [new file with mode: 0644]
examples/ncclient/nat/copy_config_nat_update.xml [new file with mode: 0644]
examples/ncclient/nat/expected_config_nat.xml [new file with mode: 0644]
examples/ncclient/nat/expected_config_nat_update.xml [new file with mode: 0644]
examples/ncclient/nat/test_nat.sh [new file with mode: 0755]
examples/ncclient/nat/test_nat_update.sh [new file with mode: 0755]
examples/ncclient/test_copy_config.sh [new file with mode: 0755]
examples/ncclient/xmldiffs.py [new file with mode: 0755]