Role os_heat for OpenStack-Ansible
Go to file
Miguel Grinberg 8eab81a203 Do not install the extraroute plugin for heat
The extraroute plugin has been incorporated into the heat project,
it is not installed separately anymore.

Change-Id: Ieea909fbdc4dd5f72b52e8ace257e59173cf2eee
2015-06-01 11:12:29 -07:00
defaults Do not install the extraroute plugin for heat 2015-06-01 11:12:29 -07:00
files Heat config changes for kilo 2015-04-03 18:03:10 +00:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Add handler flushing to roles that need it 2015-05-26 18:13:55 +01:00
templates Revert heat's keystone_authtoken configuration 2015-04-20 17:01:13 +00: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

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