Skip to content

Commit

Permalink
remove future managers and change docker.galasa.dev to docker.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroMac committed Feb 21, 2024
1 parent 999246d commit 39f0fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
28 changes: 0 additions & 28 deletions src/markdown-pages/docs/managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,31 +131,3 @@ Each Manager is tagged with one of the follow readiness indicators:
|
</details>

## Future Managers

| Name | Description |
| ------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- |
| **AIX Manager** | Provisions AIX server configuration properties, and helps drive provisioning by other Managers such as the OpenStack Manager. |
| **Artifactory Manager** | Provides the ability to retrieve artifacts from Artifactory servers. |
| **CICS z/OS PT Provisioning Manager** | Provisions CICS TS servers for the CICS TS Manager. |
| **GitLab Manager** | Enables tests to retrieve artifacts from GitLab and enables test results to be influenced by the status of issues. |
| **IMS DB Manager** | Provisions and configures IMS DB subsystems. |
| **IMS TM Manager** | Provisions and configures IMS TM subsystems. |
| **ISPF Manager** | Provides a wrapper for the z/OS 3270 Manager to run ISPF sessions. |
| **Liberty Manager** | Provisions and configures Liberty servers. |
| **MongoDB Manager** | Provisions and configures MongoDB databases via Docker containers. |
| **Nexus Manager** | Provides the ability to retrieve artifacts from Nexus servers. |
| **OpenLDAP Manager** | Provides and configures OpenLDAP servers via Docker containers. |
| **RTC Manager** | Enables tests to retrieve artifacts from RTC, and allows test results to be influenced by the status of defects. |
| **TSO Manager** | Provides a wrapper for the z/OS 3270 Manager to run TSO sessions. |
| **UrbanCode Manager** | Provisions and configures UrbanCode servers. |
| **WAS Manager** | Provisions and configures Websphere Application Servers. |
| **Windows Manager** | Provides Windows server configuration properties, driving provisioning by other Managers such as the OpenStack Manager. |
| **WSIM Manager** | Provisions and configures Workload Simulator servers. |
| **z/Linux Manager** | Provides z/Linux server configuration properties, and drives provisioning by other Managers such as the z/VM Manager. |
| **z/OS Connect Manager** | Provides configuration information for z/OS Connect instances, and provisions z/OS Connect instances. |
| **z/OS DB2 Manager** | Providing configuration information to DB2 instances, this Manager also provisions DB2 instances and schemas. |
| **z/OS MQ Manager** | Provisions and configures z/OS MQ subsystems. |
| **z/OS Security Manager** | Creates and maintains userids and profiles in RACF. |
| **z/VM Manager** | Provisions and configures z/VM userids, mainly for provisioning z/OS and z/Linux systems. |
| **ZOWE Manager** | Provides configuration information for and provisions ZOWE instances. |
4 changes: 2 additions & 2 deletions src/markdown-pages/docs/managers/galasa-ecosystem-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ The following are properties used to configure the Galasa Ecosystem Manager.
| Name: | galasaecosystem.docker.registry |
| Description: | The registry that contains the Docker images |
| Required: | No |
| Default value: | docker.galasa.dev |
| Default value: | docker.io |
| Valid values: | a valid hostname |
| Examples: | <code>galasaecosystem.docker.version=docker.galasa.dev</code> |
| Examples: | <code>galasaecosystem.docker.version=docker.io</code> |

</details>

Expand Down

0 comments on commit 39f0fff

Please sign in to comment.