Fixed variable in example playbook
Fixed variable from glance_galera_address inside example playbook. Also modified comment for masakari_monitor_corosync_multicast_interface Change-Id: I8ca88549abedea124522a2290d678bbe65f818a9
This commit is contained in:
parent
eeb44e757e
commit
40b8f02d61
@ -184,5 +184,5 @@ masakari_oslomsg_amqp1_enabled: "{{ masakari_oslomsg_rpc_transport == 'amqp' }}"
|
||||
masakari_optional_oslomsg_amqp1_pip_packages:
|
||||
- oslo.messaging[amqp1]
|
||||
|
||||
# The multicase interface for corocync to use for masakari hostmonitor
|
||||
# The multicast interface used by corocync for masakari hostmonitor
|
||||
masakari_monitor_corosync_multicast_interface: "br-mgmt"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Install masakari server
|
||||
- name: Install masakari
|
||||
hosts: masakari_all
|
||||
user: root
|
||||
roles:
|
||||
@ -7,5 +7,5 @@
|
||||
vars:
|
||||
external_lb_vip_address: 10.232.48.205
|
||||
internal_lb_vip_address: 172.29.236.100
|
||||
glance_galera_address: "{{ internal_lb_vip_address }}"
|
||||
masakari_galera_address: "{{ internal_lb_vip_address }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user