vcd-cli
vcd-cli copied to clipboard
vApp Networks cause error when creating vApp from template
vApp networks cause an error when using "vcd vapp create"
Error: Network 'vApp-Network-Name' not found in the Virtual Datacenter.
If the vApp uses an orgvdc network, no problems are encountered.
Example
vcd vapp create -c CatalogName -t TemplateName vAppName
I'm running into the same issue. Was there a workaround or a resolution to this?
Sadly, no. I ended up diving into CLI’s source, and it doesn’t use the correct API call to deploy the template. I actually ended up building my own CLI utility that does what I need with the correct calls.
Sadly, no. I ended up diving into CLI’s source, and it doesn’t use the correct API call to deploy the template. I actually ended up building my own CLI utility that does what I need with the correct calls.
Can you share what you developed?