HONEYCOMB-385: bump ODL dependencies to Nitrogen 58/9258/6
authorMarek Gradzki <mgradzki@cisco.com>
Tue, 7 Nov 2017 08:21:08 +0000 (09:21 +0100)
committerMarek Gradzki <mgradzki@cisco.com>
Fri, 10 Nov 2017 09:00:39 +0000 (10:00 +0100)
commit0f92e8f1eb7ec29f589ed92c55b049f13cce0f30
tree30e7fa6562a136755f1e5a9e5348db51c221f59b
parentcccd174ab736465bc36faacfeaa30297acb724a7
HONEYCOMB-385: bump ODL dependencies to Nitrogen

* guava bumped to 22.0 (same as used by ODL)
* use 4K RSA for SSH server (related to bouncy-castle bump in ODL)
  - based on https://git.opendaylight.org/gerrit/#/c/60138/2
  - also fixes HC2VPP-207
* removed some yang models from netconf-whitelist.xml,
  that are no longer present in ODL dependencies,
* increased timeouts in distro tests, because generating 4K RSA key
  my last longer (especially on slow jenkins nodes).
* EmptyMountPointService exposed to enable reuse by notification
  and restconf providers

Change-Id: I2ff32bd7f0298716210fcfee4918007a42fab171
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
25 files changed:
common/api-parent/pom.xml
common/honeycomb-parent/pom.xml
common/scripts-parent/pom.xml
common/yang-whitelist/yang-whitelist-impl/pom.xml
infra/bgp-distribution-test/src/test/java/io/fd/honeycomb/infra/bgp/distro/BgpDistributionTest.java
infra/impl/src/main/java/io/fd/honeycomb/impl/EmptyDomMountService.java [new file with mode: 0644]
infra/impl/src/main/java/io/fd/honeycomb/impl/NorthboundFacadeHoneycombDOMBroker.java
infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/ConfigAndOperationalPipelineModule.java
infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/HoneycombDOMBrokerProvider.java
infra/minimal-distribution-test/src/test/java/io/fd/honeycomb/infra/distro/BaseMinimalDistributionTest.java
infra/minimal-distribution/pom.xml
infra/northbound/bgp-extensions/evpn/pom.xml
infra/northbound/bgp-extensions/extension-common/pom.xml
infra/northbound/bgp-extensions/inet/pom.xml
infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml
infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml
infra/northbound/bgp-extensions/labeled-unicast/pom.xml
infra/northbound/bgp-extensions/linkstate/pom.xml
infra/northbound/bgp/pom.xml
infra/northbound/netconf/pom.xml
infra/northbound/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfSshServerProvider.java
infra/northbound/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml
infra/northbound/restconf/pom.xml
infra/northbound/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfProvider.java
infra/translate-utils/src/test/java/io/fd/honeycomb/translate/util/JsonUtilsTest.java