openstack-ansible/playbooks/roles/os_heat
Miguel Grinberg 126b5fea68 Add extraroute contrib plugin
This change installs the extraroute contrib plugin for heat. It also
adds the plugin_dirs option to heat.conf, which defines
the locations where Heat plugins can be installed.

Change-Id: I940ed1c387ad5eaee5bcc80437f18dc742c662ec
Partial-Bug: #1420346
2015-02-27 17:56:58 -08:00
..
defaults Add extraroute contrib plugin 2015-02-27 17:56:58 -08:00
files Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
tasks Add extraroute contrib plugin 2015-02-27 17:56:58 -08:00
templates Add extraroute contrib plugin 2015-02-27 17:56:58 -08:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

README.rst

OpenStack heat

tags

openstack, heat, cloud, ansible

category

*nix

Role to install heat api, cfn, cloudwatch, and engine.

This role will install the following:
  • heat-api
  • heat-api-cfn
  • heat-api-cloudwatch
  • heat-engine
- name: Install heat server
  hosts: heat_all
  user: root
  roles:
    - { role: "os_heat", tags: [ "os-heat" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    galera_address: "{{ internal_lb_vip_address }}"
    keystone_admin_user_name: admin
    keystone_admin_tenant_name: admin