Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding container update command. | Daniel Baumann | 2021-07-27 | 1 | -0/+143 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Support fetching local keys from keyring library in container key command. | Daniel Baumann | 2021-07-26 | 1 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Support fetching remote keys from keyserver in container key command. | Daniel Baumann | 2021-07-26 | 1 | -2/+7 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Speeding up container list command by optimizing IP address gathering. | Daniel Baumann | 2021-07-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Speeding up container list command by not gathering IP addresses for output ↵ | Daniel Baumann | 2021-07-26 | 1 | -1/+9 |
| | | | | | | format that don't need it. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating default keyserver for container key command. | Daniel Baumann | 2021-07-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container get command. | Daniel Baumann | 2021-07-26 | 1 | -0/+284 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Renaming container create command to container build. | Daniel Baumann | 2021-07-26 | 1 | -5/+5 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding check for writable gpg directory in container key command. | Daniel Baumann | 2021-07-26 | 1 | -0/+9 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Also removing lock file when force-stopping a container. | Daniel Baumann | 2021-07-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Reverting openvswitch, not really ready yet. | Daniel Baumann | 2021-06-30 | 2 | -38/+36 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using openvswitch instead of linux bridges. | Simon Spöhel | 2021-06-29 | 2 | -36/+38 |
| | | | | | Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding initial container info command. | Daniel Baumann | 2021-06-29 | 1 | -0/+214 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using cnt run to determine IP addresses in container list. | Daniel Baumann | 2021-06-06 | 1 | -8/+17 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Allowing to specify cnt.start=force in container config to ease fencing with ↵ | Daniel Baumann | 2021-06-06 | 2 | -2/+14 |
| | | | | | | | | | pacemaker/corosync. This should be generalized as a generic container program behaviour to look at users command line options *and* container configuration files. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using https instead of http in all comments. | Daniel Baumann | 2021-04-11 | 17 | -17/+17 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding hook support to container log command for consistency. | Daniel Baumann | 2021-04-11 | 1 | -0/+20 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using /var/log/compute-tools instead of /var/log/open-infrastructure. | Daniel Baumann | 2021-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using /usr/share/compute-tools instead of ↵ | Daniel Baumann | 2021-04-11 | 2 | -3/+3 |
| | | | | | | /usr/share/open-infrastructure/container. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Moving config files from /etc/open-infrastructure to /etc/compute-tools. | Daniel Baumann | 2021-04-11 | 17 | -23/+40 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Moving command files from /usr/lib to /usr/libexec. | Daniel Baumann | 2021-04-11 | 17 | -0/+3411 |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |