Automated way to build a bootable linux image for use by the Manila generic driver.
5ddd59814a
Support of ubuntu-core was dropped and now it is impossible to continue using it. Therefore, start using ubuntu-minimal OS element for building image. Also, add 'other-requirements.txt' file with list of required system packages to be installed prior to buidling image. Change-Id: Ief7059b9e6cc2aad03c81225663f5313a8d2f5f2 Closes-Bug: #1586351 |
||
---|---|---|
bin | ||
data/lxd/meta | ||
doc/source | ||
elements | ||
tools | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Manila image elements project
This repo is a place for Manila-related diskimage-builder elements.
- Free software: Apache license
- Source: http://git.openstack.org/cgit/manila-image-elements
- Bugs: http://bugs.launchpad.net/manila-image-elements
- Built Images: http://tarballs.openstack.org/manila-image-elements/images
Build instructions
Script for creating Ubuntu based image with our elements and default parameters.
Before building image make sure all system dependencies, listed in other-requirements.txt file, are installed. After it, you should only need to run this command:
tox -e buildimage