HP Insight Control Server Provisioning 7.3 Update 1 Build Plans Reference Guide

50
Get Deployment Interface Details
Retrieves and stores Deployment Interface Network details into the specified file. This is used with Install Windows SPP
script to reset the network after a NIC firmware or driver update.
Type: Python
Required Parameter:
absolute_filename The absolute path to the file to write the network details.
Custom Attributes: None
Inject AutoYaST Personalization Settings
Inject Kickstart Personalization Settings
Inject Kickstart Personalization Settings for ESXi 5
Injects settings for personalization into the appropriate kickstart or AutoYaST answer file.
When you run a build plan and select the Configure static network information option, a custom attribute named
hpsa_netconfig is automatically created for each target server the build plan is run against. hpsa_netconfig contains the
network settings to be applied to that particular target server.
At run time, these scripts edit the Kickstart or AutoYast files and insert static IP addressing information based on the
contents of the hpsa_netconfig custom attribute. If hpsa_netconfig is not defined, then this script does nothing and
completes successfully.
Type: OGFS
Optional Parameter:
--require-netconfig=[true,false] - Specify whether a network configuration is mandatory or not. Defaults to
false. If set to true and the hpsa_netconfig custom attribute is missing, the script will fail. This is useful when
creating a build plan where specifying a network configuration is mandatory.
Optional Custom Attribute: hpsa_netconfig
Inject Multi-NIC Kickstart Personalization Settings
Injects settings for personalization from Matrix Operating Environment into a Linux Kickstart answer file.
The multi-nic-configuration0 through multi-nic-configuration9 custom attributes are set through the Matrix Operating
Environment.
At run time, this script edits the Kickstart file and inserts the static IP addressing information based on the contents of
the multi-nic-configuration custom attributes. If multi-nic-configuration is not defined, then this script does nothing
and completes successfully.
Type: OGFS
Parameters: None
Required Custom Attributes: multi-nic-configuration0 through multi-nic-configuration9
Inject Multi-NIC Personalization Settings
Injects settings for personalization from Matrix Operating Environment into a Windows unattend answer file.
The multi-nic-configuration0 through multi-nic-configuration9 custom attributes are set through the Matrix Operating
Environment.
At run time, this script edits the unattend file and inserts the static IP addressing information based on the contents of
the multi-nic-configuration custom attributes. If multi-nic-configuration is not defined, then this script does nothing
and completes successfully.
Type: OGFS
Parameters: None
Required Custom Attributes: multi-nic-configuration0 through multi-nic-configuration9