Skip to content

Commit

Permalink
OPSEXP-2943 Add audit storage dtas tests (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius authored Nov 29, 2024
1 parent 819b4d9 commit a02f72e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| database.url | string | `nil` | External Postgresql jdbc url ex: `jdbc:postgresql://oldfashioned-mule-postgresql-acs:5432/alfresco` |
| database.user | string | `nil` | External Postgresql database user |
| dtas.additionalArgs[0] | string | `"--tb=short"` | |
| dtas.config.assertions.aas.audit_host | string | `"http://acs-alfresco-audit-storage:8081"` | |
| dtas.config.assertions.aas.elasticsearch_host | string | `"http://elasticsearch-aas-master:9200"` | |
| dtas.config.assertions.acs.edition | string | `"Enterprise"` | |
| dtas.config.assertions.acs.identity | bool | `false` | |
| dtas.config.assertions.acs.modules[0].id | string | `"org.alfresco.integrations.google.docs"` | |
Expand All @@ -238,7 +240,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| dtas.enabled | bool | `false` | Enables the deployment test suite which can run via `helm test` (currently available for Enterprise only) |
| dtas.image.pullPolicy | string | `"IfNotPresent"` | |
| dtas.image.repository | string | `"quay.io/alfresco/alfresco-deployment-test-automation-scripts"` | |
| dtas.image.tag | string | `"v1.5.5"` | |
| dtas.image.tag | string | `"v1.6.0"` | |
| elasticsearch-audit.clusterHealthCheckParams | string | `"wait_for_status=yellow&timeout=1s"` | |
| elasticsearch-audit.clusterName | string | `"elasticsearch-aas"` | |
| elasticsearch-audit.enabled | bool | `true` | Enables the embedded elasticsearch cluster for alfresco-audit-storage |
Expand Down
5 changes: 4 additions & 1 deletion helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ dtas:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-test-automation-scripts
tag: v1.5.5
tag: v1.6.0
pullPolicy: IfNotPresent
additionalArgs:
- --tb=short
Expand All @@ -660,6 +660,9 @@ dtas:
installed: true
adw:
base_path: "/workspace"
aas:
audit_host: http://acs-alfresco-audit-storage:8081
elasticsearch_host: http://elasticsearch-aas-master:9200
keda:
# -- The list of components that will be scaled by KEDA (chart names)
components: []
Expand Down

0 comments on commit a02f72e

Please sign in to comment.