Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frippe75/008a18b0cec3b2d6985f09ed917fdb0b to your computer and use it in GitHub Desktop.
Save frippe75/008a18b0cec3b2d6985f09ed917fdb0b to your computer and use it in GitHub Desktop.
Enc Group
oneview_enclosure_group{'Enclosure Group Create':
ensure => 'present',
data => {
name => 'CS-Cloud Enclosure Group',
stackingMode => 'Enclosure',
#interconnectBayMappingCount => '6',
type => 'EnclosureGroupV300',
interconnectBayMappings =>
[
{
interconnectBay => '1',
logicalInterconnectGroupUri => 'SAS LIG'
},
{
interconnectBay => '2',
logicalInterconnectGroupUri => 'FC LIG'
},
{
interconnectBay => '3',
logicalInterconnectGroupUri => 'Puppet Ethernet LIG Synergy'
},
{
interconnectBay => '4',
logicalInterconnectGroupUri => 'SAS LIG'
},
{
interconnectBay => '5',
logicalInterconnectGroupUri => 'FC LIG'
},
{
interconnectBay => '6',
logicalInterconnectGroupUri => 'Puppet Ethernet LIG Synergy'
}
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment