Resource Type: netapp_igroup

Defined in:
lib/puppet/type/netapp_igroup.rb
Providers:
cmode

Overview

Manage Netapp ISCSI initiator groups

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group_type

    initiator group type

    Supported values:
    • fcp
    • iscsi
    • mixed
  • members

    An array of WWPN or Alias initiator members of the group

  • os_type

    OS type of the initiators within the group. The os type applies to all initiators within the group and governs the finer details of SCSI protocol interaction with these initiators. Required.

    Supported values:
    • solaris
    • windows
    • hpux
    • aix
    • linux
    • netware
    • vmware
    • openvms
    • xen
    • hyper_v
  • portset

    portset that is bound to the initiator group

Parameters

  • name (namevar)

    initiator group name

  • provider

    The specific backend to use for this ‘netapp_igroup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.