RETIRED, Disk image elements for deployment images of OpenStack
Go to file
Lucas Alvares Gomes bf3b59b71c rc-local and rabbitmq-server ordering.
This patch will configure the startup ordering dependency between the
rc-local.service and rabbitmq-server.service. If not configured systemd
will start both services simultaneously and it might cause the first boot
execution to fail because rabbitmq-server wasn't up and running when the
scripts are running. Before I8985d8020f94c257d426065cf914213b35ec959f
this problem wasn't apparent because rabbitmq was manually restarted at
the beginning of the first-boot.d/98-boot-stack script.

Change-Id: Id86b43036f448262f241c04369191dfa253a6aeb
2013-06-28 10:57:39 +01:00
docs Remove diskimage-builder core contents. 2013-04-06 21:35:05 +13:00
elements rc-local and rabbitmq-server ordering. 2013-06-28 10:57:39 +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.