From 76ec4e831b2653426d8bc434dabe145d97efcc2a Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 6 Jul 2017 12:55:17 +0200 Subject: HONEYCOMB-377: remove enabled flag for bgp Use module configuration to enable/disabe BGP. Also hides BgpExtensionModule module to the user (until HONEYCOMB-363 is fixed). Change-Id: I8294d080138a0bcf640420484b76c089aa332d93 Signed-off-by: Marek Gradzki --- .../src/test/resources/base-distro-test-modules/base-modules | 2 -- infra/bgp-distribution-test/src/test/resources/bgp.json | 1 - 2 files changed, 3 deletions(-) (limited to 'infra/bgp-distribution-test/src') diff --git a/infra/bgp-distribution-test/src/test/resources/base-distro-test-modules/base-modules b/infra/bgp-distribution-test/src/test/resources/base-distro-test-modules/base-modules index c476fccca..b69e94581 100644 --- a/infra/bgp-distribution-test/src/test/resources/base-distro-test-modules/base-modules +++ b/infra/bgp-distribution-test/src/test/resources/base-distro-test-modules/base-modules @@ -1,5 +1,3 @@ -io.fd.honeycomb.infra.bgp.BgpConfigurationModule -io.fd.honeycomb.infra.bgp.BgpExtensionsModule io.fd.honeycomb.infra.bgp.BgpModule io.fd.honeycomb.infra.bgp.BgpReadersModule io.fd.honeycomb.infra.bgp.BgpWritersModule diff --git a/infra/bgp-distribution-test/src/test/resources/bgp.json b/infra/bgp-distribution-test/src/test/resources/bgp.json index 494b6a965..c352fb0f2 100644 --- a/infra/bgp-distribution-test/src/test/resources/bgp.json +++ b/infra/bgp-distribution-test/src/test/resources/bgp.json @@ -1,5 +1,4 @@ { - "bgp-enabled": "true", "bgp-binding-address": "127.0.0.1", "bgp-port": 1790, "bgp-as-number": 65000, -- cgit 1.2.3-korg