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

From Genesys Documentation
Jump to: navigation, search
Line 10: Line 10:
  
 
JDBC driver can be overridden by copying driver file to '''lib\jdbc_driver_<RDBMS>''' (or by making link) in a work dir. See for [https://docs.genesys.com/Documentation/RAA/9.0.0/Dep/PostInstall#JDBCDriverForRAA JDBC driver for RAA] for details.
 
JDBC driver can be overridden by copying driver file to '''lib\jdbc_driver_<RDBMS>''' (or by making link) in a work dir. See for [https://docs.genesys.com/Documentation/RAA/9.0.0/Dep/PostInstall#JDBCDriverForRAA JDBC driver for RAA] for details.
|HelmText=
+
|HelmText===Init containers==
==Init containers==
 
 
RAA helm chart includes couple of explicit init containers.
 
RAA helm chart includes couple of explicit init containers.
  
Line 22: Line 21:
  
 
'''myvalues.yaml'''
 
'''myvalues.yaml'''
  <source lang="bash">raa:
+
<source lang="bash">raa:
 
   ...
 
   ...
 
   statefulset:
 
   statefulset:
Line 34: Line 33:
  
 
'''myvalues.yaml'''
 
'''myvalues.yaml'''
  <source lang="bash">raa:
+
<source lang="bash">raa:
 
   ...
 
   ...
 
   statefulset:
 
   statefulset:
Line 49: Line 48:
  
 
'''myvalues.yaml'''
 
'''myvalues.yaml'''
  <source lang="bash">raa:
+
<source lang="bash">raa:
 
   ...
 
   ...
 
   statefulset:
 
   statefulset:
Line 61: Line 60:
  
 
'''myvalues.yaml'''
 
'''myvalues.yaml'''
  <source lang="bash">raa:
+
<source lang="bash">raa:
 
   ...
 
   ...
 
   statefulset:
 
   statefulset:
Line 89: Line 88:
  
 
'''myvalues.yaml'''
 
'''myvalues.yaml'''
  <source lang="bash">raa:
+
<source lang="bash">raa:
 
   ...
 
   ...
 
   testPods:
 
   testPods:
Line 111: Line 110:
  
 
'''myvalues.yaml'''
 
'''myvalues.yaml'''
  <source lang="bash">raa:
+
<source lang="bash">raa:
 
   ...
 
   ...
 
   testPods:
 
   testPods:
Line 129: Line 128:
 
       ...</source>
 
       ...</source>
 
|ThirdPartyText=<div style="background-color: aliceblue; font-style: italic;">List any third-party services that are required (both common across Genesys Engage cloud private edition and specific to <service_name>).</div>
 
|ThirdPartyText=<div style="background-color: aliceblue; font-style: italic;">List any third-party services that are required (both common across Genesys Engage cloud private edition and specific to <service_name>).</div>
|SectionThirdPartyItem={{SectionThirdPartyItem
 
|ThirdPartyItem=0d238336-2626-4954-8be3-2f1e16fdd0ce
 
}}{{SectionThirdPartyItem
 
|ThirdPartyItem=3aee73ed-68e0-4c70-8693-2421c68b86cd
 
|Notes=Some notes about Redis for this deployment.
 
}}
 
 
|StorageText====GIM secret volume===
 
|StorageText====GIM secret volume===
 
RAA mounts as volume secret with GIM connections details when <code class="yml variable">raa.env.GCXI_GIM_DB__JSON</code> is not specified. GIM database connection details can be declared as k8s secret:
 
RAA mounts as volume secret with GIM connections details when <code class="yml variable">raa.env.GCXI_GIM_DB__JSON</code> is not specified. GIM database connection details can be declared as k8s secret:
Line 377: Line 370:
  
 
It is recommended to have RAA located in the same region with GIM database since RAA works mostly with this database.
 
It is recommended to have RAA located in the same region with GIM database since RAA works mostly with this database.
|BrowserText=<div style="background-color: aliceblue; font-style: italic;">List supported browsers/versions for the UI, if applicable.</div>
+
|BrowserText=Not applicable.
 
|DependenciesText=RAA interacts with Genesys Info Mart database only.
 
|DependenciesText=RAA interacts with Genesys Info Mart database only.
|GDPRText=<div style="background-color: aliceblue; font-style: italic;">Provide information about GDPR support. Include a link to the "suite-level" documentation. {{SuiteLevelLink|gdpr}}</div>
+
|GDPRText=Not applicable.
 
|PEPageType=bf21dc7c-597d-4bbe-8df2-a2a64bd3f167
 
|PEPageType=bf21dc7c-597d-4bbe-8df2-a2a64bd3f167
 
}}
 
}}

Revision as of 11:49, June 14, 2021

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


Find out what to do before deploying Reporting and Analytics Aggregates (RAA).

Related documentation: