RLM create and deploy package instance automation script
You can use this automation script to create and deploy an instance for an existing package on BMC Release Package and Deployment by using the BMC Release Process Management user interface. For this script to work, you must have an already created package on BMC Release Package and Deployment.
Inputs required while creating a step
When you use this automation script at the time of creating a step, you must specify the following inputs:
- Package: Select from a list of packages present in the database of BMC Release Package and Deployment.
- Contents: This item is displayed when you select a package. Depending on the package you select, the associated references are displayed.
- Route: Select from a list of routes present in the database of BMC Release Package and Deployment.
Set Properties: This item is displayed only when you select a package. The table displayed provides a list of properties that are associated with the selected package on BMC Release Package and Deployment. You can select one of these properties and override its value with a property value in BMC Release Process Management. For this, you must first create a mapping of properties in BMC Release Process Management with that on BMC Release Package and Deployment. For more information, see Set-property-values-for-a-package-repository-or-instance.
- Locked: Select Yes to create a locked instance for the selected package and select No to not create a locked instance for the selected package.
Environment: A list of environments is populated when you select a route. You can select from a list of environments associated with the selected route.
- Channels: Select the channel for the deployment from the list. A list of channels is populated when you select an environment.
Log Format: Select the format of the logs returned by the deploy operation from BMC Release Package and Deployment.
Expected results on running this automation script
After you run this script, you can expect to see the following results on the Automation tab in the step:
- Package Instance: Name of the package instance that is created.
- Package Instance Log: Contains log details about the package instance that was created. You can download this file and save it. This file contains log details that are originally generated in BMC Release Package and Deployment and is available for download from BMC Release Process Management.
- Package Instances: Provides a URL that takes you to the location where the package instance log file is available on BMC Release Package and Deployment.
- Deployment Log File: Contains log details about the package instance deployment. You can download this file and save it. This file contains log details that are originally generated in BMC Release Package and Deployment and is available for download from BMC Release Process Management.
- Deployment Log URL: Provides a URL that takes you to the location where the deployment log file is available on BMC Release Package and Deployment.
Associated resource automation scripts
The RLM create and deploy package instance automation script uses the following resource automation scripts:
Resource automation scripts
Resource automation script | Description |
---|---|
RLM packages | This script is used for retrieving packages that are already existing in the BMC Release Package and Deployment database. The data retrieved by this script is displayed as a list while adding a step in BMC Release Process Management.
|
RLM package content references | This script is used for retrieving data about references associated with the selected package from the BMC Release Package and Deployment database.
|
RLM routes | This script is used for retrieving data about routes that are already existing in the BMC Release Package and Deployment database. The data retrieved by this script is displayed as a list while adding a step in BMC Release Process Management.
|
RLM route environments | This script is used for retrieving data about environments associated with the selected route from the BMC Release Package and Deployment database. The data retrieved by this script is displayed as a list while adding a step in BMC Release Process Management.
|
RLM channels | This script is used for retrieving data about channels associated with the selected route and environment from the BMC Release Package and Deployment database. The data retrieved by this script is displayed as a list while adding a step in BMC Release Process Management. Used in the following automation scripts:
|
RLM package properties | This script is used for retrieving data about properties associated with the selected package from the BMC Release Package and Deployment database. The data retrieved by this script is displayed as a table of properties with corresponding values.
|