Automated way to build a bootable linux image for use by the Manila generic driver.
Go to file
Igor Malinovskiy da3139c28c Update README
Update installation section.
2015-06-15 17:33:53 +03:00
bin Fix validation in manila-image-create 2015-06-10 15:18:49 +03:00
doc/source Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
elements Install cifs-utils with manila-cifs element 2015-06-05 13:58:23 +03:00
tools Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
.gitignore Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
.gitreview Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
CONTRIBUTING.rst Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
HACKING.rst Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
LICENSE Initial commit 2015-06-02 10:42:23 +03:00
MANIFEST.in Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
README.rst Update README 2015-06-15 17:33:53 +03:00
requirements.txt Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
setup.cfg Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
setup.py Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
test-requirements.txt Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
tox.ini Add buildimage tox env 2015-06-03 17:05:38 +03:00

README.rst

Manila image elements project

This repo is a place for Manila-related for diskimage-builder elements.

Build instructions

Script for creating Ubuntu based image with our elements and default parameters. You should only need to run this command:

tox -e buildimage

Note: Make sure you have qemu-img (qemu-utils package on Ubuntu/Debian, qemu on Fedora/RHEL/openSUSE) and kpartx installed.