Skip to content

Instantly share code, notes, and snippets.

@frippe75
Created April 12, 2017 12:38
Show Gist options
  • Save frippe75/c5fc98103896e209d40fcacf7b2c2915 to your computer and use it in GitHub Desktop.
Save frippe75/c5fc98103896e209d40fcacf7b2c2915 to your computer and use it in GitHub Desktop.
LIG Using Synergy
oneview_logical_interconnect_group{'Puppet LIG Synergy-with-uplinks':
ensure => 'present',
data => {
name => 'PUPPET_TEST_LIG',
type => 'logical-interconnect-groupV300',
redundancyType => 'Redundant',
enclosureType => 'S12000',
state => 'Active',
uplinkSets => [
{
name => 'TUNNEL_ETH_UP_01',
ethernetNetworkType => 'Tunnel',
networkType => 'Ethernet',
lacpTimer => 'Short',
mode => 'Auto',
uplink_ports => [{ bay => 3,
port => 'Q2' },
{ bay => 3,
port => 'Q3' },
{ bay => 6,
port => 'Q2' },
{ bay => 6,
port => 'Q3' }
],
networkUris => [ 'Tunnel Trunk-A' ]
}
],
interconnectBaySet => 3,
interconnects => [
{ bay => 3,
type => 'Virtual Connect SE 40Gb F8 Module for Synergy' },
{ bay => 6,
type => 'Virtual Connect SE 40Gb F8 Module for Synergy' }
],
internalNetworkUris => ['Tunnel Trunk-A']
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment