Deployment values
When you install the WebSphere products, select the parameter values for deployment.
Parameters for Passport Advantage entitlement
ibm_id
- This offer is Bring Your Own License (BYOL). To deploy this offer, you must enter your registered IBMid and your IBMid must have active WebSphere entitlements that are associated with it. You can check your entitlements at Passport Advantage Online for customers.
ibm_id_password
- IBMid password.
Parameters for Virtual Private Cloud (VPC) setup
Region
- The region and zone where the VPC is created, such as
us-south-1
orus-east-2
. For the latest list of IBM Cloud regions, see the Virtual Private Cloud (VPC) documentation. vpc_name
- The unique name for this VPC. The name must start with a lowercase letter, use only lowercase alphanumeric characters and hyphens (without spaces), and cannot end with a hyphen. This offer creates a (VPC) and one or more virtual server instances (VSIs) where WebSphere is installed.
vpc_sshkey_name
- The name of the SSH key in your IBM Cloud account. Use this key to SSH log in to VSIs. Make sure that the SSH key exists in the same region where the VPC is created.
Required parameters for WebSphere Application Server
deploy_was_topology
- The topology to install. Specify a supported topology,
WAS.Base
orWAS.Cell
. vsi_os_admin_password
- The password for
vsi_os_admin_name
to log in to a VSI. The password must have 12 or more characters and must contain only letters, numbers, and the -_=?.@#% special characters. vsi_websphere_admin_password
- The password for
vsi_websphere_admin_name
to log in to the administrative console and VSI. The password must have 12 or more characters and must contain only letters, numbers, and the -_=?.@#% special characters.
Optional parameters for WebSphere Application Server
base_vsi_profile
- The instance profile for the WAS base VSI in a
WAS.Base
topology. The default iscx2-2x4
. See available profiles and pricing. cell_dmgr_vsi_profile
- The instance profile for the DMgr VSI in a
WAS.Cell
topology. The default iscx2-2x4
. See available profiles and pricing. cell_ihs_setup_vsi
- When set to
true
, sets up the IBM HTTP Server VSI in aWAS.Cell
topology. The default istrue
. Only applicable whendeploy_was_topology
isWAS.Cell
. cell_ihs_vsi_profile
- The instance profile for the IBM HTTP Server VSI in a
WAS.Cell
topology. The default iscx2-2x4
. See available profiles and pricing. Only applicable whendeploy_was_topology
isWAS.Cell
. cell_node_count
- The number of custom nodes you want to provision for
WAS.Cell
, which must be between 1 and 20 (inclusive). This parameter is ignored forWAS.Base
. cell_node_vsi_profile
- The instance profile for custom node VSIs in a
WAS.Cell
topology. The default iscx2-2x4
. See available profiles and pricing. Only applicable whendeploy_was_topology
isWAS.Cell
. vsi_os_admin_name
- The VSI Administrator username that is used to log in to VSI. The value must be 1-30 characters long and must contain letters and numbers only. The value must not contain
virtuser
orwsadmin
. The default isvirtuser
. vsi_websphere_admin_name
- The WebSphere Administrator username that is used to log in to the administrative console and VSI. The value must be 1-30 characters long and must contain letters and numbers only. The value must not contain
virtuser
orwsadmin
. The default iswsadmin
.
Other parameters
verbose
- When set to
true
, specifies to log debug information. The default istrue
.