Difference between revisions of "PEC-REP/Current/GIMPEGuide/DeployGIM"
From Genesys Documentation
(Published) |
(Published) |
||
Line 20: | Line 20: | ||
# Set the default project to GIM: | # Set the default project to GIM: | ||
#: <source lang="text">oc project gim</source> | #: <source lang="text">oc project gim</source> | ||
− | |||
− | |||
− | |||
− | |||
# Create a secret for docker-registry in order to pull images from the Genesys JFrog repository: | # Create a secret for docker-registry in order to pull images from the Genesys JFrog repository: | ||
#: <source lang="text">oc create secret docker-registry <repository secret name> --docker-server=<repository> --docker-username=<username> --docker-password=<password/API key> --docker-email=<email id> -n gim</source> | #: <source lang="text">oc create secret docker-registry <repository secret name> --docker-server=<repository> --docker-username=<username> --docker-password=<password/API key> --docker-email=<email id> -n gim</source> |
Revision as of 13:28, September 15, 2021
This topic is part of the manual Genesys Info Mart Private Edition Guide for version Current of Reporting.
Learn how to deploy GIM.
Related documentation:
RSS:
Important
Make sure to review Before you begin GIM deployment for the full list of prerequisites required to deploy GIM.Set up your environment
- Log in to the OpenShift cluster from the remote host via CLI:
oc login --token <token> --server <URL of the API server>
- (Optional) Check the cluster version:
oc get clusterversion
- If the cluster administrator has not already done so, create a new project for GIM:
oc new-project gim
- Set the default project to GIM:
oc project gim
- Create a secret for docker-registry in order to pull images from the Genesys JFrog repository:
oc create secret docker-registry <repository secret name> --docker-server=<repository> --docker-username=<username> --docker-password=<password/API key> --docker-email=<email id> -n gim
Deploy in OpenShift
Execute the following command to install GIM:
helm upgrade --install gim <gim-helm-artifact> -f gim-values.yaml -n gim
Execute the following command to install GIM monitoring:
helm upgrade --install gim-monitoring <gim-monitoring-helm-artifact> -n gim
Validate the deployment in OpenShift
Content coming soon
Comments or questions about this documentation? Contact us for support!