Mike Garuccio
Mike Garuccio
We are interested in this feature as well, the performance isn't really relevant but high-availability is. We need to be able to assure that if one of the VM's with...
Is there any plan to officially support HA CSE servers? We would really prefer to have an HA config but not if it means we will be unsupported in the...
Got through that error by adding the `vSphere Server: View` right, now receiving the error below. ``` [expedient@localhost ~]$ cse install --config config.yaml Validating CSE on vCD from file: config.yaml...
That error is solved by adding the `Organization vDC: Extended View` permission, and now allows the template upload to start before generating an error ```Uploading photon-custom-hw11-2.0-304b817.ova Find source ova 'photon-custom-hw11-2.0-304b817.ova':...
the above is still failing but I've identified `/query?type=adminCatalogItem` as the REST call that is getting access denied, attempting to work out which Right provides that ability now
Those are all configured with the exception of the "Catalog Item" rights, which don't seem to exist in the current release of 9.5, however I did confirm that a user...
I'm still trying to determine the minimum rights, is there anyone at VMWare who can tell me which right is required to reach the `/query?type=adminCatalogItem` endpoint? that's the call the...
Ok so the missing right there was `Organization: Perform Administrator Queries`, which has been added but now we are failing on a different portion of the `create_template()` call, trying to...
No I'm still trying to narrow down the correct set of permissions. currently it's failing when trying to access the vapp template.
@harshneelmore unfortunately I haven't had the opportunity to give it a shot yet, it looks like my lab has some permissions issues beyond what we were seeing here that are...