Skip to content

Commit

Permalink
Merge pull request #777 from galasa-dev/next
Browse files Browse the repository at this point in the history
publish valid values update and fix link
  • Loading branch information
CaroMac authored Mar 19, 2024
2 parents c82bd6f + dfd65d7 commit a0e697f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions src/markdown-pages/docs/managers/rse-api-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The following are properties used to configure the RSE API Manager.
| Name: | rseapi.server.[imageid].https |
| Description: | Use https (SSL) for RSE API server |
| Required: | No |
| Default value: | True |
| Valid values: | $validValues |
| Default value: | true |
| Valid values: | true or false |
| Examples: | <code>rseapi.server.https=true</code><br> <code>rseapi.server.RSESYSA.https=true</code> |

</details>
Expand Down Expand Up @@ -111,7 +111,7 @@ The following are properties used to configure the RSE API Manager.
| Description: | The port number of the RSE API server |
| Required: | no |
| Default value: | 6800 |
| Valid values: | $validValues |
| Valid values: | A valid port number |
| Examples: | <code>rseapi.server.port=6800</code><br> <code>rseapi.server.RSESYSA.port=6800</code> |

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following are properties used to configure the zOS Console oeconsol Manager.
| Description: | The path to the oeconsol command |
| Required: | No |
| Default value: | oeconsol |
| Valid values: | $validValues |
| Valid values: | A valid PATH environment variable or a full path name |
| Examples: | <code>zosconsole.oeconsole.command.path=oeconsol</code><br> <code>zosconsole.MFSYSA.oeconsol.command.path=/tools/oeconsol</code> where <code>/tools/oeconsol</code> is the locations of the oeconsol executable|

</details>
46 changes: 23 additions & 23 deletions src/markdown-pages/docs/managers/zos-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The name of the Bundle that implements the z/OS Batch Manager |
| Required: | No |
| Default value: | dev.galasa.common.zosbatch.zosmf.manager |
| Valid values: | $validValues |
| Valid values: | A 1 - 8 length character name. A name containing more than 8 characters must be segmented by periods; 1 to 8 characters can be specified between periods. Valid characters are A-Z, a - z, 0-9, special characters. |
| Examples: | <code>zos.bundle.extra.batch.manager=dev.galasa.common.zosbatch.zosmf.manager</code><br> |

</details>
Expand All @@ -84,7 +84,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The z/OS Cluster ID for the specified tag |
| Required: | No |
| Default value: | None |
| Valid values: | $validValues |
| Valid values: | Valid value is a character string with a maximum length of 32 |
| Examples: | <code>zos.tag.[tag].clusterid=plex1</code><br> |

</details>
Expand All @@ -95,10 +95,10 @@ The following properties are used to configure the z/OS Manager.
| Property: | The images for a zOS Cluster |
| --------------------------------------- | :------------------------------------- |
| Name: | zos.cluster.[clusterId].images |
| Description: | The z/OS Images for the specified cluster |
| Description: | The z/OS Images for the specified cluster. Specify more than one image by using commas. |
| Required: | No |
| Default value: | None |
| Valid values: | $validValues |
| Valid values: | Valid value is a character string with a maximum length of 32 |
| Examples: | <code>zos.cluster.[clusterId].images=SYSA,SYSB,SYSC</code><br> |

</details>
Expand All @@ -112,7 +112,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The name of the Bundle that implements the z/OS Console Manager |
| Required: | No |
| Default value: | dev.galasa.common.zosconsole.zosmf.manager |
| Valid values: | $validValues |
| Valid values: | A 1 - 8 length character name. A name containing more than 8 characters must be segmented by periods; 1 to 8 characters can be specified between periods. Valid characters are A-Z, a - z, 0-9, special characters. |
| Examples: | <code>zos.bundle.extra.console.manager=dev.galasa.common.zosconsole.zosmf.manager</code><br> |

</details>
Expand All @@ -126,7 +126,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The Cluster ID for the specified tag |
| Required: | No |
| Default value: | None |
| Valid values: | $validValues |
| Valid values: | A 1 - 8 length character name |
| Examples: | <code>zos.dse.tag.[tag].clusterid=PLEXA</code><br> |

