Andreas Jaeger 855f132414 Import legacy job
Import legacy job legacy-manila-test-image-build and rename it according
to Zuul v3 naming conventions.

Change-Id: I9bb1dd0acb8a55d658330ea4be95bcc65691f76d
2018-09-09 17:52:04 +02:00
2017-10-26 18:13:15 +00:00
2017-01-27 13:57:19 -05:00
2018-09-09 17:52:04 +02:00
2016-10-19 11:36:17 -04:00
2017-01-27 15:02:06 -05:00
2017-01-27 15:02:06 -05:00
2017-10-27 13:39:23 -04:00
2017-01-29 23:56:20 +00:00

This project contains scripts and configs to create a small bootable
Linux image, primarily for the purposes of testing Manila.

It uses buildroot to do nearly all of the hard work.

The built Linux image is optimized for size, and targets the i386
platform under QEMU.

The following extra features are enabled:
* SSH server
* NFSv3/4 server
* NFSv3/4 client
* Samba4 Server
* CIFS client

== Dependencies needed ==

On Ubuntu:

 # To build
 sudo apt-get -y install curl unzip bc python quilt parted qemu-utils \
     build-essential gcc-multilib
 # For test/dev
 sudo apt-get -y install bison flex texinfo gettext ncurses-dev sshpass \
     qt-sdk qemu-kvm genisoimage

On Fedora:

 # To build
 sudo dnf -y install curl unzip bc python quilt parted qemu-img gcc-c++ \
     make glibc-devel.i686
 # For test/dev
 sudo dnf -y install bison flex texinfo gettext ncurses-devel sshpass \
     qt-devel qemu-kvm genisoimage

== Building the images ==

To build both images run:

 ./run-buildroot.sh

== Cleaning up ==

To nuke everything and start over:

 rm -rf buildroot output* overlay*
 sudo rm *.qcow2

== Detailed Docs ==

More detailed docs are available:

* doc/building.txt - individual build steps
* doc/configuring.txt - how to change the config
* doc/testing.txt - how to test the images
Description
Images for testing Manila (infrastructure project)
Readme 366 KiB
Languages
Shell 93%
Python 7%