Closed akamalov closed 6 years ago
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Answering my own question: I had to provide a full path to the resource, such as ```/datacenter/host/cluster/resources/resource_group_name. Once provided it started working. Thank you.
Environment:
Issue
When trying to upgrade OpsManager, Concourse exits with the following error:
Context
Now, above,
CFLAB02-CG
is the resource group. So far, Concourse correctly identifies a resource group and uploads correctly OpsMan VMDK (into the resource group -CFLAB02-CG
).Here is my
params.yml
file:I tried to put vcenter_resource_poolin quotes and without it, makes no difference. Always fails at that step.
Now, using ‘fly hijack’ went inside the container and viewed
opsman_settings.json
…but I do not see any reference regarding my resource group (e.g., CFLAB02-CG)
Is this a bug ? I don't understand how come Concourse correctly identifies vSphere resource group, uploads VMDK there and then bails saying it can't find a resource group.