AzherKhan a571b99bca Invalid reference of glance
The CONTRIBUTING.rst for os_heat incorrectly
references to glance instead of heat.

Change-Id: I4e9ae8e98ecfc2e0428319bbd9446b18792d4b25
2015-10-30 16:02:14 +05:30
..
2015-05-08 13:22:42 -05:00
2015-10-23 15:04:41 +00:00
2015-10-30 16:02:14 +05:30

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
    heat_galera_address: "{{ internal_lb_vip_address }}"
    keystone_admin_user_name: admin
    keystone_admin_tenant_name: admin