Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 10-09-2018 11:17 AM
Will Cloudbreak support Azure Managed disks for custom image catalog anytime soon?
Currently using packer for building my base images for HDP, however it stores them in storage account, which is not recommended by Azure anymore and packer marked this strategy as deprecated already.
Created 10-17-2018 12:22 PM
It is on the roadmap, but I cannot share an exact schedule.
Do you happen to have some issues with the storage account based image burning except for it being deprecated?
Thanks!
Created 10-17-2018 12:22 PM
It is on the roadmap, but I cannot share an exact schedule.
Do you happen to have some issues with the storage account based image burning except for it being deprecated?
Thanks!
Created 10-18-2018 04:48 PM
The problem is that azure provider for packer does not allow you spinning up a VM based on a managed disk and burn vhd. So if you start with managed disk you can only produce another managed disk. Same with VHD. It's not the end of the world, but I had to add more complexity to my orchestration as I have to use a base corporate image which is a managed disk.
Created 11-29-2018 07:54 AM
@Jakub Igla, I got similar problem, Cloudbreak now only supports VHD, but my custom image is created by a VM which is a managed image, how can I burn a VHD for this image so that it can be used by Cloudbreak? Thank you.
Created 11-29-2018 09:30 AM
This is more Azure question. Take a look at this: http://www.florisvanderploeg.com/converting-azure-managed-disks-to-unmanaged/
Created 11-30-2018 08:01 AM
Thanks, it helps a lot.