</details>
Expand All @@ -140,7 +140,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The image ID of the Developer Supplied Environment for the specified tag |
| Required: | No |
| Default value: | None |
| Valid values: | $validValues |
| Valid values: | A valid image ID |
| Examples: | <code>zos.dse.tag.[tag].imageid=SYSA</code><br> |

</details>
Expand All @@ -154,7 +154,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The name of the Bundle that implements the z/OS File Manager |
| Required: | No |
| Default value: | dev.galasa.common.zosfile.zosmf.manager |
| Valid values: | $validValues |
| Valid values: | A 1 - 8 length character name. A name containing more than 8 characters must be segmented by periods; 1 to 8 characters can be specified between periods. Valid characters are A-Z, a - z, 0-9, special characters. |
| Examples: | <code>zos.bundle.extra.file.manager=dev.galasa.common.zosfile.zosmf.manager</code><br> |

</details>
Expand All @@ -168,7 +168,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The IP Host ID of the z/OS Image for the supplied tag.<br> If CPS property zos.image.[tag].iphostid exists, then that is returned, otherwise the z/OS Image ID is returned |
| Required: | No |
| Default value: | None |
| Valid values: | $validValues |
| Valid values: | A valid IP Host ID |
| Examples: | <code>zos.image.[tag].iphostid=sysa.ibm.com</code><br> |

</details>
Expand All @@ -182,7 +182,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The image ID for the specified tag |
| Required: | No |
| Default value: | None |
| Valid values: | $validValues |
| Valid values: | A valid z/OS image ID |
| Examples: | <code>zos.dse.tag.[tag].imageid=SYSA</code><br> |

</details>
Expand All @@ -196,7 +196,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The maximum slots available on a z/OS Image for the specified tag |
| Required: | No |
| Default value: | 2 |
| Valid values: | $validValues |
| Valid values: | 1 to 255 |
| Examples: | <code>zos.image.[tag].max.slots=2</code><br> |

</details>
Expand All @@ -221,10 +221,10 @@ The following properties are used to configure the z/OS Manager.
| Property: | The SYSNAME for zOS Image |
| --------------------------------------- | :------------------------------------- |
| Name: | zos.image.[imageid].sysname |
| Description: | The SYSNAME for the z/OS image |
| Description: | The SYSNAME for the z/OS image |
| Required: | No |
| Default value: | The image ID of the image |
| Valid values: | $validValues |
| Valid values: | The name must be 1-8 characters long; the valid characters are A-Z, 0-9, $, @, and #. |
| Examples: | <code>zos.image.IMAGEA.sysname=SYSA</code><br> |

