Adding an Orchestrator endpoint
Before you can use any Orchestrator plugins in vRA, you need to define them as endpoints. In this recipe, we will show you how to do this.
Getting ready
For this recipe, you will need a working and configured vRealize Automation installation. Please refer to the introduction of this chapter.
You can either use the vRA integrated Orchestrator or an external Orchestrator.
In this example, we will add an Active Directory endpoint. Please note that if you want to add users or change passwords, you will need to enable SSL for AD, refer to the Working with Active Directory recipe in Chapter 4, Working with Plugins.
How to do it…
Log in to vRA as an Infrastructure admin.
Navigate to Administration | Advanced Services | Endpoints.
Click on Add (green plus sign) and select the plugin that you would like to configure as an endpoint, such as the Active Directory plugin.
Give the endpoint a name, such as
ActiveDirectory
.Follow the Working with Active Directory recipe in Chapter...