Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Missing disk documentation and examples #99

Open
nsydenham opened this issue Nov 17, 2020 · 4 comments
Open

Missing disk documentation and examples #99

nsydenham opened this issue Nov 17, 2020 · 4 comments

Comments

@nsydenham
Copy link

vRA 7.x version
7.6
Terraform version
0.13.5
terraform-provider-vra7 plugin version
2.0.0

Describe the bug
There is no documentation on either GitHub or at https://www.terraform.io/docs/providers/vra7/index.html of how to add an additional disk to a VM. Examples would be useful as well.

To Reproduce

  1. Browse documentation
  2. Browse source code
  3. Search Google
  4. Raise issue

Expected behavior
Clearly documenteed supported parameters for defining disks

Screenshots
NA

Logs
NA

Desktop (please complete the following information):

  • OS: Linux

Additional context
Add any other context about the problem here.

@hobovirtual
Copy link

hi @nsydenham

for new deployment you can use the VirtualMachine.DiskN.Size property to add disk(s), in fact you can add any of these built in properties in your manifest please see documentation here

if you're looking for a day 2 operations to add disk(s) this isn't supported as far as i know! There used to be a PR for this, not sure where it is standing at the moment!

thanks!

@nsydenham
Copy link
Author

@hobovirtual - yes, but it's not documented where to put these parameters in a Terraform configuration. I've got it to work by placing the directives in a deployment_configuration, but this was only found by trial and error and seems a bit non-sensical when it should be in a resource_configuration block. It also seems to change between older provider versions and with vRA 8, hence my request for explicit documentation for the vRA 7 provider.

@Prativa20
Copy link
Contributor

Prativa20 commented Nov 18, 2020

@nsydenham The day 2 operation for adding disk in vra7 provider is not supported. Please open a request and we can prioritize it.

Thanks,
Prativa

@sarveshpat
Copy link

sarveshpat commented Aug 20, 2021

Hi , is this problem resolved ? I am also facing the same issue but i am using vra8. Please let me know .

Thanks
Sarvesh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants