fuel-library/deployment/puppet/osnailyfacter/modular/cluster-vrouter/cluster-vrouter.pp
Oleksiy Molchanov b036eea91b Add other_networks to vrouter ns
- Remove host interface creation from ns_ntp ocf
- Create new crm resource vrouter that handles other_networks
- Update direct_networks.rb to parse custom routes

Change-Id: Iea26e1755e7e6d6310ad7cdb77ef1b21d850ff36
Closes-Bug: 1436868
2015-04-24 10:11:33 +00:00

9 lines
244 B
Puppet

notice('MODULAR: cluster-vrouter.pp')
$network_scheme = hiera('network_scheme', {})
class { 'cluster::vrouter_ocf':
primary_controller => hiera('primary_controller'),
other_networks => direct_networks($network_scheme['endpoints']),
}