Merge "Autodeployer support for ODL Plugin installation + Fuel 6.1"
[genesis.git] / fuel / build / f_l23network / testing / fake_init.pp
1 $fuel_settings = parseyaml($astute_settings_yaml)
2
3 if $::fuel_settings['nodes'] {
4   $nodes_hash = $::fuel_settings['nodes']
5   $extras_hash = $::fuel_settings['opnfv']['hosts']
6
7   class {'l23network::hosts_file':
8     nodes  => $nodes_hash,
9     extras => $extras_hash
10   }
11
12   include l23network::hosts_file
13 }