summaryrefslogtreecommitdiffstats
path: root/infra/bgp-distribution
AgeCommit message (Collapse)AuthorFilesLines
2017-06-30HONEYCOMB-358 - Activation moduleJan Srnicek5-45/+24
Provides module that provides set of distribution started modules Change-Id: I54287cc17f3af7d51a47a7342e5b8496e5ade00e Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
2017-06-20Update BGP postman collection with labeled-unicast examplesMarek Gradzki1-30/+177
Change-Id: Iebbd67bfbf79460b4964a24b4ef76d0e1bdabd47 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-06-19HONEYCOMB-356: API implementationMarek Gradzki3-0/+57
RibWriter registers DataTreeChangeListener for given route type. RouteWriter recevies create/update/delete notifications for single route modifications in LocRib DS. Change-Id: I4832abfb25aa189ecd3964febd6071f9a25117b2 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-06-19Add support for BGP labeled unicast ipv4 extensionMarek Gradzki3-3/+28
Change-Id: Id004eaf98d03daec260e7c13b79ced0f4785b952 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-06-16Increase timeout for distro testsv1.17.07-F0Marek Gradzki1-1/+1
Change-Id: I9eb2db901112ac861e078f9a320ceb81d7e83dbf Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-05-31Dedicated provider for BgpNeighboursMarek Gradzki3-8/+20
Change-Id: I1a98ea27dde5ba77f8b20382dfeb29496f3282b2 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-05-31Provide RIB/BGPExtensionConsumerContext as singletonsMarek Gradzki1-2/+5
Whitout specifying it explicitly Guice might create more instances Change-Id: Ia3cf56e54d59fa49488ab93a26a9db44cec51e8d Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-05-29HONEYCOMB-355: move BGP to separate distributionMarek Gradzki28-0/+1731
Given current YangBindingProviderModule implementation (HONEYCOMB-358), needed to preserve footprint of minimal distro. The change also: - reverts logger&persistence config changes introduced by https://gerrit.fd.io/r/#/c/5972/ - improves logging for BGP component initialization Change-Id: Ie223833518be21628edb7ace36c7618e427585e0 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>