You are viewing an old version of this page. View the current version.
Compare with Current
View Version History
Version 1
Next »
These workflows are called automatically by vRA while processing a blueprint request. They are not intended to be run manually.
The Infoblox IPAM Plug-In for VMware includes the following vRA workflows:
Workflow Type | Description |
---|
Administration workflows | The administration workflows are used to create custom property groups and property definitions in vRA. You can access the vRA administration workflows from <admin> –> Library –> Infoblox –> vRA –> Administration. These workflows include: |
Configuration workflows | The configuration workflows are used to create/update/verify/remove vRA Infrastructure Administration hosts (IaaS) and vRA hosts in the Inventory tab of the vRealize Orchestrator client. You can access the vRA configuration workflows from <admin> –> Library –> Infoblox –> vRA –> Configuration. These workflows include: |
Installation workflows | These are workflows used during the deployment of the Infoblox IPAM Plug-In. You can access these workflows from <admin> –> Library –> Infoblox –> vRA –> Installation, Installation –> IPAM registration, and Installation –> vRO customization. These workflows include: - Setup Wizard: Performs basic Plug-In setup after the Plug-In is installed. See Performing the Basic Plug-In Setup.
- Register IPAM Endpoint: Calls the endpoint-configuration-service API to register the “Infoblox” endpoint type under the “IPAM” category in vRealize Automation. Once this endpoint type is registered, you can add IPAM endpoint instances in vRA.
- Deregister IPAM Endpoint: Removes the previously registered Infoblox IPAM type of endpoint in vRealize Automation.
- Install vRO customization wrapper: Installs the vRO customization, which includes the customization of workflow stubs and vRO menu operation workflows.
- Uninstall vRO customization wrapper: Uninstalls the vRO customization, which includes the customization of workflow stubs and vRO menu operation workflows.
|
vRA workflows for VM provisioning/deprovisioning | These workflows are called internally when vRA executes VM provisioning and deprovisioning requests. You can access the vRA workflows for VM provisioning from <admin> –> Library –> Infoblox –> vRA. These workflows include: - Allocate: This workflow is called by vRealize Automation to allocate a block of IP addresses in NIOS during VM provisioning. In each allocation, there are multiple sub-allocations. Each sub-allocation is the allocation of IP addresses for a single NIC interface for the Virtual Machine. As part of the Allocate, the workflow returns the DHCP options along with the IP address.
- Release: This workflow is called by vRealize Automation when a VM is destroyed. It releases the IP addresses allocated to the resource in NIOS.
- Create Endpoint Connection: Creates an Infoblox IPAM connection. It tries to connect with the master endpoint, and if it fails, it tries to connect with the failover endpoints.
- Get Address Spaces: This workflow is called by vRealize Automation to get the network views from NIOS.
- Get IP Ranges: This workflow is called by vRealize Automation to get a list of IP ranges (networks and ranges) from NIOS.
- Create IP Ranges: Creates a number of IP ranges within the same address space for on-demand routed network. This may include creating an address space as well.
- Delete IP Ranges: Deletes IP ranges for the previously created routed network from NIOS.
- Update: Updates MAC addresses and host names of the records in NIOS associated with the VM. It is triggered on the WFStubMachineProvisioned event from vRA.
|
Helpers | These include various helper workflows called internally by the Plug-In during the execution of various tasks. |