9d9042d835
1. Don't require an ssh-config In the case of redhat-ci, the VMs are already fully configured for the system (injected in the hosts file, host key accepted, etc...). So there's no need to have an ssh-config there. In general, it should be acceptable to run the vmcheck suite against a resolvable host without having to create an ssh-config for it. 2. Make the host name configurable Rather than hardcoding "vmcheck" as the hostname, allow overridding it by specifying a VM env var directly. We also prepare the various scripts to make use of the $VM variable whenever host-specific dirs/files are created so that parallel runs won't step on each other. Closes: #675 Approved by: cgwalters |
||
---|---|---|
.github | ||
api-doc | ||
buildutil | ||
design | ||
docs | ||
libdnf@9340446273 | ||
libglnx@abd37a4790 | ||
man | ||
packaging | ||
scripts | ||
src | ||
tests | ||
vagrant | ||
.dir-locals.el | ||
.gitmodules | ||
.redhat-ci.Dockerfile | ||
.redhat-ci.yml | ||
autogen.sh | ||
configure.ac | ||
CONTRIBUTING.md | ||
COPYING | ||
git.mk | ||
HACKING.md | ||
LICENSE | ||
Makefile-daemon.am | ||
Makefile-decls.am | ||
Makefile-lib-defines.am | ||
Makefile-lib.am | ||
Makefile-libdnf.am | ||
Makefile-libpriv.am | ||
Makefile-man.am | ||
Makefile-rpm-ostree.am | ||
Makefile-tests.am | ||
Makefile.am | ||
mkdocs.yml | ||
README.md | ||
TODO | ||
Vagrantfile |
rpm-ostree Overview
rpm-ostree is a hybrid image/package system. It uses OSTree as a base image format, and supports RPM on both the client and server side using libdnf.
For more information, see the online manual: Read The Docs (rpm-ostree)
Features:
- Atomic upgrades and rollback for host system updates
- A server side tool to consume RPMs and commit them to an OSTree repository
- A system daemon to consume OSTree commits as updates
Projects using rpm-ostree
Project Atomic uses rpm-ostree to provide a minimal host for Docker formatted Linux containers. Replicating a base immutable OS, then using Docker for applications.
Manual
For more information, see the online manual: Read The Docs (rpm-ostree)