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-lab-base
Commits
48cf4d9e
Commit
48cf4d9e
authored
Dec 11, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
kubernetes_prod setup
parent
05db7c99
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/main/resources/reference.conf
View file @
48cf4d9e
...
...
@@ -222,6 +222,7 @@ default.nomad_lab {
rootNamespace
=
"${user}-default"
}
}
flink
.
nomad_lab
{
h5LockOnRead
=
false
toNormalize
.
archiveSet
.
baseDirectory
=
"${normalizedRoot}/newProductionH5"
...
...
@@ -238,16 +239,19 @@ flink.nomad_lab {
pidEndpoint
=
"http://staging-nomad.esc.rzg.mpg.de:8111/repo/utility/pids?gid=\"
${
archiveGid
}\
""
}
}
production
.
nomad_lab
{
replacements
{
rootNamespace
=
"production"
}
}
test
.
nomad_lab
{
replacements
{
rootNamespace
=
"test"
}
}
localDir
.
nomad_lab
{
replacements
{
rootNamespace
=
"${user}-local"
...
...
@@ -265,6 +269,7 @@ localDir.nomad_lab {
numberOfWorkers
=
1
}
}
local
.
nomad_lab
{
replacements
{
rootNamespace
=
"${user}-local"
...
...
@@ -357,6 +362,14 @@ staging.nomad_lab {
}
}
kubernetes_prod
.
nomad_lab
{
h5LockOnRead
=
false
replacements
{
rootNamespace
=
"prod-${coreVersion}"
}
toNormalize
.
archiveSet
.
baseDirectory
=
"${normalizedRoot}/${rootNamespace}"
calculation_info_normalizer
{
pidEndpoint
=
"http://staging-nomad.esc.rzg.mpg.de:8111/repo/utility/pids?gid=\"
${
archiveGid
}\
""
}
elastic
{
clientUri
=
"elasticsearch://nomad-flink-02.esc:9200"
indexNameData
=
"archive"
...
...
@@ -376,6 +389,12 @@ kubernetes_prod.nomad_lab {
clientUri
=
"elasticsearch://localhost:9200"
}
}
roots
{
baseTmpDir
=
"/tmp"
parsedRoot
=
"/nomad/nomadlab/parsed"
rawDataRoot
=
"/nomad/nomadlab/raw-data"
normalizedRoot
=
"/nomad/nomadlab/normalized"
}
}
//
only
used
to
expose
the
simpleStats
API
call
while
we
need
to
keep
the
old
version
running
kubernetes_prod_dev_archive
.
nomad_lab
{
...
...
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