OpenStack Orchestration (Heat) Templates
50c18db21e
This script creates the necessary files under /var/run/heat-config so that the next time configure.d/55-heat-config is executed via os-refresh-config, no deployments that were already known are rerun. This is a workaround for https://bugs.launchpad.net/heat-templates/+bug/1513220 in scenarios where /var/run/heat-config has already been lost due to a scenario such as a system reboot. This script is a manual workaround, and should only be executed on instances where it's known that the deployments do not need to be reapplied. Change-Id: I3ac4e280a39acb893a8ecc94712eb6265a1236d2 Partial-Bug: #1513220 |
||
---|---|---|
cfn | ||
contrib/rackspace | ||
hot | ||
jeos | ||
openshift-origin | ||
tests | ||
tools | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Heat Templates
Heat is a service to orchestrate multiple composite cloud applications using templates
This repository provides:
- Example templates which demonstrate core Heat functionality
- Related image-building templates
- Template-related scripts and conversion tools