RETIRED, Disk image elements for deployment images of OpenStack
Go to file
Derek Higgins b599c280e7 Pass exception into string formatting
Fixing a small typo in a error message

Change-Id: Ia3fcab0f470166108cc24589f0040e14727710df
2013-07-03 15:14:50 +01:00
docs Remove diskimage-builder core contents. 2013-04-06 21:35:05 +13:00
elements Pass exception into string formatting 2013-07-03 15:14:50 +01: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 Document the requirement for heat-cfntools. 2013-05-24 10:54:48 +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 heat-cfntools -a i386 -o bootstrap

Common element combinations

Always include heat-cfntools in images that you intend to boot via heat : if that is not done, then the user ssh keys are not reliably pulled down from the metadata server due to interactions with cloud-init.

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.