fix for 'Length limitation added for vip name in network roles'

Change-Id: Ic8b87f45fc22f44f7abe8926b060cd2914973917
This commit is contained in:
Maciej Relewicz 2015-09-02 15:06:09 +02:00
parent 51a57f90d9
commit e6c59ada72
1 changed files with 4 additions and 4 deletions

View File

@ -61,11 +61,11 @@ To test if everything is configured properly, follow these steps:
If you dont know the address, run the following command on any node::
[root@node-46 ~]# grep -A2 ^zabbix_vip_management /etc/astute.yaml
[root@node-46 ~]# grep -A2 ^zbx_vip_mgmt /etc/astute.yaml
You should get the required VIP in the output::
zabbix_vip_management:
zbx_vip_mgmt:
network_role: zabbix
ipaddr: 192.168.0.1
@ -115,11 +115,11 @@ parameters on your hardware:
If you dont know the address, run the following command on any node::
[root@node-46 ~]# grep -A2 ^zabbix_vip_management /etc/astute.yaml
[root@node-46 ~]# grep -A2 ^zbx_vip_mgmt /etc/astute.yaml
You should get the required VIP in the output::
zabbix_vip_management:
zbx_vip_mgmt:
network_role: zabbix
ipaddr: 192.168.0.1