openstack-ansible/playbooks/roles/os_heat
Jenkins 235649dc78 Merge "Compartmentalizing RabbitMQ" 2015-09-12 23:24:07 +00:00
..
defaults Merge "Compartmentalizing RabbitMQ" 2015-09-12 23:24:07 +00:00
files Replaced the copy_update module 2015-09-10 17:14:03 +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 Merge "Compartmentalizing RabbitMQ" 2015-09-12 23:24:07 +00:00
templates Merge "Compartmentalizing RabbitMQ" 2015-09-12 23:24:07 +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 Configure DB addresses for each service 2015-06-10 02:07:38 +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
    heat_galera_address: "{{ internal_lb_vip_address }}"
    keystone_admin_user_name: admin
    keystone_admin_tenant_name: admin