Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiand/ovirt-node-development-guide
https://github.com/fabiand/ovirt-node-development-guide
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabiand/ovirt-node-development-guide
- Owner: fabiand
- Created: 2015-11-24T16:21:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T10:34:17.000Z (about 9 years ago)
- Last Synced: 2023-03-31T17:00:14.494Z (almost 2 years ago)
- Language: Makefile
- Size: 545 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
[oVirt Node](http://www.ovirt.org/Node) is a small scale operating system
acting as a hypervisor under the oVirt umbrella.
In general Node will behave more like a firmware than a general purpose
operating system.This guide is intended for developers, it describes the design and
implementation of Node, to learn how to use and contribute to Node.Node tries to meet a couple of goals:
+ **Stability** is a main goal. We want a reliable hypervisor.
+ **Ease of use** because it provides everything needed and is easy to administrate
+ **Upgrades & Rollback** to rollback if an upgrade fails or leads to an unstable environment
+ **Online & Offline Customization** for installing debugging packages and extending the base image
+ **Testable** to support the goal of being stableNode is not aiming for the following goals:
+ General purpose operating system
+ Flexible
+ Package based
+ Minimal (tho we try to have an eye on bloat)To read about Node's future or speak to other Node users you can check the
[wiki pages](http://www.ovirt.org/Node) and join our
[IRC channel](irc://irc.oftc.net/#ovirt).