Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
container-manager
Commits
6305f3b3
Commit
6305f3b3
authored
Nov 07, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fix template and config of remotevis
parent
ff56679b
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/nomad-vis-test.hjson
View file @
6305f3b3
session_redis: {
port: 30289
host: 130.183.207.101
}
usersettings_redis: {
port: 31996
host: 130.183.207.101
}
{
app: {
ssl: {
key: "web-certs/key.pem"
cert: "web-certs/cert.pem"
}
frontendUrl: "https://labdev-nomad.esc.rzg.mpg.de"
debug: true
}
passport: {
strategy: "saml"
saml: {
path: "/login/callback"
entryPoint: "https://idp.nomad-coe.eu/idp/profile/SAML2/Redirect/SSO"
issuer: "https://labdev-nomad.esc.rzg.mpg.de/shibboleth"
identifierFormat: null
# logoutUrl: "https://idp.nomad-coe.eu/idp/profile/SAML2/Redirect/SSO"
# logoutCallback: undefined
acceptedClockSkewMs: -1
}
}
session_redis: {
port: 30289
host: 130.183.207.101
}
usersettings_redis: {
port: 31996
host: 130.183.207.101
}
}
\ No newline at end of file
config/nomad-vis-test.hjson.in
View file @
6305f3b3
session_redis: {
port: {{analytics-session-db-redis-master.0.ports.0.nodePort}}
host: {{analytics-session-db-redis-master.0.nodes.[0]}}
}
usersettings_redis: {
port: {{user-settings-db-redis-master.0.ports.0.nodePort}}
host: {{user-settings-db-redis-master.0.nodes.[0]}}
}
{
app: {
ssl: {
key: "web-certs/key.pem"
cert: "web-certs/cert.pem"
}
frontendUrl: "https://labdev-nomad.esc.rzg.mpg.de"
debug: true
}
passport: {
strategy: "saml"
saml: {
path: "/login/callback"
entryPoint: "https://idp.nomad-coe.eu/idp/profile/SAML2/Redirect/SSO"
issuer: "https://labdev-nomad.esc.rzg.mpg.de/shibboleth"
identifierFormat: null
# logoutUrl: "https://idp.nomad-coe.eu/idp/profile/SAML2/Redirect/SSO"
# logoutCallback: undefined
acceptedClockSkewMs: -1
}
}
session_redis: {
port: {{analytics-session-db-redis-master.0.ports.0.nodePort}}
host: {{analytics-session-db-redis-master.0.nodes.[0]}}
}
usersettings_redis: {
port: {{user-settings-db-redis-master.0.ports.0.nodePort}}
host: {{user-settings-db-redis-master.0.nodes.[0]}}
}
}
\ No newline at end of file
templates/kube/remoteVisTemplate.yaml
View file @
6305f3b3
...
...
@@ -2,6 +2,11 @@ apiVersion: v1
kind
:
Pod
metadata
:
name
:
{{
podName
}}
labels
:
user
:
"
{{user}}"
image-type
:
"
{{imageType}}"
image-subtype
:
"
{{imageSubtype}}"
replacements-checksum
:
"
{{replacementsChecksum}}"
spec
:
terminationGracePeriodSeconds
:
5
restartPolicy
:
Never
...
...
Write
Preview
Markdown
is supported
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