As soon as the containers have been started, you and users in your organization can access the Ansys HPC Job Manager web app using a set of default credentials.
Deployment using Docker Compose
When Ansys HPC Platform Core Services have been deployed in a standard HPC environment using Docker Compose, you can access the Ansys HPC Job Manager web app using the URL https://hostname:8443/hps/jms/ (or https://hostname:8443/rep/jms/), where hostname is the hostname of the machine where the core services are deployed.
Note that the path of the core deployment is simply https://hostname:8443/hps. You may need to specify this value in other parts of the configuration (for example, when deploying static evaluators on different machines).
Deployment on Kubernetes with Helm
When Ansys HPC Platform Core Services have been deployed on a Kubernetes cluster, the URL of the Ansys HPC Job Manager is external.httpschema://external.host/external.prefix/hps/jms/.
For example, if:
host: <hostURL> |
wsSchema: wss |
httpSchema: https |
prefix: dev |
The URL would be https://hostURL/dev/hps/jms, where hostURL is the base URL of the host where core services are deployed.