IBM::UrbanCode::SoftwareConfig::UCD
This resource type represents configuration
properties that are used when you deploy a component, including the
name of the component process that deploys the component. In
most cases, this resource type is associated with a IBM::UrbanCode::SoftwareDeploy::UCD resource.
The blueprint uses the core properties and extended properties, if any, from this resource type. Review and configure the applicable heat resources that apply to your configuration information.
In the blueprint designer, you can configure the properties that the
following table includes. Properties are listed as either core
or extended.
Each type
of property is located in separate sections of the heat resource that you can view in the blueprint
designer. You set the core properties in the properties section and set the extended properties in
the metadata section of the blueprint.
Name | Type | Required | Core or extended | Description |
---|---|---|---|---|
application | String | True | Core | The name of the application in IBM® UrbanCode® Deploy |
component_process | String | True | Core | The component process that deploys the component |
component_process_timeout | String | False | Core | The component process execution timeout value |
environment_name | String | False | Core | The name of the environment to be created in IBM UrbanCode Deploy |
inputs | Map | False | Core | The environment properties on an IBM UrbanCode Deploy component |
name | String | False | Core | The name of the component to deploy |
tag | String | False | Core | The component tag of the components to deploy |
ucd_password | String | True | Core | The password for the user name |
ucd_server_url | String | True | Core | The URL of the IBM UrbanCode Deploy server |
ucd_username | String | True | Core | The user name with which to connect to IBM UrbanCode Deploy |