dell / dellemc-openmanage-ansible-modules

Dell OpenManage Ansible Modules
GNU General Public License v3.0
336 stars 163 forks source link

Example Playbooks for TemplateService.Deploy are missing new 3.4 manadatory parameter #161

Closed 00-eight closed 3 years ago

00-eight commented 4 years ago

The provided example ome_template.yml playbook is missing newly added mandatory parameter when the NetworkBootIsoModel-> BootToNetwork is set to true

https://github.com/dell/dellemc-openmanage-ansible-modules/blob/devel/playbooks/ome/template/ome_template.yml

OM Enterprise 3.4 API Guide: https://topics-cdn.dell.com/pdf/dell-openmanage-enterprise_reference-guide_en-us.pdf

      attributes:
      # Include this to install OS on the devices.
      # This section is optional
      NetworkBootIsoModel:
        BootToNetwork: false
        ShareType: "NFS"
        IsoTimeout: 1 # allowable values(1,2,4,8,16) in hours
        IsoPath: "/home/iso_path/filename.iso"
        ShareDetail:
          IpAddress: "192.168.0.2"
          ShareName: "sharename"
          User: "share_user"
          Password: "share_password"
      Options:
        EndHostPowerState: 1
        ShutdownType: 0
        TimeToWaitBeforeShutdown: 300
      Schedule:
        RunLater: true
        RunNow: false
rajeevarakkal commented 3 years ago

@00-eight , updated examples are available with latest commit today