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

Change-Id: Ifb5e15c8abeb6d05f0e89f879632aa061cb79640
This commit is contained in:
Maciej Relewicz 2015-09-02 15:07:11 +02:00
parent 6ebf473f2f
commit 858d9b93d0
1 changed files with 4 additions and 4 deletions

View File

@ -62,11 +62,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
@ -117,11 +117,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