HC2VPP-313: <copy-config> examples using nnclient library 74/11974/3
authorMarek Gradzki <[email protected]>
Wed, 18 Apr 2018 06:19:36 +0000 (08:19 +0200)
committerMarek Gradzki <[email protected]>
Mon, 30 Apr 2018 06:51:15 +0000 (08:51 +0200)
commit2e96f3423a2619cd2aa9d188de513723416c15e6
treeebef3bb171f14038633336704a4d1dff7f51bd32
parentee859ce91f6e3388272cc309ddc78b31e0135444
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]>
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]