-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
@issacyxw You may need to update your master branch with the latest futurewei-cloud:master. This PR includes quite a few changes which have been merged to futurewei-cloud:master previously. |
@issacyxw At the bottom of this page, you can see that there is quite a few of conflicting files with existing master branch. Can you fix the issue? |
Codecov Report
@@ Coverage Diff @@
## master #550 +/- ##
============================================
- Coverage 33.97% 33.97% -0.01%
Complexity 1236 1236
============================================
Files 508 508
Lines 12549 12549
Branches 1574 1574
============================================
- Hits 4264 4263 -1
- Misses 7707 7708 +1
Partials 578 578
Continue to review full report at Codecov.
|
<div class="sect3"> | ||
<h4 id="_design_option_mq_vpc_topic_grpc">Design Option: MQ (VPC Topic) + GRPC</h4> | ||
<div class="sect4"> | ||
<h5 id="_workflow">Workflow</h5> | ||
<h5 id="_workflow_2">Workflow</h5> | ||
<div class="imageblock"> | ||
<div class="content"> | ||
<img src="../../images/vpcGroup.png" alt="vpcGroup"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you check the image name under /image folder? Should be vpcGroup.png, not vpcGrouppng. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@issacyxw Where is the image vpcGroup.png?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vpcGroup.png exists in the /image folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some merge conflict we have to resolve before check in to master.
@@ -7,13 +7,23 @@ autonumber | |||
|
|||
user -> PM: Create a port | |||
PM <-> SM_MACM_IPM_RM: PortInfo update | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 10 is a merge conflict. Please review "<<<<<<<< HEAD"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have fixed MQ_portcreate.puml
PM <-> VPCM: VpcInfo query by vpc_vni | ||
PM <-> NM: Nodeinfo query by Node_id | ||
PM -> DPM: Send down network configuration request | ||
DPM ->DPM: Select chanel for this network configuration (MQ selected)\n Query vpc_subs in Nodeinfo \n subscribe the ack topic | ||
'DPM <-> VPCM: VPC info query | ||
'DPM <->NM: Query whether target node subscript vpc topic or not | ||
DPM --> targetNodeACA: CSA_Alg: Node subscribe API with GRPC\n Using (MQ_url & unicast_topic & multicast_topic & vip_topic) in VpcInfo \n Send the ack topic info (MQ_url & vip_topic) in VpcInfo | ||
>>>>>>> c7baf54731aabf851f79b69b96d539ab1eb3c24b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the conflict block between Line 10-18 and Line 18-26. Please merge it properly.
<<<<<<< HEAD | ||
PM <-> NM: Nodeinfo query by Node_id | ||
PM -> DPM: Send down network configuration request | ||
DPM <-> VPCM: VpcInfo query by vpc_vni | ||
DPM ->DPM: CSA-Alg: Select chanel for this network configuration (GRPC selected) | ||
'DPM <-> VPCM: VPC info query | ||
'DPM <->NM: Query whether target node subscript vpc topic or not | ||
DPM --> targetNodeACA: call node unsubscribe API with GRPC\n Using (MQ_url & unicast_topic & multicast_topic & vip_topic) in VpcInfo | ||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. Merge conflict.
<div class="sect3"> | ||
<h4 id="_design_option_mq_vpc_topic_grpc">Design Option: MQ (VPC Topic) + GRPC</h4> | ||
<div class="sect4"> | ||
<h5 id="_workflow">Workflow</h5> | ||
<h5 id="_workflow_2">Workflow</h5> | ||
<div class="imageblock"> | ||
<div class="content"> | ||
<img src="../../images/vpcGroup.png" alt="vpcGroup"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@issacyxw Where is the image vpcGroup.png?
@issacyxw Please edit the title and add more details to the PR description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the continued improvement.
No description provided.