-
Notifications
You must be signed in to change notification settings - Fork 34
Rename Port/Route Web Classes, and Update Kubernetes yaml #220
Rename Port/Route Web Classes, and Update Kubernetes yaml #220
Conversation
xieus
left a comment
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 @kevin-zhonghao. Approved with a few minor comments.
| path: application.properties | ||
| containers: | ||
| - image: zhonghaolyu/repo:macKube2 | ||
| - image: zhonghaolyu/repo:macKube1 |
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.
Is it possible to use a local image link? if so, this could speed up the testing.
...es/port_manager/src/main/java/com/futurewei/alcor/portmanager/controller/PortController.java
Show resolved
Hide resolved
services/route_manager/src/main/java/com/futurewei/alcor/route/controller/RouteController.java
Outdated
Show resolved
Hide resolved
...e_manager/src/main/java/com/futurewei/alcor/route/service/Impl/RouteDatabaseServiceImpl.java
Outdated
Show resolved
Hide resolved
...ices/route_manager/src/main/java/com/futurewei/alcor/route/service/RouteDatabaseService.java
Outdated
Show resolved
Hide resolved
services/private_ip_manager/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
services/route_manager/src/main/java/com/futurewei/alcor/route/controller/RouteController.java
Outdated
Show resolved
Hide resolved
services/route_manager/src/main/java/com/futurewei/alcor/route/controller/RouteController.java
Show resolved
Hide resolved
...e_manager/src/main/java/com/futurewei/alcor/route/service/Impl/RouteDatabaseServiceImpl.java
Outdated
Show resolved
Hide resolved
...ices/route_manager/src/main/java/com/futurewei/alcor/route/service/RouteDatabaseService.java
Outdated
Show resolved
Hide resolved
services/route_manager/src/test/java/com/futurewei/alcor/route/RouteEntityControllerTests.java
Outdated
Show resolved
Hide resolved
| ** Estimated size of a middle-sized region is 500,000 node with 100 ports per node with consideration of multi-port container and VMs. | ||
| Thus, the estimated total number of ports is ~50 millions. | ||
| ** The estimated number of port-related resources (e.g. security groups, ACL, routes, DNS records and subnets) is of the same magnitude. | ||
| ** The estimated number of port-related resources (e.g. security groups, ACL, routeEntities, DNS records and subnets) is of the same magnitude. |
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 think we need to revert the changes in *.adoc, *.puml, *.proto and application.properties.
Global replacement is dangerous :-)
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.
It's my bad ~ I will fix them
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.
Yeah you are right ! it's my fault
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.
It is okay. It happened. Don't worry about it.
Waiting for the latest CI results to merge the PR.
This PR proposes the following change: