Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
9dbb469f
Commit
9dbb469f
authored
Mar 03, 2020
by
Markus Scheidgen
Browse files
Updated helm chart and gitlab ci to changes in springer config.
parent
39f46527
Pipeline
#70118
failed with stages
in 13 minutes and 14 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9dbb469f
...
...
@@ -91,7 +91,7 @@ tests:
NOMAD_ELASTIC_HOST
:
elastic
NOMAD_MONGO_HOST
:
mongo
NOMAD_KEYCLOAK_PASSWORD
:
${CI_KEYCLOAK_ADMIN_PASSWORD}
NOMAD_SPRINGER_DB_PATH
:
/nomad/fairdi/db/data/springer.
db
NOMAD_
NORMALIZE_
SPRINGER_DB_PATH
:
/nomad/fairdi/db/data/springer.
msg
script
:
-
cd /app
-
ls /builds
...
...
ops/helm/nomad/templates/nomad-configmap.yml
View file @
9dbb469f
...
...
@@ -59,7 +59,8 @@ data:
realm_name: "{{ .Values.keycloak.realmName }}"
username: "{{ .Values.keycloak.username }}"
client_id: "{{ .Values.keycloak.clientId }}"
springer_db_path: "{{ .Values.springerDbPath }}"
normalize:
springer_db_path: "{{ .Values.springerDbPath }}"
datacite:
enabled: {{ .Values.datacite.enabled }}
prefix: "{{ .Values.datacite.prefix }}"
ops/helm/nomad/values.yaml
View file @
9dbb469f
...
...
@@ -152,7 +152,7 @@ volumes:
# The domain configuration, currently there is DFT and EMS
domain
:
DFT
springerDbPath
:
/nomad/fairdi/db/data/springer.
db
springerDbPath
:
/nomad/fairdi/db/data/springer.
msg
# Will reprocess calculations with their old matched parser, even if they do not
# match this parser anymore
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment