2014-02-12 08:20:37 +00:00
|
|
|
Image building tools for OpenStack
|
2012-11-09 11:04:13 +00:00
|
|
|
==================================
|
|
|
|
|
2013-07-23 03:18:05 +00:00
|
|
|
These tools are the components of TripleO
|
2013-09-18 13:17:10 +00:00
|
|
|
(https://wiki.openstack.org/wiki/TripleO) that are responsible for
|
2013-07-23 03:18:05 +00:00
|
|
|
building disk images.
|
2013-04-05 02:27:18 +00:00
|
|
|
|
|
|
|
This repository has the core functionality for building disk images, file
|
|
|
|
system images and ramdisk images for use with OpenStack (both virtual and bare
|
|
|
|
metal). The core functionality includes the various operating system specific
|
|
|
|
modules for disk/filesystem images, and deployment and hardware inventory
|
|
|
|
ramdisks.
|
|
|
|
|
|
|
|
The TripleO project also develops elements that can be used to deploy
|
|
|
|
OpenStack itself. These live in the TripleO elements repository
|
2013-09-18 13:17:10 +00:00
|
|
|
(https://git.openstack.org/cgit/openstack/tripleo-image-elements).
|
2012-11-09 11:04:13 +00:00
|
|
|
|
2015-06-18 09:24:13 +00:00
|
|
|
Online documentation:
|
2012-11-09 11:04:13 +00:00
|
|
|
|
2015-06-18 09:24:13 +00:00
|
|
|
* http://docs.openstack.org/developer/diskimage-builder/
|
2012-11-09 11:04:13 +00:00
|
|
|
|
2012-11-15 03:20:32 +00:00
|
|
|
Copyright
|
|
|
|
=========
|
|
|
|
|
|
|
|
Copyright 2012 Hewlett-Packard Development Company, L.P.
|
2014-10-09 09:54:19 +00:00
|
|
|
Copyright (c) 2012 NTT DOCOMO, INC.
|
2012-11-15 03:20:32 +00:00
|
|
|
|
|
|
|
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.
|