Skip to content

Commit

Permalink
A few updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Damian authored and Adrian Damian committed Jul 12, 2024
1 parent f5bdaf3 commit e5be489
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions argus/src/intTest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ for a CADC staff member to run. Required certificates:
The _auth_ identity has to be the (CADC) staff member's personal certificate because the test tries to output
to `vos://cadc.nrc.ca~vault/{user.name}/test/some-file-name`. The _noauth_ identity should be cadcregtest1.

An example of a minimum local configuration required for the `argus` service to run locally consists of the
An example of a minimum configuration required for the `argus` service to run on a local machine consists of the
following containers:
- `haproxy` (image: `cadc-haproxy-dev`) - for https termination
- `postgress` (`cadc-postgresql-dev`) - database container
- `reg` (`reg`) - local registry entries
- `icewind` (`icewind`) - to create the `caom2` schema and tables
- `argus` (`argus`) - the service itself

The configuration for the required services is documented in their GitHub repo. For `arugs` the minimum
configuration that successfully run most of the integration tests consists of the following files in `/config`:
The configuration for the required services is documented in their corresponding GitHub repos. For `arugs` the
minimum configuration that successfully run most of the integration tests consists of the following files in
`/config`:
- `argus.properties`:
```
org.opencadc.argus.VosiCapabilitiesTest > testTokenAuth`
Expand Down Expand Up @@ -54,7 +55,7 @@ configuration that successfully run most of the integration tests consists of th
org.opencadc.tap.tmp.TempStorageManager.baseStorageDir = /var/tmp/argus
```

- `catalina.properties`:
- `catalina.properties` (with default pgdev container accounts):
```
# tomcat-base
tomcat.connector.secure=true
Expand Down

0 comments on commit e5be489

Please sign in to comment.