-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developed version 2.0.17 #562
Conversation
…rement Resolves #555.
…r issues and warnings.
Use HOBBIT UI without keycloak
…o the GUI docker container. Added a small script that exchanges the two xml files in case the UI authentication flag is set to false.
…odel using PROV-O properties.
Build all components in Docker
Feature limit resources
…bControllerTest on the assumption that the Hobbit gitlab instance is available.
…to the image manager test.
…ough it wasn't necessary.
… system properties.
platform-controller/src/test/java/org/hobbit/controller/ConnectivityAssumptionUtils.java
Show resolved
Hide resolved
platform-controller/src/main/java/org/hobbit/controller/ExperimentManager.java
Outdated
Show resolved
Hide resolved
if (cpuCount != null) { | ||
// We need the CPU count in nano CPU seconds (i.e., we have to multiply the | ||
// count with 10^9) | ||
constraints.put(ContainerManager.NANO_CPU_LIMIT_CONSTRAINT, cpuCount * 1000000000L); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe here it would be good to have a web.archive.org
link to the corresponding documentation in the comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot find it in the documentation of the Docker API 😬
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot find it in the documentation of the Docker API 😬
That's why we need a web archive link, since Docker documentation is reliably unreliable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot even find it in the web archive 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We submit it to the archive the next time we find it.
USE_UI_AUTH
flag and made the usage of Keycloak optional (fixes Add an option to use HOBBIT without access control #555)