Skip to content

Commit eae4a96

Browse files
committed
more zos trademarks
Signed-off-by: Natasha Mckenzie-Kelly <[email protected]>
1 parent 3b94676 commit eae4a96

7 files changed

+31
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# zowe-cli-cics-deploy-plugin
22

3-
This project provides a plug-in for [Zowe CLI](https://github.com/zowe/zowe-cli) to deploy applications developed on a workstation to IBM CICS® Transaction Server for z/OS (CICS). It aims to provide an experience similar to deploying to a cloud platform when deploying to CICS®. It will also provide low-level commands for performing individual steps of the deployment process that could be used as part of a CI/CD pipeline.
3+
This project provides a plug-in for [Zowe CLI](https://github.com/zowe/zowe-cli) to deploy applications developed on a workstation to IBM CICS® Transaction Server for z/OS® (CICS). It aims to provide an experience similar to deploying to a cloud platform when deploying to CICS®. It will also provide low-level commands for performing individual steps of the deployment process that could be used as part of a CI/CD pipeline.
44

55
## Installing
66

docs/_data/sidebars/cdp_sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ entries:
3535
url: cdp-Tutorials-overview
3636
output: web
3737

38-
- title: Preparing a z/OS PT image
38+
- title: Preparing a z/OS® PT image
3939
url: cdp-Preparing-a-zOS-PT-image
4040
output: web
4141

docs/pages/cdp/cdp-Creating-Zowe-CLI-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ zowe zos-uss issue ssh 'uname -a'
9090

9191
### CICS® deploy profile
9292

93-
The cics-deploy profile identifies the CICS® environment for deployment. An example of how to create an environment using using z/OS® Provisioning Toolkit as described in [Provisioning a CICS® region using z/OS PT](cdp-Provisioning-a-CICS-region-using-zospt). You need to know the following from your CICS® system administrator:
93+
The cics-deploy profile identifies the CICS® environment for deployment. An example of how to create an environment using using z/OS® Provisioning Toolkit as described in [Provisioning a CICS® region using z/OS® PT](cdp-Provisioning-a-CICS-region-using-zospt). You need to know the following from your CICS® system administrator:
9494

9595
| Option | Description |
9696
| --- | --- |

docs/pages/cdp/cdp-Deploying-a-nodejs-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111

1212
### Before you begin
1313

14-
CICS® TS V5.5 introduced support to run Node.js applications and is required by this tutorial. If you do not have a CICS® TS V5.5 region, use the steps in [Provisioning a CICS® region using z/OS PT](cdp-Provisioning-a-CICS-region-using-zospt) to provision one, or speak to your CICS® system administrator.
14+
CICS® TS V5.5 introduced support to run Node.js applications and is required by this tutorial. If you do not have a CICS® TS V5.5 region, use the steps in [Provisioning a CICS® region using z/OS® PT](cdp-Provisioning-a-CICS-region-using-zospt) to provision one, or speak to your CICS® system administrator.
1515

1616
### Procedure
1717

docs/pages/cdp/cdp-Preparing-a-zOS-PT-image.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
2-
title: Preparing a z/OS Provisioning Toolkit image
2+
title: Preparing a z/OS® Provisioning Toolkit image
33
tags: [tutorial]
44
keywords:
5-
summary: "The following steps take you through preparing a z/OS Provisioning Toolkit image for CICS, and optionally include an application in the image."
5+
summary: "The following steps take you through preparing a z/OS® Provisioning Toolkit image for CICS, and optionally include an application in the image."
66
sidebar: cdp_sidebar
77
permalink: cdp-Preparing-a-zOS-PT-image.html
88
folder: cdp
99
toc: true
1010
---
1111

12-
The [z/OS Provisioning Toolkit](https://developer.ibm.com/mainframe/products/zospt/) (z/OS PT) provides a command line utility and z/OSMF workflows to provision CICS® regions and other development environments on z/OS. This tutorial requires z/OS PT version 1.1.5 or above to be installed on z/OS, and your user `.profile` file on z/OS® configured to run z/OS PT.
12+
The [z/OS Provisioning Toolkit](https://developer.ibm.com/mainframe/products/zospt/) (z/OS PT) provides a command line utility and z/OSMF workflows to provision CICS® regions and other development environments on z/OS. This tutorial requires z/OS® PT version 1.1.5 or above to be installed on z/OS, and your user `.profile` file on z/OS® configured to run z/OS® PT.
1313

14-
z/OS PT uses configuration and files in an *image* as input to z/OSMF workflows to provision a CICS® region. The image is typically prepared by a CICS® system administrator. This tutorial provides two alternative approaches to preparing a z/OS PT image:
14+
z/OS PT uses configuration and files in an *image* as input to z/OSMF workflows to provision a CICS® region. The image is typically prepared by a CICS® system administrator. This tutorial provides two alternative approaches to preparing a z/OS® PT image:
1515

16-
- [Prepare a z/OS PT image for CICS®](#prepare-a-zos-pt-image-for-cics%C2%AE)
16+
- [Prepare a z/OS® PT image for CICS®](#prepare-a-zos%C2%AE-pt-image-for-cics%C2%AE)
1717
- [Procedure](#procedure)
1818
- [Results](#results)
19-
- [Prepare a z/OS PT image for CICS® including an application](#prepare-a-zos-pt-image-for-cics%C2%AE-including-an-application)
19+
- [Prepare a z/OS® PT image for CICS® including an application](#prepare-a-zos%C2%AE-pt-image-for-cics%C2%AE-including-an-application)
2020
- [Procedure](#procedure-1)
2121
- [Results](#results-1)
2222

23-
### Prepare a z/OS PT image for CICS®
23+
### Prepare a z/OS® PT image for CICS®
2424

25-
Use these steps to prepare a z/OS PT image for a CICS® region. No application is included in the image. The CICS® region is connected to a CICSplex environment, and has NODE_HOME set.
25+
Use these steps to prepare a z/OS® PT image for a CICS® region. No application is included in the image. The CICS® region is connected to a CICSplex environment, and has NODE_HOME set.
2626

2727
#### Procedure
2828

@@ -42,7 +42,7 @@ Run the following commands on your workstation.
4242
export IMAGE_DIR_ZOS="/zosptimages/$IMAGE"
4343
```
4444

45-
4. Create directories for the z/OS PT image source and bundles sub-directory.
45+
4. Create directories for the z/OS® PT image source and bundles sub-directory.
4646

4747
```text
4848
mkdir -p "$IMAGE_DIR/bundles"
@@ -60,7 +60,7 @@ Run the following commands on your workstation.
6060
EOF
6161
```
6262

63-
Update the values for `DFH_CICSPLEX` and `DFH_NODE_HOME` to be suitable for your z/OS environment. Further customization can be made by adding properties as described in [Configuration properties for CICS images](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/cics/zospt-cics-properties.html).
63+
Update the values for `DFH_CICSPLEX` and `DFH_NODE_HOME` to be suitable for your z/OS® environment. Further customization can be made by adding properties as described in [Configuration properties for CICS images](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/cics/zospt-cics-properties.html).
6464

6565
| zosptfile&nbsp;entry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Usage |
6666
| --- | -- |
@@ -99,9 +99,9 @@ Run the following commands on your workstation.
9999

100100
The image is now ready for developers to provision CICS® regions and deploy their Node.js applications using [Deploying a Node.js application](cdp-Deploying-a-Nodejs-application). The image source can be stored with other images and shared using a source code management system.
101101

102-
### Prepare a z/OS PT image for CICS® including an application
102+
### Prepare a z/OS® PT image for CICS® including an application
103103

104-
Use these steps to prepare a z/OS PT image for a CICS® region that includes a Node.js application, such that the region and application are provisioned / started / stopped / de-provisioned together. The CICS® region is connected to a CICSplex environment, and has NODE_HOME set.
104+
Use these steps to prepare a z/OS® PT image for a CICS® region that includes a Node.js application, such that the region and application are provisioned / started / stopped / de-provisioned together. The CICS® region is connected to a CICSplex environment, and has NODE_HOME set.
105105

106106
#### Procedure
107107

@@ -138,9 +138,9 @@ Run the following commands on your workstation.
138138

139139
The `COPY` directive will copy all the files from the applications root directory a sub-directory of the z/FS file system provisioned with the CICS® region. Update the value of the sub-directory to suit the application.
140140

141-
Update the values for `DFH_CICSPLEX` and `DFH_NODE_HOME` to be suitable for your z/OS environment, and add additional properties as required. Further customization can be made by adding properties as described in [Configuration properties for CICS® images](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/cics/zospt-cics-properties.html).
141+
Update the values for `DFH_CICSPLEX` and `DFH_NODE_HOME` to be suitable for your z/OS® environment, and add additional properties as required. Further customization can be made by adding properties as described in [Configuration properties for CICS® images](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/cics/zospt-cics-properties.html).
142142

143-
6. Upload the z/OS PT image source and application to z/OS.
143+
6. Upload the z/OS® PT image source and application to z/OS.
144144

145145
```text
146146
zowe zos-uss issue ssh "rm -Rv *" --cwd "$IMAGE_DIR_ZOS"
@@ -154,7 +154,7 @@ Run the following commands on your workstation.
154154
zowe zos-uss issue ssh "npm install" --cwd "$IMAGE_DIR_ZOS/$IMAGE_APP_DIR_ZOS"
155155
```
156156

157-
8. Build the z/OS PT image.
157+
8. Build the z/OS® PT image.
158158

159159
```text
160160
zowe zos-uss issue ssh "zospt build -t $IMAGE ." --cwd "$IMAGE_DIR_ZOS"

docs/pages/cdp/cdp-Provisioning-a-CICS-region.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
title: Provisioning a CICS® region
33
tags: [tutorial]
44
keywords:
5-
summary: "The following steps take you through provisioning a CICS® region from a z/OS Provisioning Toolkit image. You can then deploy and test applications using the CICS® region."
5+
summary: "The following steps take you through provisioning a CICS® region from a z/OS® Provisioning Toolkit image. You can then deploy and test applications using the CICS® region."
66
sidebar: cdp_sidebar
77
permalink: cdp-Provisioning-a-CICS-region.html
88
folder: cdp
99
toc: true
1010
---
1111

12-
The [z/OS Provisioning Toolkit](https://developer.ibm.com/mainframe/products/zospt/) (z/OS PT) provides a command line utility and z/OSMF workflows to provision CICS® regions and other development environments on z/OS. This tutorial requires z/OS PT version 1.1.5 or above to be installed on z/OS.
12+
The [z/OS Provisioning Toolkit](https://developer.ibm.com/mainframe/products/zospt/) (z/OS® PT) provides a command line utility and z/OSMF workflows to provision CICS® regions and other development environments on z/OS. This tutorial requires z/OS® PT version 1.1.5 or above to be installed on z/OS.
1313

14-
### Provision your CICS® region using a z/OS PT image
14+
### Provision your CICS® region using a z/OS® PT image
1515

16-
Before you can provision a CICS® region, a z/OS PT image needs to be created and built as outlined in [Preparing a z/OS PT image](cdp-Preparing-a-zOS-PT-image). This is typically prepared by a CICS® system administrator.
16+
Before you can provision a CICS® region, a z/OS® PT image needs to be created and built as outlined in [Preparing a z/OS® PT image](cdp-Preparing-a-zOS-PT-image). This is typically prepared by a CICS® system administrator.
1717

1818
#### Procedure
1919

2020
1. Install the Zowe CLI and plug-ins by following the steps in [Installing](cdp-Installing).
2121

2222
2. Create Zowe CLI profiles by following the steps in [Creating Zowe CLI profiles](cdp-Creating-Zowe-CLI-profiles).
2323

24-
3. On z/OS, update your user `.profile` file to run z/OS PT.
24+
3. On z/OS, update your user `.profile` file to run z/OS® PT.
2525

2626
Add the directory to the `zospt` command to your PATH.
2727

@@ -35,20 +35,20 @@ Before you can provision a CICS® region, a z/OS PT image needs to be created an
3535
export zospt_pw=
3636
```
3737

38-
Optional: If z/OSMF is configured with domain and tenant names that are not the default as described in [Configuring z/OS Provisioning Toolkit](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/zospt-configuring.html), add the following environment variables:
38+
Optional: If z/OSMF is configured with domain and tenant names that are not the default as described in [Configuring z/OS® Provisioning Toolkit](https://www.ibm.com/support/knowledgecenter/en/SSXH44E_1.0.0/zospt/zospt-configuring.html), add the following environment variables:
3939

4040
```properties
4141
export zospt_domain=
4242
export zospt_tenant=
4343
```
4444

45-
4. On your workstation, test you can run z/OS PT.
45+
4. On your workstation, test you can run z/OS® PT.
4646

4747
```console
4848
zowe zos-uss issue ssh "zospt --help"
4949
```
5050

51-
5. List the z/OS PT images available for you to use.
51+
5. List the z/OS® PT images available for you to use.
5252

5353
```tex
5454
zowe zos-uss issue ssh "zospt images"

docs/pages/cdp/cdp-Tutorials-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ toc: true
1111

1212
Firstly, you will need a CICS® region:
1313

14-
* The z/OS Provisioning Toolkit enables you to provision CICS regions yourself:
14+
* The z/OS® Provisioning Toolkit enables you to provision CICS regions yourself:
1515

16-
* [Preparing a z/OS Provisioning Toolkit image](cdp-Preparing-a-zOS-PT-image) - prepare a z/OS Provisioning Toolkit image for CICS®, and optionally include an application in the image.
16+
* [Preparing a z/OS® Provisioning Toolkit image](cdp-Preparing-a-zOS-PT-image) - prepare a z/OS® Provisioning Toolkit image for CICS®, and optionally include an application in the image.
1717

18-
* [Provisioning a CICS® region](cdp-Provisioning-a-CICS-region) - provision a CICS® region from a z/OS Provisioning Toolkit image.
19-
* [Provisioning a CICS® region](cdp-Provisioning-a-CICS-region) - provision a CICS® region from a z/OS Provisioning Toolkit image.
18+
* [Provisioning a CICS® region](cdp-Provisioning-a-CICS-region) - provision a CICS® region from a z/OS® Provisioning Toolkit image.
19+
* [Provisioning a CICS® region](cdp-Provisioning-a-CICS-region) - provision a CICS® region from a z/OS® Provisioning Toolkit image.
2020

2121
* Alternatively, work with your CICS® and z/OS® system administrators [Creating Zowe CLI profiles](cdp-Creating-Zowe-CLI-profiles) based on the z/OS® system and CICS® region you can use.
2222

0 commit comments

Comments
 (0)