Difference between revisions of "PEC-REP/Current/GIMPEGuide/DeployGSP"

From Genesys Documentation
Jump to: navigation, search
(Published)
 
(Published)
Line 20: Line 20:
 
# Set the default project to gsp:
 
# Set the default project to gsp:
 
#: <source lang="text">oc project gsp</source>
 
#: <source lang="text">oc project gsp</source>
# Bind the security context constraint (SCC) to the project-specific service accounts:
 
#: <source lang="text">oc adm policy add-scc-to-user genesys-restricted -z default -n gsp
 
oc adm policy add-scc-to-user genesys-restricted -z gsp -n gsp</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 gsp</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 gsp</source>

Revision as of 13:31, 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 Stream Processor (GSP).

Important
Make sure to review Before you begin GSP deployment for the full list of prerequisites required to deploy GSP.

Set up your environment

  1. Log in to the OpenShift cluster from the remote host via CLI:
    oc login --token <token> --server <URL of the API server>
  2. (Optional) Check the cluster version:
    oc get clusterversion
  3. If the cluster administrator has not already done so, create a new project for GSP:
    oc new-project gsp
  4. Set the default project to gsp:
    oc project gsp
  5. 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 gsp


Deploy in OpenShift

Execute the following command:

helm install gsp <gsp-helm-artifact> -f gsp-values.yaml -n gsp

Validate the deployment in OpenShift

Content coming soon
Comments or questions about this documentation? Contact us for support!