Juju Charm - Heat
Go to file
Liang Chen 1bdc87f495 Provide heat charm HA support
[cbjchen,r=]
2016-02-19 19:22:51 +08:00
actions Ensure os client installed before running action 2016-02-10 14:13:19 +00:00
hooks Provide heat charm HA support 2016-02-19 19:22:51 +08:00
templates Readd v2.0 for auth_uri 2016-02-10 14:35:49 +00:00
tests Provide heat charm HA support 2016-02-19 19:22:51 +08:00
unit_tests Provide heat charm HA support 2016-02-19 19:22:51 +08:00
.bzrignore Add tox support 2015-11-02 11:18:46 +00:00
.coveragerc added tests 2013-11-27 13:06:15 +01:00
.testr.conf Add tox support 2015-11-02 11:18:46 +00:00
Makefile Move 00-setup to prevent extra, unnecessary bootstrap in test runs. 2016-01-08 21:44:54 +00:00
README.md Make some notes 2016-02-10 14:38:58 +00:00
TODO first version 2013-11-19 13:14:57 +01:00
actions.yaml Make some notes 2016-02-10 14:38:58 +00:00
charm-helpers-hooks.yaml [gnuoy,trivial] Pre-release charmhelper sync to pickup cli module 2015-07-31 14:11:47 +01:00
charm-helpers-tests.yaml flip charm-helpers-tests branch 2015-06-09 17:23:37 +00:00
config.yaml Provide heat charm HA support 2016-02-19 19:22:51 +08:00
copyright first version 2013-11-19 13:14:57 +01:00
icon.svg [trivial] Add icon 2014-01-13 10:53:10 +00:00
metadata.yaml Provide heat charm HA support 2016-02-19 19:22:51 +08:00
requirements.txt Add tox support 2015-11-02 11:18:46 +00:00
revision added syslog functionality 2014-02-03 14:05:03 +01:00
test-requirements.txt Add tox support 2015-11-02 11:18:46 +00:00
tox.ini Tidy tox targets 2016-02-16 07:03:28 +00:00

README.md

Overview

Heat is the main project in the OpenStack Orchestration program. It implements an orchestration engine to launch multiple composite cloud applications based on templates in the form of text files that can be treated like code.

This charm deploys the Heat infrastructure.

Usage

Heat requires the existence of the other core OpenStack services deployed via Juju charms, specifically: mysql, rabbitmq-server, keystone and nova-cloud-controller. The following assumes these services have already been deployed.

After deployment of the cloud, the domain-setup action must be run to configure required domains, roles and users in the cloud for Heat stacks:

juju action do heat/0 domain-setup

This is only required for >= OpenStack Kilo.

Contact Information

Author: Yolanda Robla yolanda.robla@canonical.com Report bugs at: http://bugs.launchpad.net/charms/+source/heat/+filebug Location: http://jujucharms.com/charms/heat