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
c1be7695
Commit
c1be7695
authored
Mar 06, 2019
by
Markus Scheidgen
Browse files
Merge branch 'migration' of gitlab.mpcdf.mpg.de:nomad-lab/nomad-FAIR into migration
parents
f16890d2
e649a4c5
Pipeline
#44804
failed with stages
in 24 minutes and 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ops/helm/nomad/templates/worker-deployment.yaml
View file @
c1be7695
...
...
@@ -77,7 +77,9 @@ spec:
value
:
"
{{
.Values.mail.password
}}"
-
name
:
NOMAD_MAIL_FROM
value
:
"
{{
.Values.mail.from
}}"
command
:
[
"
python"
,
"
-m"
,
"
celery"
,
"
worker"
,
"
-l"
,
"
info"
,
"
-A"
,
"
nomad.processing"
,
"
-Q"
,
"
celery,calcs,uploads"
]
-
name
:
NOMAD_CONSOLE_LOGLEVEL
value
:
"
ERROR"
command
:
[
"
python"
,
"
-m"
,
"
celery"
,
"
worker"
,
"
-A"
,
"
nomad.processing"
,
"
-Q"
,
"
celery,calcs,uploads"
]
livenessProbe
:
exec
:
command
:
...
...
ops/helm/nomad/values.yaml
View file @
c1be7695
...
...
@@ -41,7 +41,7 @@ api:
## Everthing concerning the nomad worker
worker
:
replicas
:
1
replicas
:
2
# request and limit in GB
memrequest
:
32
memlimit
:
320
...
...
ops/migration_client.env.sh
0 → 100644
View file @
c1be7695
export
NOMAD_URL
=
http://enc-staging-nomad.esc.rzg.mpg.de/fairdi/nomad/migration/api
export
NOMAD_USER
=
admin
export
NOMAD_FILES_NOMAD_TMP_DIR
=
/nomad/mscheidg/migration_tmp
export
NOMAD_LOGSTASH_TCPPORT
=
15000
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