This is a first working version of the installer, there is a lot more to be added, for example a lot more can be paramatarized
10 lines
192 B
Puppet
10 lines
192 B
Puppet
|
|
class {"nova::network":
|
|
enabled => true,
|
|
private_interface => 'eth0',
|
|
public_interface => 'eth0',
|
|
fixed_range => '192.168.11.0/24',
|
|
floating_range => '192.168.13.0/24'
|
|
}
|
|
|