Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Conversation

@DavidLiu506
Copy link
Contributor

@DavidLiu506 DavidLiu506 commented Dec 15, 2021

Add GoadState V1 support to Data Plane Manager, Port Manager and Route Manager and also enable GS version change in configuration file.

DavidLiu506 and others added 30 commits June 29, 2021 12:07
@xieus xieus added enhancement New feature or request feature feature development labels Dec 15, 2021
@xieus xieus added this to the Version 1.0.2021.12.30 milestone Dec 15, 2021
@lgtm-com
Copy link

lgtm-com bot commented Dec 16, 2021

This pull request fixes 1 alert when merging d8f3a71 into b464aa9 - view on LGTM.com

fixed alerts:

  • 1 for Self assignment

Comment on lines 30 to 32
public class ProcessorChainManager implements IProcessorChainManager {
private static final Logger LOG = LoggerFactory.getLogger(ProcessorManager.class);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DavidLiu506 Do we need these two functions ProcessorChainManager and ProcessorChainManagerV2? It seems like both functions has exactly same lines of code.

Copy link
Contributor Author

@DavidLiu506 DavidLiu506 Dec 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, AfterProcessor not same, it remove NeighborProcessor. If move RouterProcessor to DPM, add RouterProcessor to it.

this.routerToDPMService.sendInternalRouterInfoToDPM(internalRouterInfo, networkConfiguration);
if (version.equals("101")) {
InternalRouterInfo internalRouterInfo = this.neutronRouterService.constructInternalRouterInfo(routerid, internalSubnetRoutingTableList);
System.out.println("version 101");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DavidLiu506 Please remove System.out.println here, use LOG instead.

@cj-chung
Copy link
Contributor

@DavidLiu506 and @pkommoju can you test this branch in Jenkins?

@pkommoju
Copy link
Contributor

@DavidLiu506 and @pkommoju can you test this branch in Jenkins?

I will start a build shortly.

@pkommoju
Copy link
Contributor

@DavidLiu506 and @pkommoju can you test this branch in Jenkins?

I will start a build shortly.

Started.

@lgtm-com
Copy link

lgtm-com bot commented Dec 17, 2021

This pull request fixes 1 alert when merging f55e0fe into b464aa9 - view on LGTM.com

fixed alerts:

  • 1 for Self assignment

@DavidLiu506 DavidLiu506 linked an issue Dec 17, 2021 that may be closed by this pull request
@cj-chung cj-chung self-requested a review December 17, 2021 22:36
Copy link
Contributor

@cj-chung cj-chung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@xieus xieus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a really good change.

@xieus
Copy link
Contributor

xieus commented Dec 17, 2021

Relink to Issue #720 as it is a pending issue to be resolved later.

@xieus xieus merged commit 39a72d1 into futurewei-cloud:master Dec 17, 2021
@DavidLiu506 DavidLiu506 deleted the pm branch May 28, 2022 01:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request feature feature development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants