-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Virtual disks introduced in Netbox 3.7 #364
Comments
Hi, yes I have seen this feature in the announcement. Would like to support this as well. But I'm using a helm chart for my test environment and currently stuck with 3.5.9 cause the author does not update it. Let's see If I get it to work |
great, now having 3.7.1 up and running. Will look into supporting the new virtual disk components |
Hi @smasharov, @patschi, @vacumet, I just added the support to the latest Thank you |
It works, but if the disk size is less than 1Gb it creates it with zero size. |
Hi, great that it works, Valid point regarding the size. Will try to set it to 1 GB and also add the actual size to the description |
I just had two thoughts:
|
Do you have an example of independent persistant? |
Ahh, thank you. This comes straight from the vCenter API. I could change it to look a bit nicer. Thanks for the hint. |
Hi, just pushed another commit with the improved description. I tried to find Storage Policy of the virtual disk but it seems you need an additional connection to the 'VMware Storage Policy Server' to query this information. I'm currently using vcsim for my test environment and this seems not supported. |
I see. Okay. I just saw the Virtual Disk object in netbox do also have tags support. It would be a general awesome feature if Storage Policies might be applied to disk objects with the name of the storage policy. That would be great to sort/filter. (e.g. any VMs running on vSAN using RAID-1, etc) But that's probably opening another can of worms in terms of integration. I can test scripts or whatsoever on my vCenter, if that helps. |
Would be great if we could close this issue and open a separate one for the storage policy. |
New version of Netbox supports several virtual disks per VM
The text was updated successfully, but these errors were encountered: