HONEYCOMB-360 - Common northbound configuration 64/7364/3
authorJan Srnicek <jsrnicek@cisco.com>
Fri, 30 Jun 2017 11:46:26 +0000 (13:46 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Fri, 30 Jun 2017 20:19:00 +0000 (22:19 +0200)
commit9ffb7cb36349d00ab31538c85bae597e5d10062b
treecd68783486c431f298658de5eac9ab0edb0d8c84
parent5952721d74f9e1af59c3deb1018054aa4424c461
HONEYCOMB-360 - Common northbound configuration

Change-Id: Iefa1c4a7388c628c9527a00b13be59d98db640ec
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
18 files changed:
infra/bgp-distribution-test/src/test/resources/base-distro-test-modules/base-modules
infra/bgp-distribution-test/src/test/resources/credentials.json [new file with mode: 0644]
infra/bgp-distribution-test/src/test/resources/honeycomb.json
infra/minimal-distribution-core/pom.xml
infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.java
infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/netconf/NetconfSshServerProvider.java
infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/restconf/JettyServerProvider.java
infra/minimal-distribution-test/src/test/resources/base-distro-test-modules/base-modules
infra/minimal-distribution-test/src/test/resources/credentials.json [new file with mode: 0644]
infra/minimal-distribution-test/src/test/resources/honeycomb.json
infra/minimal-distribution/pom.xml
infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json
infra/northbound/asciidoc/Readme.adoc [new file with mode: 0644]
infra/northbound/common/asciidoc/Readme.adoc [new file with mode: 0644]
infra/northbound/common/pom.xml
infra/northbound/common/src/main/java/io/fd/honeycomb/northbound/CredentialsConfiguration.java [new file with mode: 0644]
infra/northbound/common/src/main/java/io/fd/honeycomb/northbound/CredentialsModule.java [new file with mode: 0644]
infra/northbound/common/src/main/resources/honeycomb-minimal-resources/config/credentials.json [new file with mode: 0644]