Adapt VIPs to new site.pp params name

`site.pp` has changed and some params name with it.
It's the case for $openstack_vip and $mysql_vip that became $vip_public_ip

close #63
This commit is contained in:
Yanis Guenane 2014-01-27 10:12:35 -05:00
parent 35d25059aa
commit 648da8a8c5

View File

@ -35,7 +35,7 @@ class cloud::loadbalancer(
$keepalived_state = 'BACKUP',
$keepalived_priority = 50,
$keepalived_interface = $os_params::keepalived_interface,
$keepalived_ipvs = [$os_params::openstack_vip,$os_params::mysql_vip],
$keepalived_ipvs = $os_params::vip_public_ip,
$keepalived_localhost_ip = $os_params::keepalived_localhost_ip,
$ks_cinder_public_port = $os_params::ks_cinder_public_port,
$ks_ceilometer_public_port = $os_params::ks_ceilometer_public_port,