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
1ba4ba8a
Commit
1ba4ba8a
authored
Jul 22, 2020
by
Markus Scheidgen
Browse files
Allow to configure nomad service metadata via helm chart. [skip-ci]
parent
0b600f63
Pipeline
#79150
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/config.py
View file @
1ba4ba8a
...
...
@@ -273,7 +273,7 @@ meta = NomadConfig(
service
=
'unknown nomad service'
,
name
=
'novel materials discovery (NOMAD)'
,
description
=
'A FAIR data sharing platform for materials science data'
,
homepage
=
'https://
https://
nomad-lab.eu'
,
homepage
=
'https://nomad-lab.eu'
,
source_url
=
'https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR'
,
maintainer_email
=
'markus.scheidgen@physik.hu-berlin.de'
)
...
...
ops/helm/nomad/templates/nomad-configmap.yml
View file @
1ba4ba8a
...
...
@@ -11,6 +11,10 @@ data:
nomad.yaml
:
|
meta:
release: "{{ .Release.Name }}"
service: "{{ .Values.meta.service }}"
homepage: "{{ .Values.meta.homepage }}"
source_url: "{{ .Values.meta.source_url }}"
maintainer_email: "{{ .Values.meta.maintainer_email }}"
reprocess_unmatched: {{ .Values.reprocess_unmatched }}
fs:
tmp: "{{ .Values.volumes.tmp }}"
...
...
ops/helm/nomad/values.yaml
View file @
1ba4ba8a
...
...
@@ -5,6 +5,12 @@ version:
usesBetaData
:
false
officialUrl
:
"
https://nomad-lab.eu/prod/rae/gui"
meta
:
service
:
"
app"
homepage
:
"
https://nomad-lab.eu"
source_url
:
"
https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR"
maintainer_email
:
"
markus.scheidgen@physik.hu-berlin.de"
## Everything concerning the container images to be used
image
:
## The kubernetes docker-registry secret that can be used to access the registry
...
...
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