Difference between revisions of "Draft: PEC-REP/Current/RAAPEGuide/Configure"

From Genesys Documentation
Jump to: navigation, search
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Article
+
#REDIRECT <a href="https://all.docs.genesys.com/Draft:PEC-REP/Current/GCXIPEGuide/ConfigureRAA">go</a>
|Standalone=No
 
|DisplayName=Configure RAA
 
|Context=Learn how to configure Reporting and Analytics Aggregates (RAA).
 
|ComingSoon=No
 
|Section={{Section
 
|sectionHeading=Override Helm chart values
 
|alignment=Vertical
 
|structuredtext=Container environment variables are declared in [https://git.scm.genesys.com/Genesys/raa/blob/GCXI-4695/docker/Dockerfile#L98 docker file]. Comment above each variable discovers its purpose. Please request a copy of variables fragment if you have no access.
 
 
 
RAA helm chart supplied with default [https://git.scm.genesys.com/Genesys/raa/blob/GCXI-4695/helm/gcxi-raa/values.yaml values.yaml]. Each helm value supported by gcxi/raa helm chart have description in comments.
 
 
 
You can override values in the Helm charts to configure Private Edition for their deployment environment. For example GIM database connection parameters can be specified in own yaml file as a json line base64 encoded:
 
<source lang="source">raa:
 
  env:
 
    # echo '{"jdbc_url":"jdbc:postgresql://<host>:5432/<gim_database>", "db_username":"<user>", "db_password":"<password>"}' | base64
 
    GCXI_GIM_DB__JSON:|-
 
      eyJqZGJjX3VybCI6ImpkYmM6cG9zdGdyZXNxbDovLzxob3N0Pjo1NDMyLzxnaW1fZGF0YWJhc2U+IiwgImRiX3VzZXJuYW1lIjoiPHVzZXI+IiwgImRiX3Bhc3N3b3JkIjoiPHBhc3N3b3JkPiJ9Cg==
 
</source>
 
{{{!}} class="wikitable"
 
{{!}}+
 
!Parameter
 
!Description
 
!Default
 
!Valid values
 
{{!}}-
 
{{!}}service.port
 
{{!}}Designer service to be exposed.
 
{{!}}8888
 
{{!}}A valid port.
 
{{!}}-
 
{{!}}...
 
{{!}}
 
{{!}}
 
{{!}}
 
{{!}}}
 
|Status=No
 
}}{{Section
 
|sectionHeading=Configure Kubernetes
 
|alignment=Vertical
 
|structuredtext=<div style="background-color: aliceblue; font-style: italic;">Document the layouts for the following so customers can create them if their Helm chart doesn't include a way to do this:
 
 
 
*ConfigMaps
 
*Secrets
 
</div>
 
|Status=No
 
}}{{Section
 
|sectionHeading=Configure security
 
|alignment=Vertical
 
|structuredtext=<div style="background-color: aliceblue; font-style: italic;">List security-related settings, such as how to set up credentials and certificates for third-party services.</div>
 
|Status=No
 
}}{{Section
 
|alignment=Vertical
 
|structuredtext=[https://intranet.genesys.com/display/RP/RAA+configuration+in+Azure RAA configuration in Azure] discovers RAA specific configuration for Azure. Private edition expects that similar configuration files (conf.xml and custom *.ss) will be placed on a mounted config volume. Configuration of thresholds will be available via Agent Setup after https://genesys.aha.io/features/ENOPLA-2967 is done. At the moment CM could be used to add object specific thresholds.
 
|Status=No
 
}}
 
|PEPageType=9c3ae89b-4f75-495b-85f8-d8c4afcb3f97
 
}}
 

Latest revision as of 16:52, June 16, 2022

This is a draft page; it has not yet been published.