I'm looking to deploy and configure clean vRO 7 on demand for part of a pipeline for automated testing on completion of test remove it.
It seems easy enough to deploy with ovftool and for configuring it, I've found vro-configure.sh appears to offer the functionality to configure vRO Control Center, I've not yet been able to find any documentation for how to use some of the options.
Up to now I have it adding trusted certificate for vcenter,
./vro-configure.sh trust --certificate /tmp/vcenter.darrylcauldwell.local.pem --sso-certificate.
Am looking now to add vCenter PSC for authentication, the authentication options are authentication-cafe, authentication-embedded and authentication-openldap, my assumption is authentication-cafe is the tool which manages external authentication which is not LDAP.
The ./vro-configure.sh help shows three mandatory parameters, if I specify these the command runs without error but authentication is not configured
./vro-configure.sh authentication-cafe --registry-url https://vcenter.darrylcauldwell.local/cm --sso-vco-admin-group administrators --sso-vco-admin-group-domain vsphere.local
or
./vro-configure.sh authentication-cafe --registry-url vcenter.darrylcauldwell.local --sso-vco-admin-group administrators --sso-vco-admin-group-domain vsphere.local
Is there any documentation or examples of syntax for how to use vro-configure.sh ?