Travis Truman 63020c841a [DOCS] Cleanup the role docs for consistency and clarity
Removed duplication and wrapped lines in the Contributing guide.

Change-Id: I842367ba02241da717404cacb36c9cfbb5582474
2016-03-05 15:44:51 -05:00
2015-05-08 13:22:42 -05:00

OpenStack-Ansible Heat

tags

openstack, heat, cloud, ansible

category

*nix

Ansible role to install OpenStack Heat.

This role will install:
  • 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
Description
Role os_heat for OpenStack-Ansible
Readme 4.7 MiB
Languages
Python 49.4%
Jinja 31.3%
Shell 19.3%