126b5fea68
This change installs the extraroute contrib plugin for heat. It also adds the plugin_dirs option to heat.conf, which defines the locations where Heat plugins can be installed. Change-Id: I940ed1c387ad5eaee5bcc80437f18dc742c662ec Partial-Bug: #1420346 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
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
galera_address: "{{ internal_lb_vip_address }}"
keystone_admin_user_name: admin
keystone_admin_tenant_name: admin