Skip to content

Commit

Permalink
Release v3.8.0 Commit ade6e96 Deploy Commit #2f677ba
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Oct 15, 2021
1 parent 4e7889b commit 589a9e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ services:
- elasticsearch1
- elasticsearch2
- elasticsearch3
image: cafaudit/prereleases:audit-service-3.7.1-625
image: cafaudit/prereleases:audit-service-3.8.0-718
ports:
- "${CAF_AUDIT_SERVICE_PORT:-25080}:8080"
environment:
Expand Down
2 changes: 1 addition & 1 deletion production-marathon/marathon.json.b
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"instances": 1,
"container": {
"docker": {
"image": "cafaudit/prereleases:audit-service-3.7.1-625",
"image": "cafaudit/prereleases:audit-service-3.8.0-718",
"network": "BRIDGE",
"portMappings": [{
"containerPort": 8080,
Expand Down
4 changes: 2 additions & 2 deletions production-marathon/production-smoke-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Further information on the CAF Audit Monkey can be found [here](https://github.c
From your Docker host command-line, run the Audit Monkey sending [2] Audit Events, for Tenant Id [directtestid], [direct] to Elasticsearch in [Standard] mode using [1] thread. Replace the `ES_HOSTNAME` and `ES_PORT` environment variables with the details of the Elasticsearch deployed for smoke testing purposes:

```
docker run -e ES_HOSTNAME=<Elasticsearch_Node> -e ES_PORT=<Elasticsearch_Node_Transport_Port> -e CAF_AUDIT_TENANT_ID=directtestid -e CAF_AUDIT_MODE=direct -e CAF_AUDIT_MONKEY_MODE=standard -e CAF_AUDIT_MONKEY_NUM_OF_EVENTS=2 -e CAF_AUDIT_MONKEY_NUM_OF_THREADS=1 cafaudit/prereleases:audit-monkey-3.7.1-625
docker run -e ES_HOSTNAME=<Elasticsearch_Node> -e ES_PORT=<Elasticsearch_Node_Transport_Port> -e CAF_AUDIT_TENANT_ID=directtestid -e CAF_AUDIT_MODE=direct -e CAF_AUDIT_MONKEY_MODE=standard -e CAF_AUDIT_MONKEY_NUM_OF_EVENTS=2 -e CAF_AUDIT_MONKEY_NUM_OF_THREADS=1 cafaudit/prereleases:audit-monkey-3.8.0-718
```

#### Verification of Direct to Elasticsearch Audit Events
Expand All @@ -33,7 +33,7 @@ curl --request GET --url 'http://<Elasticsearch_Node>:<Elasticsearch_Node_HTTP_P
From your Docker host command-line, run the Audit Monkey sending [2] Audit Events, for Tenant Id [wstestid], through the [Audit Web Service] in [Standard] mode using [1] thread. Replace the `WS_HOSTNAME` and `WS_PORT` environment variables with the details of the CAF Audit Web Service deployed for smoke testing purposes:

```
docker run -e CAF_AUDIT_TENANT_ID=wstestid -e CAF_AUDIT_MODE=webservice -e WS_HOSTNAME=<CAF_Audit_Web_Service_Host> -e WS_PORT=<CAF_Audit_Web_Service_Port> -e CAF_AUDIT_MONKEY_MODE=standard -e CAF_AUDIT_MONKEY_NUM_OF_EVENTS=2 -e CAF_AUDIT_MONKEY_NUM_OF_THREADS=1 cafaudit/prereleases:audit-monkey-3.7.1-625
docker run -e CAF_AUDIT_TENANT_ID=wstestid -e CAF_AUDIT_MODE=webservice -e WS_HOSTNAME=<CAF_Audit_Web_Service_Host> -e WS_PORT=<CAF_Audit_Web_Service_Port> -e CAF_AUDIT_MONKEY_MODE=standard -e CAF_AUDIT_MONKEY_NUM_OF_EVENTS=2 -e CAF_AUDIT_MONKEY_NUM_OF_THREADS=1 cafaudit/prereleases:audit-monkey-3.8.0-718
```
#### Verification of Audit Events

Expand Down
2 changes: 1 addition & 1 deletion production-swarm/docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
CAF_ELASTIC_PORT_VALUE: "${CAF_ELASTIC_PORT_VALUE}"
CAF_ELASTIC_USERNAME: "${CAF_ELASTIC_USERNAME}"
CAF_ELASTIC_PASSWORD: "${CAF_ELASTIC_PASSWORD}"
image: cafaudit/prereleases:audit-service-3.7.1-625
image: cafaudit/prereleases:audit-service-3.8.0-718
deploy:
mode: replicated
replicas: 2
Expand Down

0 comments on commit 589a9e2

Please sign in to comment.