8878e8c44d
In order to make it easier to differentiate between the lists of python packages, distribution packages, downloaded packages, package pins and other similar variables the variable names are being changed to ensure that they have a more explicit suffix that defines the purpose and makes the naming more consistent. This is to facilitate a lookup plugin which will be able to look up all the package lists and present them as a consolidated piece of data which may be used for artifact preparation. Change-Id: Iae52d01acd33f6caa91a526f6c19c2ac19161702
12 lines
336 B
YAML
12 lines
336 B
YAML
- 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
|