Skip to content

Commit

Permalink
MAINT: switched default testing config to livmats vm
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Feb 26, 2022
1 parent 34b64fe commit 475c073
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Prepare and pack release assets
run: |
cp rdm/dtool/samples/dtool-external.json /tmp/dtool-pdf/dtool.json
cp rdm/dtool/samples/dtool-livmats-testing.json /tmp/dtool-pdf/dtool.json
cp rdm/dtool/samples/dtool_readme.yml /tmp/dtool-pdf/dtool_readme.yml
cd /tmp/dtool-pdf
Expand Down
24 changes: 24 additions & 0 deletions rdm/dtool/samples/dtool-livmats-testing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"DTOOL_LOOKUP_SERVER_TOKEN_GENERATOR_URL": "https://livmats-data.vm.uni-freiburg.de:5101/token",
"DTOOL_LOOKUP_SERVER_URL": "https://livmats-data.vm.uni-freiburg.de:5100",
"DTOOL_LOOKUP_SERVER_USERNAME": "testuser",
"DTOOL_LOOKUP_SERVER_VERIFY_SSL": "false",

"DTOOL_README_TEMPLATE_FPATH": "/path/to/.dtool_readme.yml",

"DTOOL_S3_ACCESS_KEY_ID_test-bucket": "testuser_access_key",
"DTOOL_S3_DATASET_PREFIX": "u/testuser/",
"DTOOL_S3_ENDPOINT_test-bucket": "http://livmats-data.vm.uni-freiburg.de:9000",
"DTOOL_S3_SECRET_ACCESS_KEY_test-bucket": "testuser_secret_key",

"DTOOL_SMB_DOMAIN_test-share": "WORKGROUP",
"DTOOL_SMB_PASSWORD_test-share": "a-guest-needs-no-password",
"DTOOL_SMB_PATH_test-share": "dtool",
"DTOOL_SMB_SERVER_NAME_test-share": "livmats-data.vm.uni-freiburg.de",
"DTOOL_SMB_SERVER_PORT_test-share": 4445,
"DTOOL_SMB_SERVICE_NAME_test-share": "sambashare",
"DTOOL_SMB_USERNAME_test-share": "guest",

"DTOOL_USER_EMAIL": "[email protected]",
"DTOOL_USER_FULL_NAME": "Your full name"
}
2 changes: 1 addition & 1 deletion rdm/dtool/src/030_cli/024_configuration_lookup_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ A complete configuration file may look like this:
}
```

You can download this sample [`dtool.json`](../../samples/dtool-external.json)
You can download this sample [`dtool.json`](../../samples/dtool-livmats-testing.json)
and modify it according to your needs.

0 comments on commit 475c073

Please sign in to comment.