Skip to content

Instantly share code, notes, and snippets.

@frippe75
Created April 11, 2017 14:47
Show Gist options
  • Save frippe75/b011b38aa744e2cf61d7e39a0e539d2b to your computer and use it in GitHub Desktop.
Save frippe75/b011b38aa744e2cf61d7e39a0e539d2b to your computer and use it in GitHub Desktop.
FC LIG in HPE Oneview Puppet Module
# The Interconnects and Uplink Sets can also be declared as follows:
oneview_logical_interconnect_group{'FC LIG':
ensure => 'present',
data => {
name => 'FC LIG',
redundancyType => 'Redundant',
enclosureIndexes => [-1],
interconnectBaySet => 2,
interconnects =>
[
{
bay => 2,
type => 'Virtual Connect SE 16Gb FC Module for Synergy'
},
{
bay => 5,
type => 'Virtual 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