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
2cef6bfe
Commit
2cef6bfe
authored
Jun 25, 2019
by
Markus Scheidgen
Browse files
Reverted double fixes after merging.
parent
49583c2c
Pipeline
#51083
canceled with stages
in 1 minute and 35 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpes
@
e772c6d9
Compare
26e4b0b3
...
e772c6d9
Subproject commit
26e4b0b365501f84eaceb12f9d79c04fb1faca38
Subproject commit
e772c6d954009d7b3419200ffd370f55fd62c1a4
nomad/config.py
View file @
2cef6bfe
...
...
@@ -123,9 +123,7 @@ services = NomadConfig(
disable_reset
=
True
,
not_processed_value
=
'not processed'
,
unavailable_value
=
'unavailable'
,
https
=
False
,
migrated
=
False
# with migrated data will not show data of user 1 in search results,
# since this user was used for data with unknown provenance
https
=
False
)
tests
=
NomadConfig
(
...
...
ops/helm/nomad/templates/nomad-configmap.yml
View file @
2cef6bfe
...
...
@@ -27,7 +27,6 @@ data:
admin_password: "{{ .Values.api.adminPassword }}"
disable_reset: {{ .Values.api.disableReset }}
https: {{ .Values.api.https }}
migrated: {{ .Values.api.migrated }}
rabbitmq:
host: "{{ .Release.Name }}-rabbitmq"
elastic:
...
...
ops/helm/nomad/values.yaml
View file @
2cef6bfe
...
...
@@ -39,8 +39,6 @@ api:
adminPassword
:
"
password"
## Disable the dangerous reset (delete all data) function
disableReset
:
"
true"
## Do not show data of user with id 1, since he was used for data with unknown provernance
migrated
:
"
false"
## Everthing concerning the nomad worker
worker
:
...
...
ops/scripts/nomad.migration.values.yaml
View file @
2cef6bfe
...
...
@@ -6,7 +6,6 @@ proxy:
api
:
disableReset
:
false
migrated
:
true
worker
:
replicas
:
3
...
...
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