Automated way to build a bootable linux image for use by the Manila generic driver.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
caoyuan 782ba82156
Replace git.openstack.org URLs with opendev.org URLs
4 years ago
bin Merge "Update service image from Xenial to Bionic" 4 years ago
data/docker Removes LXC/LXD support on manila-image-elements 6 years ago
doc/source doc migration: new directory layout 6 years ago
elements Set .ssh permissions correctly 4 years ago
playbooks Ensure artifacts directory exists 4 years ago
tools Clean up image build script. 4 years ago
.gitignore Add more files to .gitignore 7 years ago
.gitreview OpenDev Migration Patch 4 years ago
.zuul.yaml Add native Zuul v3 manila image elements jobs 4 years ago
CONTRIBUTING.rst Fix launchpad url in CONTRIBUTING.rst file 7 years ago
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
LICENSE Initial commit 8 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
bindep.txt Move other-requirements.txt to bindep.txt 7 years ago
lower-constraints.txt add lower-constraints job 5 years ago
requirements.txt Updated from global requirements 6 years ago
setup.cfg Replace git.openstack.org URLs with opendev.org URLs 4 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Updated from global requirements 5 years ago
tox.ini Replace git.openstack.org URLs with opendev.org URLs 4 years ago

README.rst

Team and repository tags

image

Manila Image Elements Project

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

Build instructions

Before building the image, make sure all system dependencies listed in bindep.txt file, are installed.

Default generic using tox

Script for creating Ubuntu based image with our elements and default parameters.

You should only need to run this command:

tox -e buildimage

On completion, an Ubuntu minimal image with NFS+CIFS will be available for use.

Non-default image using tox

A finer-grained image creation control can be obtained by specifying extra parameters. Precisely, the syntax is as follows:

tox -e buildimage -- -s nfs

Where <share-protocol> can be nfs, cifs, zfs or nfs-ganesha.

For example, running:

tox -e buildimage -- -s cifs

Will generate an Ubuntu based image with CIFS.