Skip to content

Instantly share code, notes, and snippets.

@frippe75
Created April 11, 2017 14:18
Show Gist options
  • Save frippe75/10fe3c389f592d933ac28220ca21b044 to your computer and use it in GitHub Desktop.
Save frippe75/10fe3c389f592d933ac28220ca21b044 to your computer and use it in GitHub Desktop.
FC LIG in puppet/oneview
oneview_logical_interconnect_group{'FC LIG':
ensure => 'present',
data => {
name => 'FC LIG',
# enclosureType => 'SY12000',
redundancyType => 'Redundant',
# redundancyType => 'highly available',
interconnectBaySet => 2,
interconnects =>
[
{
bay => 2,
type => 'Connect SE 16Gb FC Module for Synergy'
},
{
bay => 5,
type => 'Connect SE 16Gb FC Module for Synergy'
},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment