Version information
released Jan 19th 2014
Start using this module
Add this module to your Puppetfile:
mod 'mellanox-netdev_ospf_stdlib', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
mellanox/netdev_ospf_stdlib — version 1.0.0 Jan 19th 2014
OVERVIEW
Netdev is a vendor-neutral network abstraction framework contributed freely to the DevOps community.
This module contains the puppet types code for OSPF resources.
EXAMPLE USAGE
This module has been tested against Puppet agent 2.7.19. Here is a short example of a static manifest for an Ethernet switch.
~~
node "My_Ethernet_switch" {
netdev_router_ospf{ 'default': ensure => present }
netdev_ospf_area{ '10': ensure => present, router_id => 'default', ospf_area_mode => stub, subnets => ["192.168.4.0/24", "192.168.5.0/24"] }
netdev_ospf_interface{ 'vlan 4': ensure => present, area_id => '10', type => point_to_point, require => Netdev_ospf_area['10'] }
}
# INSTALLATION ON PUPPET-MASTER
* puppet module install mellanox-netdev_ospf_stdlib
# CONTRIBUTORS
David Slama, Mellanox Technologies
Aviram Bar-Haim, Mellanox Technologies
License
-------
See LICENSE file
Types in this module release
CHANGELOG
v1.0.0 (1.1.2014) - Added module types
Copyright 2014 Mellanox Technologies, Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.