RETIRED, Disk image elements for deployment images of OpenStack
Go to file
Clint Byrum 6904cda42e Add libz-dev to os-svc-install to fix raring.
Before Ubuntu 13.04 libz-dev was pulled in as a dependency of the other
libraries mentioned here, but 13.04 changed the graph. Lxml and possibly
other modules link against libz during the pip install phase.

Change-Id: I201f7dd2fc40d36e5e0b193d51cfee200f946d17
2013-05-07 08:32:11 -07:00
docs Remove diskimage-builder core contents. 2013-04-06 21:35:05 +13:00
elements Add libz-dev to os-svc-install to fix raring. 2013-05-07 08:32:11 -07:00
tools Make it possible for openstack-CI to run tests 2013-02-04 22:26:17 -08:00
.gitignore Move initial root contents into a hook. 2013-02-11 17:01:36 +13:00
.gitreview Fix .gitreview file. 2013-04-05 10:57:57 +13:00
.testr.conf Add a .testr.conf configuration and ignore .testrepository. 2012-12-14 20:17:39 +13:00
LICENSE Fix copyrights for HP work. 2012-11-15 16:20:32 +13:00
MANIFEST.in Remove diskimage-builder core contents. 2013-04-06 21:35:05 +13:00
README.md Simplify recommended use of ELEMENTS_PATH. 2013-04-09 10:11:00 +12:00
babel.cfg Make it possible for openstack-CI to run tests 2013-02-04 22:26:17 -08:00
setup.cfg Make it possible for openstack-CI to run tests 2013-02-04 22:26:17 -08:00
setup.py Remove diskimage-builder core contents. 2013-04-06 21:35:05 +13:00
tox.ini Remove diskimage-builder core contents. 2013-04-06 21:35:05 +13:00

README.md

Image building rules for Openstack images

These elements are used to build disk images for deploying Openstack via Heat. They are built as part of the TripleO (https://github.com/tripleo/incubator) umbrella project.

Instructions

Checkout this source tree and also the diskimage builder (https://github.com/stackforge/diskimage-builder), export an ELEMENTS_PATH to add elements from this tree, and build any disk images you need.

git clone https://github.com/stackforge/diskimage-builder.git
git clone https://github.com/stackforge/tripleo-image-elements.git
export ELEMENTS_PATH=tripleo-image-elements/elements
diskimage-builder/bin/disk-image-create -u base vm bootstrap local-config stackuser -a i386 -o bootstrap

Common element combinations

To be written.

Copyright

Copyright 2012,2013 Hewlett-Packard Development Company, L.P. Copyright (c) 2012 NTT DOCOMO, INC.

All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.