Trying to setup the authentication provider, but there is no option for Control Center when accessing the Orchestrator landing page:
https://<vrofqdn>/vco
Aria Automation Orchestrator 8.18.1
The control center has been deprecated in 8.18.1.
Plug-in and log level configuration are moved from the Control Center to the System settings section in the Automation Orchestrator Client
Plug-in and log configuration are now performed from the System Settings page of the Automation Orchestrator Client. New REST APIs for managing plug-ins and log levels are also introduced. You can find more information about the Automation Orchestrator REST API in the Swagger UI located at https://<your_orchestrator_FQDN>/vco/api/docs/.
Control Center will be removed from Automation Orchestrator in the next release
Automation Orchestrator configuration will be done through the command line interface. For more information, see the product documentation.
You can retrieve the current authentication provider by running the following command:
To configure the authentication provider by using a guided configuration wizard, run the following command:
After running the authentication wizard command, you are prompted to provide the necessary authentication provider information such as the type of authentication provider, hostname, and password.
To configure the authentication provider by using predefined configuration parameters, run the vracli vro authentication set command. The command can have the following parameters:
Parameter | Importance | Description |
---|---|---|
-p or --provider |
Required | This parameter defines the authentication provider type. The parameter value can be either vsphere or vra depending on the authentication provider you want to configure: vSphere or VMware Aria Automation. |
-hn or --hostname |
Required | The hostname or URL of the authentication provider you want to configure. Both options are applicable. |
-u or --username |
Required | The username of the administrator associated with the authentication provider. |
--password-file |
Optional | The path to a file containing the password of the administrator account for the authentication provider. If left empty, you receive a prompt for adding the password data. The password file must be stored inside the /data/vco/usr/lib/vco directory of the Automation Orchestrator Appliance. When adding the parameter in the command, exclude the /data/vco part of the filepath. |
--admin-group |
Required for vSphere authetnication providers. Ignored for VMware Aria Automation authentication providers. | Parameter for adding the Automation Orchestrator administrators group of the specified vSphere deployment. |
--admin-group-domain |
Required for vSphere authetnication providers. Ignored for VMware Aria Automation authentication providers. | This parameter defines the administrator group domain. |
-k or --ignore-certificate |
Optional | Using this parameter, the authentication process is configured to automatically trust the certificate of the authentication provider. |
-f or --force |
Optional | Using this parameter, you are not prompted for confirmation if the specified authentication provider is already configured. |
--fqdn |
Optional | This parameter defines the external address of the Automation Orchestrator server.
Note: You can retrieve the FQDN address for your environment by running the nslookup <your_orchestrator_IP> command.
|
Example authentication configurations
You can unregister the current authentication provider by running the vracli vro authentication unregister command. This command can have the following parameters:
https://docs.vmware.com/en/VMware-Aria-Automation/8.18/Installing-Configuring-Automation-Orchestrator/GUID-01E0E2DF-9027-49EE-9A54-738A7A9BF4CD.html
If you encounter an error similar to "Admin Group Domain or Admin Group is invalid" , please follow the outlined steps in