7.4
Table Of Contents
- Custom Properties Reference
- Contents
- Custom Properties Reference
- Custom Properties and the Property Dictionary
- Using Custom Properties
- Custom Properties Grouped by Function
- Custom Properties for Deployments
- Custom Properties for Naming and Analyzing Deployments
- Custom Properties for OpenStack Endpoints
- Custom Properties for Clone Blueprints
- Custom Properties for Linked Clone Blueprints
- Custom Properties for FlexClone Blueprints
- Custom Properties for Basic Workflow Blueprints
- Custom Properties for Linux Kickstart Blueprints
- Custom Properties for SCCM Blueprints
- Custom Properties for WIM Blueprints
- Custom Properties for vCloud Air and vCloud Director Blueprints
- Custom Properties for Networking and Security
- Custom Properties and Property Groups for Containers
- Custom Properties for PXE Provisioning
- Custom Properties for OVF Import
- Custom Properties for vRealize Automation Guest Agent
- Custom Properties for BMC BladeLogic Configuration Manager Integration
- Custom Properties for HP Server Automation Integration
- Custom Properties Grouped by Name
- Custom Properties Underscore (_)
- Custom Properties A
- Custom Properties B
- Custom Properties C
- Custom Properties E
- Custom Properties H
- Custom Properties I
- Custom Properties L
- Custom Properties M
- Custom Properties N
- Custom Properties O
- Custom Properties P
- Custom Properties R
- Custom Properties S
- Custom Properties V
- Custom Properties X
- Using the Property Dictionary
- Using Property Definitions
- Using Property Groups
- Defining Component Profile Settings
Table 1‑51. PowerShell Script Custom Property Configuration Values (Continued)
Option Value
Script action Select an action based on where the PowerShell script is located.
n
If the PowerShell script is on a central server, use
executeExternalPowerShellScriptOnHostByName.
n
If the PowerShell script is uploaded into vRealize Orchestrator, use
executePowershellScriptFromResourceOnHostByName.
These script actions are example scripts. You can create specific actions for your
environment.
The Resources/Sample/vRA/PowerShell/countries.ps1 sample PowerShell
script is provided in the vRealize Orchestrator client as reference for use with the
executePowershellScriptFromResourceOnHostByName action.
Input parameters Configure the input parameters based on the selected action.
Define parameters
n
If you use executeExternalPowerShellScriptOnHostByName:
n
hostName. Name of the central server where the script is located.
n
externalPowershellScript. Path to the PowerShell file on the host.
n
Arguments. Parameters to pass to the script. You separate the arguments
with commas. For example, Argument1,Arguement2.
n
If you use executePowershellScriptFromResourceOnHostByName:
n
vRealize Orchestrator. Name of the vRealize Orchestrator instance you are
using as the host.
n
scriptResourcePath. Path to the PowerShell file on the host.
n
scriptResourceName. Path to the PowerShell file as an uploaded resource
in vRealize Orchestrator.
Blueprint Configuration
You can add a custom property to the blueprint Properties tab to associate the property with the overall
blueprint.
Database Query Custom Property Definition
You add a custom property to query a database when you want to retrieve values from that database to
populate the custom property on the request form. The database custom property uses a
vRealize Orchestrator action to run the query and retrieve the values.
The action is supported for the following databases:
n
Microsoft SQL Server
n
MySQL
n
Oracle
n
PostgreSQL
Limitations
All retrieved values are converted to strings.
Custom Properties Reference
VMware, Inc. 118