Upgrades: quiet yum update
[apex-tripleo-heat-templates.git] / README.rst
1 ======================
2 tripleo-heat-templates
3 ======================
4
5 Heat templates to deploy OpenStack using OpenStack.
6
7 * Free software: Apache license
8 * Documentation: http://docs.openstack.org/developer/tripleo-docs
9 * Source: http://git.openstack.org/cgit/openstack/tripleo-heat-templates
10 * Bugs: http://bugs.launchpad.net/tripleo
11
12 Features
13 --------
14
15 The ability to deploy a multi-node, role based OpenStack deployment using
16 OpenStack Heat. Notable features include:
17
18  * Choice of deployment/configuration tooling: puppet, (soon) docker
19
20  * Role based deployment: roles for the controller, compute, ceph, swift,
21    and cinder storage
22
23  * physical network configuration: support for isolated networks, bonding,
24    and standard ctlplane networking
25
26 Directories
27 -----------
28
29 A description of the directory layout in TripleO Heat Templates.
30
31  * environments: contains heat environment files that can be used with -e
32                  on the command like to enable features, etc.
33
34  * extraconfig: templates used to enable 'extra' functionality. Includes
35                 functionality for distro specific registration and upgrades.
36
37  * firstboot: example first_boot scripts that can be used when initially
38               creating instances.
39
40  * network: heat templates to help create isolated networks and ports
41
42  * puppet: templates mostly driven by configuration with puppet. To use these
43            templates you can use the overcloud-resource-registry-puppet.yaml.
44
45  * validation-scripts: validation scripts useful to all deployment
46                        configurations