The various os_* roles implement the notification driver in the config files in a number of different ways. This commit standardises the implementation. Some of the decisions that were made here (remove the variables for the driver altogether, do not configure notifications at all if not ceilometer) are based on an irc discussion and the outcomes. The following variables have been removed: - glance_ceilometer_notification_driver - glance_notification_driver - neutron_notification_driver If these items need to be set differently, the config_override facility may be used. UpgradeImpact Bug: #1522506 Change-Id: I1ac7648a545c35f8f77d79f9cb0d9021bdb9e653
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