You Wei Wang a5f82933ab Trivial: Remove vim header from source files
Change-Id: I68a7d910d45ef5bbbc8b59d9bc363fa68c6a8663
2016-01-14 10:52:17 +00:00
..
2015-05-08 13:22:42 -05: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