HONEYCOMB-358 - Conditional module loading 89/7289/8
authorJan Srnicek <jsrnicek@cisco.com>
Fri, 30 Jun 2017 13:10:27 +0000 (15:10 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Fri, 30 Jun 2017 13:15:25 +0000 (13:15 +0000)
commita90863760d1ae1a92520ce29841aec600d25a83a
tree5bf9d20b61d2a14d6f44306ef021e754088d8abc
parent62dd4d32fd270d3a6b7bb47c972bbcd5dc7b9f43
HONEYCOMB-358 - Conditional module loading

Change-Id: Ic9b7182cc77bf2f73cf5edd3ee19f25f53711cda
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
41 files changed:
infra/bgp-distribution-test/asciidoc/Readme.adoc [new file with mode: 0644]
infra/bgp-distribution-test/pom.xml [new file with mode: 0644]
infra/bgp-distribution-test/src/test/java/io/fd/honeycomb/infra/bgp/distro/BgpDistributionTest.java [moved from infra/bgp-distribution/src/test/java/io/fd/honeycomb/infra/bgp/distro/BgpDistributionTest.java with 100% similarity]
infra/bgp-distribution-test/src/test/resources/WEB-INF/web.xml [moved from infra/bgp-distribution/src/test/resources/WEB-INF/web.xml with 100% similarity]
infra/bgp-distribution-test/src/test/resources/activation.json [new file with mode: 0644]
infra/bgp-distribution-test/src/test/resources/base-distro-test-modules/base-modules [moved from infra/bgp-distribution/src/test/resources/base-distro-test-modules/base-modules with 100% similarity]
infra/bgp-distribution-test/src/test/resources/bgp-peers.json [moved from infra/bgp-distribution/src/test/resources/bgp-peers.json with 100% similarity]
infra/bgp-distribution-test/src/test/resources/bgp.json [moved from infra/bgp-distribution/src/test/resources/bgp.json with 100% similarity]
infra/bgp-distribution-test/src/test/resources/honeycomb-keystore [moved from infra/bgp-distribution/src/test/resources/honeycomb-keystore with 100% similarity]
infra/bgp-distribution-test/src/test/resources/honeycomb.json [moved from infra/bgp-distribution/src/test/resources/honeycomb.json with 100% similarity]
infra/bgp-distribution-test/src/test/resources/logback.xml [moved from infra/bgp-distribution/src/test/resources/logback.xml with 100% similarity]
infra/bgp-distribution/pom.xml
infra/bgp-distribution/src/main/resources/honeycomb-minimal-resources/config/activation.json
infra/bgp-distribution/src/test/resources/activation.json [deleted file]
infra/minimal-distribution-test/asciidoc/Readme.adoc [new file with mode: 0644]
infra/minimal-distribution-test/pom.xml [new file with mode: 0644]
infra/minimal-distribution-test/src/test/java/io/fd/honeycomb/infra/distro/BaseMinimalDistributionTest.java [moved from infra/minimal-distribution/src/test/java/io/fd/honeycomb/infra/distro/BaseMinimalDistributionTest.java with 100% similarity]
infra/minimal-distribution-test/src/test/java/io/fd/honeycomb/infra/distro/Modules.java [moved from infra/minimal-distribution/src/test/java/io/fd/honeycomb/infra/distro/Modules.java with 100% similarity]
infra/minimal-distribution-test/src/test/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProviderTest.java [moved from infra/minimal-distribution/src/test/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProviderTest.java with 94% similarity]
infra/minimal-distribution-test/src/test/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndexTest.java [new file with mode: 0644]
infra/minimal-distribution-test/src/test/resources/WEB-INF/web.xml [moved from infra/minimal-distribution/src/test/resources/WEB-INF/web.xml with 100% similarity]
infra/minimal-distribution-test/src/test/resources/activation.json [new file with mode: 0644]
infra/minimal-distribution-test/src/test/resources/base-distro-test-modules/base-modules [moved from infra/minimal-distribution/src/test/resources/base-distro-test-modules/base-modules with 100% similarity]
infra/minimal-distribution-test/src/test/resources/honeycomb-keystore [moved from infra/minimal-distribution/src/test/resources/honeycomb-keystore with 100% similarity]
infra/minimal-distribution-test/src/test/resources/honeycomb.json [moved from infra/minimal-distribution/src/test/resources/honeycomb.json with 100% similarity]
infra/minimal-distribution-test/src/test/resources/logback.xml [moved from infra/minimal-distribution/src/test/resources/logback.xml with 100% similarity]
infra/minimal-distribution-test/src/test/resources/modules/module-config-one.txt [moved from infra/minimal-distribution/src/test/resources/modules/module-config-one.txt with 100% similarity]
infra/minimal-distribution-test/src/test/resources/modules/module-config-two.txt [moved from infra/minimal-distribution/src/test/resources/modules/module-config-two.txt with 100% similarity]
infra/minimal-distribution-test/src/test/resources/static-yang-index/yang-index [new file with mode: 0644]
infra/minimal-distribution/pom.xml
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/activation/ActivationConfig.java
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/activation/ActiveModuleProvider.java
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/schema/ModuleInfoBackedCtxProvider.java
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/schema/ResourceLoader.java [new file with mode: 0644]
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/schema/YangBindingProviderModule.java
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModuleMappingIndex.java [new file with mode: 0644]
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/schema/YangModulesProvider.java [new file with mode: 0644]
infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/activation.json
infra/minimal-distribution/src/test/resources/activation.json [deleted file]
infra/pom.xml