summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding crudini to list of depends in container-tools manpage.tmp-nspawnDaniel Baumann2017-07-211-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating default url to download images from in curl container create script.Daniel Baumann2017-07-211-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding myself to copyright notice in bash-completion.Daniel Baumann2017-07-211-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Also creating lz compressed container-images in example script.Daniel Baumann2017-07-211-2/+5
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Fixing typo in 'bandwidth'.Simon Spöhel2017-07-214-23/+23
|
* Merging sections for container-tools in nspawn file.Simon Spöhel2017-07-094-18/+16
|
* Making container-tools use nspawn files.Simon Spöhel2017-07-0910-64/+71
|
* Updating output of container-shell help.Daniel Baumann2017-07-091-5/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding message about enabled and disabled container commands in ↵Daniel Baumann2017-07-091-0/+16
| | | | | | container-shell help. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding interface max length check in container start command.Daniel Baumann2017-07-031-0/+10
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting typo in comment in curl container create script.Daniel Baumann2017-07-021-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Wrapping changelog to 80 characters per line.Daniel Baumann2017-07-011-95/+194
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170701.v20170701Daniel Baumann2017-07-012-1/+10
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Also removing /etc/localtime before reconfiguring tzdata to workaround ↵Daniel Baumann2017-07-011-1/+1
| | | | | | broken tzdata preseed handling (see several bug reports in the BTS), thanks to Nik Lutz <nik@netstyle.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Avoid removing top-level directories when cleaning up bind mounts in ↵Daniel Baumann2017-07-012-8/+47
| | | | | | | | | container remove and stop commands. Previously when using 'bind=/mnt/foo:/foo/bar/baz;', this removed /mnt on the host system too (if empty). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting boolean typo when checking for existence of new container in ↵Daniel Baumann2017-06-301-1/+1
| | | | | | container move command, thanks to Simon Spöhel <simon.spoehel@open-infrastructure.net>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170629.v20170629Daniel Baumann2017-06-292-1/+42
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Allow cnt.auto=force-true to enforce startup of a locked container at system ↵Daniel Baumann2017-06-291-1/+6
| | | | | | | | | startup. Use case: start specific containers automatically after e.g. a power loss of the container server. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Harmonizing edition of container configuration file in debconf script.Daniel Baumann2017-06-291-7/+8
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adjusting container list outout for container top command.Daniel Baumann2017-06-291-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating bash-completion for container top command.Daniel Baumann2017-06-291-0/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding new container top command manpage.Daniel Baumann2017-06-292-0/+78
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding new container top command.Daniel Baumann2017-06-291-0/+113
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using more systemd-ish status symbols in container list command.Daniel Baumann2017-06-291-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Documenting usage of container-shell command restrictions in container-shell ↵Daniel Baumann2017-06-291-0/+33
| | | | | | manpage. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding CONTAINER_COMMANDS_DISABLE variable for container-shell to add ↵Daniel Baumann2017-06-291-0/+21
| | | | | | | | | support for disallowing certain container commands for a specific container-shell invocation only. Use case: Disallow some people (via their SSH key) some specific container commands, e.g. container remove. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding CONTAINER_COMMANDS_ENABLE variable for container-shell to add support ↵Daniel Baumann2017-06-291-3/+27
| | | | | | | | | | for allowing certain container commands for a specific container-shell invocation only. Use case: Allow some people (via their SSH key) to only execute some but not all commands, e.g. container start and container-stop but not container create and container remove. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Executing auto commands only when cnt.auto=true and cnt.container-server ↵Daniel Baumann2017-06-291-1/+1
| | | | | | matches the current hostname. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming cnt.auto to cnt.container-server in order to split functionality of ↵Daniel Baumann2017-06-298-12/+43
| | | | | | 'binding container to a specific host system' from 'starting container at system boot'. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing net-tools from host-setup documentation, it is a direct depends of ↵Daniel Baumann2017-06-291-1/+1
| | | | | | container-tools for the time being. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using allow-hotplug instead of allow in host-setup documentation.Daniel Baumann2017-06-241-7/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Dropping obsolete LTS archive definitions, thanks to Nik Lutz <nik@netstyle.ch>.Daniel Baumann2017-06-242-27/+11
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Implementing postup/postdown for systemd-networkd by creating systemd units ↵Nik Lutz2017-06-241-4/+42
| | | | | | in /etc/systemd/system. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting typo in systemd parts of the Makefile's uninstall target.Daniel Baumann2017-06-241-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing useless whitespace in debconf script.Daniel Baumann2017-06-241-1/+0
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170522.v20170522Daniel Baumann2017-05-222-1/+9
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Reverting "Purging packages that got removed/replaced during container ↵Daniel Baumann2017-05-221-10/+0
| | | | | | | | creation.", not needed anymore. This reverts commit 8aa267f. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting bind-ro option handling to actually work.Daniel Baumann2017-05-101-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170510.v20170510Daniel Baumann2017-05-092-1/+12
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating list of excluded directory names in container list command.Daniel Baumann2017-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | * dropping .container-tools and container-tools, on shared storage we recommend to use the following scheme: - /srv/container - /srv/container/config - /srv/container/debconfig - /srv/container/system - /srv/container/data whereas the following symlinks are in place: - /var/lib/machines -> /srv/container/system - /etc/container-tools/config -> /srv/container/config - /etc/container-tools/debconfig -> /srv/container/debconf ...and /srv/container being the mountpoint of the shared storage. * dropping .snap (Ceph) and .snapshot (NetApp), not needed anymore. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding sysctl config for procps to increase inotify limits in order to run ↵Daniel Baumann2017-05-092-0/+20
| | | | | | more than a few containers on a system. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding missing bind-ro handling in container create command, thanks to Simon ↵Daniel Baumann2017-05-091-0/+1
| | | | | | Spöhel <simon.spoehel@open-infrastructure.net>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Purging packages that got removed/replaced during container creation.Daniel Baumann2017-05-091-0/+10
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Purging packages when autoremoving them.Daniel Baumann2017-05-091-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170405.v20170405Daniel Baumann2017-04-052-1/+8
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Consistently using '--force-confnew' as dpkg option when upgrading or ↵Daniel Baumann2017-04-051-11/+3
| | | | | | installing packages. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170401.v20170401Daniel Baumann2017-04-032-1/+12
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann2017-04-0312-14/+161
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Allowing multiple container commands to be executed in a row.Daniel Baumann2017-04-033-50/+57
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Allowing @NAME@ variable in preseed files to allow for more flexibel preseed ↵Daniel Baumann2017-04-032-2/+6
| | | | | | templating. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>