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

From Genesys Documentation
Jump to: navigation, search
(Replaced content with "#REDIRECT {{Link-SomewhereInThisVersion|manual=GCXIPEGuide}}")
(Tag: Replaced)
Line 1: Line 1:
{{Article
+
#REDIRECT {{Link-SomewhereInThisVersion|manual=GCXIPEGuide}}
|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=Before you begin, download samples of the files used in this section: {{Repository|RAAConfigurationFiles.zip|| RAA configuration files}}. Within those files:
 
 
 
*Container environment variables are declared beginning at line 114 of '''Dockerfile'''. See the comments accompanying each variable.
 
*Helm values are described in '''values.yaml'''. See the comments accompanying each Helm value.
 
 
 
You can override values in the Helm charts to configure Private Edition. For more information, see the "suite-level" documentation about how to override Helm chart values: {{SuiteLevelLink|helmoverride}}.
 
 
 
For example, you can specify the Genesys Info Mart database connection parameters as follows:
 
<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
 
{{!}}-
 
{{!}}...
 
{{!}}
 
{{!}}
 
{{!}}
 
{{!}}}
 
-->
 
|Status=No
 
}}{{Section
 
|sectionHeading=Configure Kubernetes
 
|alignment=Vertical
 
|structuredtext={{Notices|Notice=PEComingSoon}}
 
|Status=No
 
}}{{Section
 
|sectionHeading=Configure security
 
|alignment=Vertical
 
|structuredtext={{Notices|Notice=PEComingSoon}}
 
|Status=No
 
}}
 
|PEPageType=9c3ae89b-4f75-495b-85f8-d8c4afcb3f97
 
}}
 

Revision as of 16:39, June 16, 2022

This is a draft page; it has not yet been published.
  1. REDIRECT
    #mintydocs_link must be called from a MintyDocs-enabled page (Draft:PEC-REP/Current/RAAPEGuide/Configure).