shwstppr commented on code in PR #12228:
URL: https://github.com/apache/cloudstack/pull/12228#discussion_r2607204982
##########
server/src/main/java/com/cloud/network/NetworkServiceImpl.java:
##########
@@ -1869,6 +1869,18 @@ public Network createGuestNetwork(long
networkOfferingId, String name, String di
null, null, null, null, null, null, null, null, null, null);
}
+ @Override
+ @DB
+ @ActionEvent(eventType = EventTypes.EVENT_NETWORK_CREATE, eventDescription
= "creating network")
+ public Network createGuestNetwork(long networkOfferingId, String name,
String displayText, Account owner,
+ PhysicalNetwork physicalNetwork, long
zoneId, ACLType aclType, Pair<Integer, Integer> vrIfaceMTUs) throws
+ InsufficientCapacityException, ConcurrentOperationException,
ResourceAllocationException {
+ return _networkMgr.createGuestNetwork(networkOfferingId, name,
displayText,
Review Comment:
We can call this directly in KubernetesClusterManagerImpl?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]