Skip to content

Simple mapping management with initiator groups #53

Description

@TheBlaide

Hi,

I'm looking for a way to simply map a volume to an existing initiator group without gathering any hosts facts.
the host protocol access is fc and host os is esx.

  • hosts: myarray
    vars:
    nimble_volume: "myvolume"
    nimble_host_name: "mygroup"
    nimble_initiator_group: "mygroup"
    nimble_static_host_facts: True

    roles:

    • { role: nimblestorage.ansinimble,
      nimble_operation: create,
      nimble_object: volume
      }
    • { role: nimblestorage.ansinimble,
      nimble_operation: map,
      nimble_object: volume
      }

The playbook fails :
fatal: [s01r7808.prod.local]: FAILED! => {"changed": false, "msg": "nimble_host_vars unconfigured or unable to lookup dynamically"}

does the map action on volume is able to take a nimble group as input ?

Regards,

Blaise

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions