RETIRED, Fuel DevOps tools for managing virtual environments
Go to file
Dmitry Borodaenko c1549f8271 Relax factory-boy requirement to >= 2.4.1
We don't need to specify exact version (2.5.2). Furthermore, we don't
even need factory-boy 2.5.x, the APIs used in factories.py can be
satisfied by factory-boy 2.4.1 that is available as a deb package in
Debian jessie and Ubuntu vivid.

Change-Id: I1e82ef3fc5b344d58497a4d4c396e4bc866e310c
2015-10-01 19:19:23 +00:00
bin Add creation date column to snapshot list 2015-06-17 10:31:50 +00:00
devops Enable show bootmenu in special cases. 2015-10-01 14:37:48 +03:00
docs Bump version to 2.9.11 2015-07-23 19:05:34 +03:00
samples DevOps framework refactoring 2015-02-05 15:44:33 +02:00
.gitignore Update .gitignore 2015-06-08 07:47:15 +00:00
.gitreview .gitreview added 2013-12-12 07:06:10 +04:00
LICENSE LICENCE added 2014-06-05 00:40:36 +04:00
README.md Fixed link to documentation in 'README.md' 2015-06-16 10:47:15 +03:00
run_tests.sh Cleanup in running pep8 tests 2015-06-08 07:57:13 +00:00
setup.py Bump version to 2.9.11 2015-07-23 19:05:34 +03:00
test-requirements.txt Relax factory-boy requirement to >= 2.4.1 2015-10-01 19:19:23 +00:00
tox.ini Improved testing of Volume XML building 2015-06-17 12:43:16 +02:00

README.md

fuel-devops

Fuel-Devops is a sublayer between application and target environment(all of supported by libvirt currently).

This application is used for testing purposes like grouping virtual machines to environments, booting KVM VM's locally from the ISO image and over the network via PXE, creating, snapshotting and resuming back the whole environment in single action, create virtual machines with multiple NICs, multiple hard drives and many other customizations with a few lines of code in system tests.

Documentation

All documentation can be found here: https://docs.fuel-infra.org/fuel-dev/devops.html