Difference between revisions of "Draft: PEC-REP/Current/RAAPEGuide/Configure"
From Genesys Documentation
Line 8: | Line 8: | ||
|alignment=Vertical | |alignment=Vertical | ||
|structuredtext=Before you begin, download samples of the files used in this section: {{Repository|RAAConfigurationFiles.zip|| RAA configuration files}}. Within those files: | |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 | + | |
+ | *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. | *Helm values are described in '''values.yaml'''. See the comments accompanying each Helm value. | ||
Revision as of 17:42, August 10, 2021
This is a draft page; it has not yet been published.
Learn how to configure Reporting and Analytics Aggregates (RAA).
Related documentation:
Override Helm chart values
Before you begin, download samples of the files used in this section: 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.
#mintydocs_link must be called from a MintyDocs-enabled page (Draft:PEC-REP/Current/RAAPEGuide/Configure).
.
For example, you can specify the Genesys Info Mart database connection parameters as follows:
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==
Configure Kubernetes
Content coming soon
Configure security
Content coming soon