fuel-library/deployment/puppet/cluster/tests/vip1.pp
Longgeek 6542cd2fa7 The modified puppet codeing style
Add the Rakefile file:
 * add dependency rubygems
 * disable 80 char line limit
 * disable class parameter defaults
The remaining work is in the correction puppet code specifications

Change-Id: I0e6f9bffd717ffe627f299852893573947b3f98a
Closes-Bug: #1338559
2014-10-17 18:43:20 +08:00

9 lines
110 B
Puppet

include cluster
cluster::virtual_ip { 'xxx':
vip => {
nic => 'eth0',
ip => '10.1.1.253'
}
}