Heat templates for deploying OpenStack
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Jenkins 419557eb25 Merge "Move snmp settings into composable services" 7 years ago
deployed-server Make deployed-server OS::Neutron::Port optional 7 years ago
docker Update heat-agents setup files 7 years ago
environments Availability monitoring agents support 7 years ago
extraconfig Merge "Upgrade ceph-osd" 7 years ago
firstboot Add example of creating per-node os-net-config mappings 7 years ago
network Merge "Fix Ironic service bind IPs" 7 years ago
puppet Merge "Move snmp settings into composable services" 7 years ago
tools Skip warning for required parameters 7 years ago
validation-scripts Change ping wait flag 7 years ago
.gitignore Rename overcloud-without-mergepy to overcloud. 8 years ago
.gitreview Update stackforge references to openstack 10 years ago
Gemfile Revert "Pin puppetlabs_spec_helper to 1.1.1" 7 years ago
LICENSE Add license file 10 years ago
MANIFEST.in Add release configuration. 10 years ago
README.rst Drop os-apply-config. No longer maintained. 8 years ago
Rakefile Make puppet manifests compliant with Puppet 4.x 8 years ago
all-nodes-validation.yaml network validation to ping test each interface 8 years ago
babel.cfg Add release configuration. 10 years ago
bootstrap-config.yaml Remove NO_SIGNAL from ControllerBootstrapNodeDeployment 8 years ago
capabilities-map.yaml Availability monitoring agents support 7 years ago
default_passwords.yaml Move MySQL settings out of puppet/controller.yaml 7 years ago
net-config-bond.yaml Add BondInterfaceOvsOptions parameter to net-config-bond.yaml 7 years ago
net-config-bridge.yaml Add Management Network For System Administration. 8 years ago
net-config-linux-bridge.yaml Adding ManagementIpSubnet to linux bridge net conf 8 years ago
net-config-noop.yaml Add Management Network For System Administration. 8 years ago
net-config-static-bridge-with-external-dhcp.yaml Use already Deployed/Installed servers 7 years ago
net-config-static-bridge.yaml Add missing ManagementIpSubnet 7 years ago
net-config-static.yaml Add net-config-static.yaml 7 years ago
overcloud-resource-registry-puppet.yaml Availability monitoring agents support 7 years ago
overcloud-without-mergepy.yaml Availability monitoring agents support 7 years ago
overcloud.yaml Availability monitoring agents support 7 years ago
requirements.txt Add release configuration. 10 years ago
setup.cfg Drop deprecated templates/Makefile/merge.py 8 years ago
setup.py Add release configuration. 10 years ago
test-requirements.txt Add release configuration. 10 years ago
tox.ini Rename tox env to pep8 7 years ago

README.rst

tripleo-heat-templates

Heat templates to deploy OpenStack using OpenStack.

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