kiranchavala opened a new issue, #9706: URL: https://github.com/apache/cloudstack/issues/9706
ISSUE TYPE Enhancement/Improvement request COMPONENT NAME Component: VPC CLOUDSTACK VERSION Cloudstack version 4.19.1.1 SUMMARY Support ConfigDrive option is VPC network offerings Currently, Cloudstack supports config drive option for Network offering for (L2, Isolated networks, shared networks). **Steps to reproduce the issue** 1. Navigate to Service Offerings > VPC offerings > Create vpc offering with following supported services UserData : ConfigDrive Dns : VpcVirtualRouter Dhcp : VpcVirtualRouter There is no configdrive option for DHCP and DNS (Supported service). The config drive option is present only for Userdata (Supported service)   2. Navigate to Service Offering > Network offering > Create Network offering > Select VPC > UserData : ConfigDrive Dns : ConfigDrive Dhcp : ConfigDrive 3. Navigate to Networks > VPC networks > Create a vpc network based on the offering mentioned in step 1 4. Navigate to Network > VPC networks > Create a vpc tier based on the offering mentioned in step 2 5. Exception Service/provider combination Dhcp/ConfigDrive is not supported by VPC [VPC  Also, we cannot create a network offering with the following supported service configuration UserData : ConfigDrive Dns : VpcVirtualRouter Dhcp : VpcVirtualRouter Exception message Cannot enable subset of Services, Please specify the complete list of Services: UserData, Dns, Dhcp for Service Provider ConfigDrive Expected behaviour Since Cloudstack supports ConfigDrive for other network offerings , it should support for Vpc network offerings This will be helpful for end users who don't want to use Cloudinit option for deploying vm's in vpc network tier Ref: https://github.com/apache/cloudstack/pull/9329 https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+ConfigDrive+for+Metadata%2C+Userdata+and+Password#:~:text=CLOUDSTACK%2D9813%20%2D%20(),%2Dkeys)%20and%20password%20files https://docs.redhat.com/en/documentation/red_hat_openstack_platform/15/html/instances_and_images_guide/ch-configdrive#ch-configdrive -- 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: commits-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org