Updates docs for SR1 with final revision
[genesis.git] / fuel / build / README
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 This purpose of this framework is to:
12
13 1)      Build fuel baseline from upstream OpenStack Fuel repos (builds in a docker container to isolate dependencies from host
14         and full re-producability)
15 2)      Apply arbitrary changes to the fuel baseline, consistent and non volatile:
16         - Add arbitrary packages with puppet modules for install and config. to be applied on controllers as well as computes.
17         - Change any stack-, or other pack config. using puppet
18         - Apply patches to the baseline.
19         - Etc.
20 3)      Re factor/rebuild the .iso image for deployment (also builds in a container, for the same reason as mentioned above)
21
22 For detailed instructions on how to add content, configuration, build and deply - please see: DOC/