-
Notifications
You must be signed in to change notification settings - Fork 5
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
Plan B for parallel join ( try to get a certificate before joining ) #10
base: main
Are you sure you want to change the base?
Conversation
Preparation for UCS 5.2-0, fix some issues and add systemd OnFailure optionPlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Motivation ( preparation for UCS 5.2-0 with backwards compatibility )
Documentation changes
Additional notesWith the "fix latest version" patch it is posible to start a container with UCS 4.4-0 and it will update/upgrade itself to version 5.2-0
|
…ainer apps from univention app center by replacing the clean environment documentation including Dockerfile
Add feature of pre installed role container images including non-container apps from univention app center by replacing the clean environment documentation including DockerfilePlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Motivation
Documentation changes
Dockerfile changes
DescriptionWith amount of minimal changes to the firstboot deploy, get a "fork" but with pre installed system role to save time. The default firstboot needs 15 to 20 minutes for a first start/boot. If you run the same with a pre installed container image, it takes less the 10 minutes.
Additional notesFor an slimify container image it will take 300 to 400 MB of space and as normal 50 to 100 MB on top ( gziped tar archive on the container registry ). BugFixes
CleanUp
|
ToDo item systemd -- fix private tmp and restrict namespacePlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Motivation
Documentation changes
DescriptionDepending on the container start and its privileges, there are more and more errors in individual systemd service units. This is now recognized for every container start and repaired in a nice or hard way.
|
Preparation for UCS 5.2-0 and fix some issuesPlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Motivation
Documentation changes
Known issues
|
…ersions don't accept empty 'WantedBy' )
Preparation for UCS 5.2-0, fix some issues and improve stabilityPlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Motivation
Documentation changes
Dockerfile changes
|
…nup for better readability in exported json file )
…nivention-corporate-server-debootstrap is no longer needed )
Preparation for UCS 5.2-0, move the debootstrap to the docker build process and fix some issuesPlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Motivation
Documentation changes
Dockerfile changes
|
Update documentation to next patchlevel releasePlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Documentation changes
|
…s the major and minor in the name. )
…e.conf files are not consistent. )
Preparation for UCS 5.2-0 and fix some issuesPlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Motivation
|
Update documentation to next minor releasePlease make sure you considered the following things
Link to the issue in BugzillaDescription of the changesPlease describe the changes with a few sentences. Documentation changes
|
Plan B for parallel join ( try to get a certificate before joining )
Please make sure you considered the following things
Link to the issue in Bugzilla
Description of the changes
Please describe the changes with a few sentences.
Motivation
Description
In case of starting many directory nodes or managed nodes at the same time, there are coming a lot of certificates in a short period of time too and maybe you will get a join failed. To prevent this fact, the container try to get a certificate before joining to a primary directory node. This functionality is particularly useful with the container option dcwait and using docker-compose too.