Skip to content
GitLab
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
3d1dbf97
Commit
3d1dbf97
authored
Jan 15, 2020
by
Markus Scheidgen
Browse files
Deployment fixes. [skip-ci]
parent
4bec888a
Pipeline
#67107
skipped
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ops/deployments/nomad.mp.values.yaml
View file @
3d1dbf97
images
:
nomad
:
tag
:
"
v0.6.3"
frontend
:
tag
:
"
v0.6.3"
proxy
:
nodePort
:
30008
external
:
...
...
@@ -6,7 +12,6 @@ proxy:
api
:
disableReset
:
false
adminPasswordSecrete
:
'
nomad-production-repository-password'
gui
:
debug
:
true
...
...
ops/deployments/nomad.prod-1.values.yaml
View file @
3d1dbf97
images.nomad.tag
:
"
stable"
images.frontend.tag
:
"
stable"
images
:
nomad
:
tag
:
"
v0.6.3"
frontend
:
tag
:
"
v0.6.3"
services
:
apiSecret
:
'
nomad-keycloak-prod-api-secret'
...
...
ops/deployments/nomad.prod-2.values.yaml
View file @
3d1dbf97
images.nomad.tag
:
"
stable"
images.frontend.tag
:
"
stable"
images
:
nomad
:
tag
:
"
v0.6.3"
frontend
:
tag
:
"
v0.6.3"
services
:
apiSecret
:
'
nomad-keycloak-prod-api-secret'
...
...
ops/deployments/nomad.reprocess.values.yaml
View file @
3d1dbf97
...
...
@@ -14,17 +14,24 @@ worker:
replicas
:
2
routing
:
"
worker"
dbname
:
fairdi_nomad_prod
elastic
:
port
:
9202
dbname
:
fairdi_nomad_prod_v0_7
uploadurl
:
'
https://labdev-nomad.rzg.mpg.de/fairdi/nomad/reprocess/upload'
keycloak
:
serverUrl
:
"
https://repository.nomad-coe.eu/fairdi/keycloak/auth/"
passwordSecret
:
'
nomad-keycloak-password'
realmName
:
'
fairdi_nomad_prod'
clientId
:
'
nomad_api_dev'
clientSecret
:
'
nomad-keycloak-prod-api-secret'
admin_user_id
:
'
82efac55-6187-408c-8027-b98580c0e1c5'
volumes
:
prefixSize
:
1
public
:
/nomad/fairdi/prod/fs/public
public
:
/nomad/fairdi/prod
_v0.7
/fs/public
staging
:
/scratch/fairdi/migration/fs/staging
tmp
:
/nomad/fairdi/prod/fs/tmp
tmp
:
/nomad/fairdi/prod
_v0.7
/fs/tmp
nomad
:
/nomad
ops/docker-compose/nomad/docker-compose.yml
View file @
3d1dbf97
...
...
@@ -57,14 +57,14 @@ services:
# the user data db
mongo
:
restart
:
always
image
:
mongo:
3.6.1
4
image
:
mongo:4
container_name
:
nomad_mongo
environment
:
-
MONGO_DATA_DIR=/data/db
-
MONGO_LOG_DIR=/dev/null
volumes
:
-
nomad_mongo:/data/db
command
:
mongod
--smallfiles
--logpath=/dev/null
# --quiet
command
:
mongod --logpath=/dev/null
# --quiet
# nomad processing worker
worker
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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