weizhouapache commented on issue #7116: URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398830695
@jaghabalayev I had a quick check on your logs You have created multiple network offering for testing. These error seem to be caused by the new created network offering ``` 2023-01-20 10:59:54,655 INFO [c.c.a.ApiServer] (qtp1750498848-20:ctx-ce91bf25 ctx-087bfc02) (logid:7395e1a3) Service/provider combination Lb/VpcVirtualRouter is not supported by VPC [VPC [3-PoC-4] 2023-01-20 11:02:32,861 INFO [c.c.a.ApiServer] (qtp1750498848-19:ctx-e39130d0 ctx-59297ccb) (logid:4c8302da) Vlan has to be specified; corresponding offering says specifyVlan=true 2023-01-20 11:03:08,151 INFO [c.c.a.ApiServer] (qtp1750498848-22:ctx-b82299fc ctx-dd6d38d8) (logid:b1d23c82) Network cidr 10.4.1.0/24 is not within vpc [VPC [2-PoC-VPC-GLOBAL] cidr 2023-01-20 11:03:44,095 INFO [c.c.a.ApiServer] (qtp1750498848-412:ctx-47e20858 ctx-3b5e1bee) (logid:ced3123c) Vlan has to be specified; corresponding offering says specifyVlan=true 2023-01-20 11:24:08,485 INFO [c.c.a.ApiServer] (qtp1750498848-20:ctx-e6869a22 ctx-d8aad01f) (logid:9589158c) Service/provider combination Lb/VpcVirtualRouter is not supported by VPC [VPC [5-PoC-New] 2023-01-20 11:31:11,940 INFO [c.c.a.ApiServer] (qtp1750498848-19:ctx-e11fc791 ctx-af6d7f55) (logid:f72ba405) More than one physical networks exist in zone id=1 and no tags are specified in order to make a choice 2023-01-20 11:32:19,677 ERROR [c.c.a.ApiServer] (qtp1750498848-17:ctx-ed35b8a9 ctx-6a0ad51d) (logid:42b75c2e) unhandled exception executing api command: [Ljava.lang.String;@771a8053 com.cloud.exception.UnsupportedServiceException: Provider Ovs is either not enabled or doesn't support service Connectivity in physical network id=202 2023-01-20 11:33:17,509 ERROR [c.c.a.ApiServer] (qtp1750498848-16:ctx-820a4651 ctx-06fb4dba) (logid:65f2a9f5) unhandled exception executing api command: [Ljava.lang.String;@3b371888 com.cloud.exception.UnsupportedServiceException: Provider VpcVirtualRouter is either not enabled or doesn't support service Dhcp in physical network id=202 2023-01-20 11:34:58,195 ERROR [c.c.a.ApiServer] (qtp1750498848-19:ctx-2724bf6d ctx-6a805c8d) (logid:ac52a8ce) unhandled exception executing api command: [Ljava.lang.String;@295500ac com.cloud.exception.UnsupportedServiceException: Provider VpcVirtualRouter is either not enabled or doesn't support service Dhcp in physical network id=202 ``` some networks have been created successfully ``` 2023-01-20 10:54:33,664 DEBUG [c.c.r.ResourceLimitManagerImpl] (qtp1750498848-21:ctx-554b62c6 ctx-fe5bdbd8) (logid:b25c28fd) Updating resource Type = network count for Account = 2 Operation = increasing Amount = 1 2023-01-20 11:09:51,367 DEBUG [c.c.r.ResourceLimitManagerImpl] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Updating resource Type = network count for Account = 2 Operation = increasing Amount = 1 2023-01-20 11:26:04,085 DEBUG [c.c.r.ResourceLimitManagerImpl] (qtp1750498848-403:ctx-1e2fa873 ctx-0f1d6863) (logid:9c95e1f6) Updating resource Type = network count for Account = 2 Operation = increasing Amount = 1 2023-01-20 11:51:13,474 DEBUG [c.c.r.ResourceLimitManagerImpl] (qtp1750498848-412:ctx-7d124df9 ctx-32c95c2a) (logid:9fcaf791) Updating resource Type = network count for Account = 2 Operation = increasing Amount = 1 ``` I did not see anything wrong. can you use the default offering `DefaultIsolatedNetworkOfferingForVpcNetworks` to create vpc tiers ? -- 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]
