Skip to content

Commit

Permalink
Merge pull request #1 from UrbanCode/tf-docs
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
Amiya-873 authored Jan 28, 2025
2 parents fdd964a + 68a3d56 commit c9dee88
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 108 deletions.
12 changes: 0 additions & 12 deletions docs/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,3 @@

---

- [ucd-plugins-zos-rexx-2.1168947.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1168947.zip)
- [ucd-plugins-zos-rexx-2.1168604.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1168604.zip)
- [ucd-plugins-zos-rexx-2.1164401.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1164401.zip)
- [ucd-plugins-zos-rexx-2.1164307.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1164307.zip)
- [ucd-plugins-zos-rexx-2.1161998.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1161998.zip)
- [ucd-plugins-zos-rexx-2.1161121.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1161121.zip)
- [ucd-plugins-zos-rexx-2.1161042.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1161042.zip)
- [ucd-plugins-zos-rexx-2.1159387.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1159387.zip)
- [ucd-plugins-zos-rexx-2.1158244.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1158244.zip)
- [ucd-plugins-zos-rexx-2.1154680.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1154680.zip)
- [ucd-plugins-zos-rexx-1.1152822.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-1.1152822.zip)

25 changes: 4 additions & 21 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,26 @@

---

The zOS Rexx Executor can run REXX statements provided in a dataset or in the plugin step.

Apart from executing a REXX program, this plug-in provides ability to create output properties.
The Terraform Plugin can be used to create AWS cloud infrastructures like EC2 instances.

## Compatibility

The plug-in is compatible with:

* UrbanCode Deploy version 7.0.0 or later
* UrbanCode Deploy agents on z/OS
* IBM z/OS version 2.1 or later
* IBM Java 8 or 11

## Available Steps

* Execute a REXX program
* Run Terraform Command (AWS).

## Installation

No special steps are required for installation. See [Installing plug-ins in UrbanCode products](https://community.ibm.com/community/user/wasdevops/blogs/laurel-dickson-bull1/2022/06/13/install-plugins).

## History

### Version 2

* Added new checkbox input to show debug logs in case of any unknown failure.
* Output will now show the elapsed time of the REXX program
* New output property RexxReturnCode will store the return code of the REXX program
* Fixes output buffer issue when output has too much data
* Arguments can now be as big as 248 characters
* Fixed issue with work directory during two or more parallel step execution
* Minor improvements in temporary directory creation
* Fixed handling of CLIST error message response from ISPF Gateway
* Changes to run process in Legacy ISPF Gateway
* Improvements in ISPF gateway error handling
* Fixed PH62152 - RcException while allocating temporary datasets

### Version 1
### Version 0.1

* Initial release
* Initial release of the new Tearraform Plugin
16 changes: 7 additions & 9 deletions docs/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

---

## Process steps in the z/OS Rexx Executor plug-in
## Process steps in the Terraform-IAAC plug-in

### Execute a REXX program
### Run Terraform Command (AWS)

Use this step to execute rexx program

| Name | Type | Description | Required |
|------------------|-------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| Source Type | Enumeration: INLINE / DATASET | Source of REXX program | Yes |
| Source Value | String | Text or PDS member or Sequential Dataset that has REXX program. If the single quotation marks are omitted, the user's data set prefix from the TSO profile is prefixed to the front of the data set name. | Yes |
| Arguments | String | Specify the arguments(without quotes) to the REXX program | No |
| SYSPROC Datasets | String | Specify fully qualified SYSPROC datasets that the INPUT REXX program may use | No |

| Name | Type | Description | Required |
|----------------------|--------|------------------------------------------------------------------------------------------------------------------------------|----------|
| Terraform File Path | String | Full path of the .tf file that contains all configurations needed for a resource creation for any cloud service provider. | Yes |
| Source Value | String | Full path of the terraform installation. Ex: /usr/local/bin/. | Yes |
| AWS Role | String | AWS Role to assume | No |
66 changes: 0 additions & 66 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,3 @@

---

The z/OS Rexx Executor plug-in will execute statements provided in a dataset or inline in the plugin step.

Select **Source type** as **DATASET** from the drop-down and
enter the dataset in the **Source Value**.
Fully qualified dataset needs to be enclosed in single quotes.
When the quotes are omitted then, the TSO prefix of the id running the
plugin step is prefixed to the Source Dataset.

(or)

Select **Source type** as **INLINE** from the drop-down and
then in the **Source Value** enter REXX statements beginning with a **/\* REXX \*/** statement.

Arguments can be passed to the REXX program with/without quotes.
However, if there are more than one argument then arguments must be separated by a space.

The **SYSPROC** field allows user to pass datasets containing REXX programs
that will be used by the REXX program run by the plugin step.
Multiple **SYSPROC** datasets can be passed by separating datasets by a comma(,).

### Setting output property

This plugin allows user to set output properties from the REXX program and
later to be used in successive steps of a process.
A user REXX program can simply invoke a call to **SETPROP** with two arguments.

The first argument is output property name and
the second argument is the property value.

> CALL SETPROP propertyName propertyValue
For example, below REXX snippet will set an output property **currentDate** with value of **date** variable

***
/* REXX */
date = DATE('S') /* Returns date in YYYYMMDD format E.g., 20120327 */
CALL SETPROP "currentDate" date

### Setting multi-line output property

To set a multi-line output property, the lines of the property value must be separated
by a delimiter returned by inbuilt program **GETDLMTR**

***
/* REXX */
delimiter = GETDLMTR() /* Return delimiter to separate lines */
lines = "This is first line" || delimiter || "This is second line"
CALL SETPROP "outputLines" lines

Will set property **outputLines** to below value

***
This is first line
This is second line

### Referring properties from successive steps

If the rexx step name is **Run-Rexx-Program** and output property name is **currentDate**
then the output properties can be referred by the successive steps as below

> ${p:Run-Rexx-Program/currentDate}
**Note**

From plugin version 2, an output property __RexxReturnCode__ will store the return/exit code from REXX program.

0 comments on commit c9dee88

Please sign in to comment.