Configuring the VMware vCenter Lifecycle Manager adapter
You configure an adapter in BMC Atrium Orchestrator Grid Manager. The configuration provides information about how the adapter interacts with the VMware vCenter Lifecycle Manager application. While each adapter must have a unique name, you can create multiple adapters with the same adapter type to allow for different configuration properties.
The form view provides an easy-to-use interface for configuring the actor adapter. You can also switch to the XML view to configure the adapter using XML only. However, after you switch to the XML view, and save the configuration in the XML, you cannot thereafter use the form view for modifying the adapter configuration.
To configure the actor adapter, monitor adapter, or both
- Log on to the BMC Atrium Orchestrator Grid Manager.
- Access the adapters page, by clicking the Manage tab; then click the Adapters tab.
- In the Adapters in Repository list:
- Select the check box corresponding to bmc-adapter-vmware-lifecycle-manager-actor.
- Select the check box corresponding to bmc-adapter-vmware-lifecycle-manager-monitor.
- Select both check boxes to configure both adapters.
- Click Add to Grid to include the adapter in the Adapters on Grid list.
- Click Configure corresponding to the newly added adapter.
- On the Add an Adapter Configuration page, perform the following substeps to configure the adapter using the form view or jump to step 7 to configure the adapter using the XML view:
Enter a name for the adapter.
- Enter a description for the adapter.
Under Properties, enter the values for the configuration elements.
- Click OK.
The newly configured adapter is now listed in the Adapters on Grid list.
- ( optional ) Configure the adapter in the XML view using the following substeps:
- Enter a name and a description for the adapter.
- Click Switch to XML View.
- On the Warning message that appears, click Switch View.
In Properties, enter the adapter configuration properties in an XML format, including all required elements.
- On the Warning message that appears, click Save.
This action saves the adapter configuration with settings in the XML view permanently. The newly configured adapter is now listed in the Adapters on Grid list.
The following table describes the node elements required for configuring the actor adapter.
Node elements required for configuring the actor adapter
XML sample for configuring the actor adapter
<soap-url>http://172.21.124.93:8080</soap-url>
<user-name>requester</user-name>
<password>requesterpassword</password>
</config>
XML sample for configuring the actor adapter for secure communication
<soap-url>https://172.21.124.93:8081</soap-url>
<user-name>requester</user-name>
<password>requesterpassword</password>
</config>
The following table shows the node elements for configuring the monitor adapter.
Node elements for configuring the monitor adapter
XML sample for configuring the monitor adapter
<soap-url>http://172.21.124.93:8080/</soap-url>
<user-name>lcmadmin</user-name>
<password>lcmadm1n</password>
<events>
<event>
<type>REQs_FOR_VMs</type>
<poll-interval>50</poll-interval>
<start-date>20090201063118-0500</start-date>
<end-date>20090528063118-0500</end-date>
</event>
<event>
<type>VMs_SET_FOR_DECOMMISSION</type>
<poll-interval>40</poll-interval>
<start-date>20090201063118-0500</start-date>
<end-date>20090428063118-0500</end-date>
</event>
<event>
<type>REQs_WAITING_FOR_APPROVAL</type>
<poll-interval>30</poll-interval>
<start-date>20090201063118-0500</start-date>
<end-date>20090528063118-0500</end-date>
</event>
<event>
<type>REQs_WAITING_FOR_PLACEMENT</type>
<poll-interval>25</poll-interval>
<start-date>20090201063118-0500</start-date>
<end-date>20090528063118-0500</end-date>
</event>
</events>
</config>