openstack-ansible-os_heat/README.rst

1.8 KiB

OpenStack-Ansible Heat

Ansible role to install OpenStack Heat.

This role will install:
  • heat-api
  • heat-api-cfn
  • heat-api-cloudwatch
  • heat-engine

../../defaults/main.yml

Required Variables

To use this role, define the following variables:

Example Playbook

- 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

Tags

This role supports two tags: heat-install and heat-config

The heat-install tag can be used to install and upgrade.

The heat-config tag can be used to manage configuration.