https://github.com/toabctl/manila-images
Build images for Manila's generic driver
https://github.com/toabctl/manila-images
Last synced: 12 months ago
JSON representation
Build images for Manila's generic driver
- Host: GitHub
- URL: https://github.com/toabctl/manila-images
- Owner: toabctl
- Created: 2015-04-17T16:10:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T13:45:31.000Z (about 11 years ago)
- Last Synced: 2025-01-21T18:12:43.474Z (over 1 year ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=============
Manila Images
=============
`Manila Images` is a small project to produce images which can be used
as base image for Manilas `generic driver`. The generic driver uses Nova
to spawn an instance and configures that instance to export shares.
Getting Started
---------------
If you'd like to run from the master branch, you can clone the git repo::
git clone https://github.com/toabctl/manila-images.git
To create a Ubuntu 14.04 image which is used for testing and gating, do::
sudo tox -e ubuntu-1404
This creates a new image in the `images` directory. The images is created via
`diskimage-builder `_.
More Information about Manila
-----------------------------
You have come across an OpenStack shared file system service. It has
identified itself as "Manila." More information can be found at:
* Wiki: https://wiki.openstack.org/Manila
* Developer docs: http://docs.openstack.org/developer/manila