Resource Type: cisco_upgrade

Defined in:
lib/puppet/type/cisco_upgrade.rb
Providers:
cisco

Overview

Manages the version of Cisco Image running on a device.

“‘ cisco_upgrade

..attributes..

“‘

There can only be one instance of cisco_upgrade i.e. ‘image’

Example: “‘

cisco_upgrade {'image' :
  package           => 'bootflash:///nxos.7.0.3.I5.1.bin',
  force_upgrade     => false,
  delete_boot_image => false,
}

“‘

Properties

  • package

    {ackage to install on the device. Format <uri>:<image>. Valid values are string.

  • version

    Version of the Cisco image to install on the device. Valid values are strings

Parameters

  • delete_boot_image (defaults to: false)

    Delete the booted image(s).

    Supported values:
    • true
    • false
  • force_upgrade (defaults to: false)

    Force upgrade the device.

    Supported values:
    • true
    • false
  • name (namevar)

    Name of cisco_upgrade instance. Valid values are string

  • provider

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