</details>
Expand All @@ -238,7 +238,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The data set HLQ(s) for temporary data sets created on z/OS Image.<br> If CPS property zos.run.[image].dataset.hlq exists, then that is returned |
| Required: | No |
| Default value: | runuser.GALASA |
| Valid values: | $validValues |
| Valid values: | A data set name can be one name segment, or a series of joined name segments. Segments are limited to eight characters, the first of which must be alphabetic (A to Z) or special (# @ $). The remaining seven characters are either alphabetic, numeric (0 - 9), special, a hyphen (-). Name segments are separated by a period (.). |
| Examples: | <code>zos.run.[image].dataset.hlq=USERID.GALASA</code><br> |

</details>
Expand All @@ -252,7 +252,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The UNIX path prefix for temporary data sets created on z/OS Image.<br> If CPS property zos.run.[image].unix.path.prefix exists, then that is returned |
| Required: | No |
| Default value: | /u/runuser/Galasa |
| Valid values: | $validValues |
| Valid values: | A valid path |
| Examples: | <code>zos.run.[image].unix.path.prefix=/u/userid/Galasa</code><br> |

</details>
Expand All @@ -266,7 +266,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The name of the Bundle that implements the z/OS TSO Command Manager |
| Required: | No |
| Default value: | dev.galasa.zostsocommand.ssh.manager |
| Valid values: | $validValues |
| Valid values: | A 1 - 8 length character name. A name containing more than 8 characters must be segmented by periods; 1 to 8 characters can be specified between periods. Valid characters are A-Z, a - z, 0-9, special characters. |
| Examples: | <code>zos.bundle.extra.tsocommand.manager=dev.galasa.zostsocommand.ssh.manager</code> |

</details>
Expand All @@ -280,7 +280,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The name of the Bundle that implements the z/OS UNIX Command Manager |
| Required: | No |
| Default value: | dev.galasa.zosunixcommand.ssh.manager |
| Valid values: | $validValues |
| Valid values: | A 1 - 8 length character name. A name containing more than 8 characters must be segmented by periods; 1 to 8 characters can be specified between periods. Valid characters are A-Z, a - z, 0-9, special characters. |
| Examples: | <code>zos.bundle.extra.unix.manager=dev.galasa.zosunixcommand.ssh.manager</code> |

</details>
Expand Down Expand Up @@ -405,8 +405,8 @@ The following properties are used to configure the z/OS Manager.
| Name: | zosconsole.console.[imageid].restrict.to.image |
| Description: | Use only the zOSMF server running on the image associated with the z/OS Console |
| Required: | No |
| Default value: | False |
| Valid values: | $validValues |
| Default value: | false |
| Valid values: | true or false |
| Examples: | <code>zosconsole.console.restrict.to.image=true</code><br> <code>zosconsole.console.SYSA.restrict.to.image=true</code> |

</details>
Expand All @@ -420,7 +420,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The maximum number of items the server (e.g. zOSMF, RSE API, etc) returns when listing the content of a UNIX directory |
| Required: | No |
| Default value: | 1000 |
| Valid values: | $validValues |
| Valid values: | 0 to 65535 |
| Examples: | <code>zosfile.unix.[imageid].directory.list.max.items=1000</code><br> |

</details>
Expand All @@ -433,8 +433,8 @@ The following properties are used to configure the z/OS Manager.
| Name: | zosfile.file.[imageid].restrict.to.image |
| Description: | Use only the server (e.g. zOSMF, RSE API, etc) running on the image associated with the z/OS data set or file |
| Required: | No |
| Default value: | False |
| Valid values: | $validValues |
| Default value: | false |
| Valid values: | true or false |
| Examples: | <code>zosfile.file.restrict.to.image=true</code><br> <cods>zosfile.file.SYSA.restrict.to.image=true</code> |

</details>
Expand All @@ -448,7 +448,7 @@ The following properties are used to configure the z/OS Manager.
| Description: | The UNIX file or directory permission bits to be used in creating the file or directory |
| Required: | No |
| Default value: | None |
| Valid values: | $validValues |
| Valid values: | Valid values are r,w,x,s,- |
| Examples: | <code>zosfile.unix.file.permission=rwxrwx---</code><br> <code>zosfile.SYSA.unix.file.permission=rwxrwxrrx</code> |

</details>
Expand Down
4 changes: 2 additions & 2 deletions src/markdown-pages/docs/managers/zos-mf-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The following are properties used to configure the zOS MF Manager.
| Name: | zosmf.server.[imageid].https |
| Description: | Use https (SSL) for zOSMF server |
| Required: | No |
| Default value: | True |
| Valid values: | $validValues |
| Default value: | true |
| Valid values: | true or false |
| Examples: | <code>zosmf.server.https=true</code><br> <code>zosmf.server.SYSA.https=true</code> |

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following are properties used to configure the zOS TSO Command SSH Manager.
| Description: | The path to the tsocmd command |
| Required: | No |
| Default value: | tsocmd |
| Valid values: | $validValues |
| Valid values: | A valid PATH environment variable or a full path name |
| Examples: | <code>zostsocommand.command.tsocmd.path=tsocmd</code><br> <code>zostsocommand.MFSYSA.tsocmd.command.path=/tools/tsocmd</code> |

</details>
2 changes: 1 addition & 1 deletion src/markdown-pages/highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Highlights"

# Galasa Delivery

Galasa is an open source project and is delivered using a continuous delivery model. There are instructions on [getting started](https://galasa.dev/docs/cli-command-reference/cli-command-reference) on this site.
Galasa is an open source project and is delivered using a continuous delivery model. There are instructions on [getting started](https://galasa.dev/docs) on this site.

Post a question or share your experiences with other users in our <a href="https://openmainframeproject.slack.com/archives/C05TCCQDE65" target="_blank"> Galasa Slack</a> workspace. <a href="https://openmainframeproject.slack.com/signup#/domain-signup" target="_blank"> Register to join</a> first if you're not yet a member.

Expand Down

0 comments on commit a0e697f

Please sign in to comment.