You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 years ago | |
---|---|---|
docker | 7 years ago | |
environments | 7 years ago | |
extraconfig | 7 years ago | |
firstboot | 7 years ago | |
network | 7 years ago | |
puppet | 7 years ago | |
tools | 7 years ago | |
validation-scripts | 7 years ago | |
.gitignore | 7 years ago | |
.gitreview | 10 years ago | |
Gemfile | 7 years ago | |
LICENSE | 9 years ago | |
MANIFEST.in | 9 years ago | |
README.rst | 7 years ago | |
Rakefile | 7 years ago | |
all-nodes-validation.yaml | 8 years ago | |
babel.cfg | 9 years ago | |
bootstrap-config.yaml | 8 years ago | |
capabilities-map.yaml | 7 years ago | |
net-config-bond.yaml | 7 years ago | |
net-config-bridge.yaml | 7 years ago | |
net-config-linux-bridge.yaml | 7 years ago | |
net-config-noop.yaml | 7 years ago | |
net-config-static-bridge.yaml | 7 years ago | |
overcloud-resource-registry-puppet.yaml | 7 years ago | |
overcloud-without-mergepy.yaml | 7 years ago | |
overcloud.yaml | 7 years ago | |
requirements.txt | 9 years ago | |
setup.cfg | 7 years ago | |
setup.py | 9 years ago | |
test-requirements.txt | 9 years ago | |
tox.ini | 7 years ago |
README.rst
tripleo-heat-templates
Heat templates to deploy OpenStack using OpenStack.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/tripleo-docs
- Source: http://git.openstack.org/cgit/openstack/tripleo-heat-templates
- Bugs: http://bugs.launchpad.net/tripleo
Features
The ability to deploy a multi-node, role based OpenStack deployment using OpenStack Heat. Notable features include:
- Choice of deployment/configuration tooling: puppet, (soon) docker
- Role based deployment: roles for the controller, compute, ceph, swift, and cinder storage
- physical network configuration: support for isolated networks, bonding, and standard ctlplane networking
Directories
A description of the directory layout in TripleO Heat Templates.
- environments: contains heat environment files that can be used with -e
on the command like to enable features, etc.
- extraconfig: templates used to enable 'extra' functionality. Includes
functionality for distro specific registration and upgrades.
- firstboot: example first_boot scripts that can be used when initially
creating instances.
- network: heat templates to help create isolated networks and ports
- puppet: templates mostly driven by configuration with puppet. To use these
templates you can use the overcloud-resource-registry-puppet.yaml.
- validation-scripts: validation scripts useful to all deployment
configurations