neops.core.provider.device_rommon_upgrade_unattended
DeviceRommonUpgradeUnattendedProvider
Provider to upgrade rommon of a Cisco device (Unattended, define the values in the task and don't do a dry run)
JSON Schema
Device Upgrade
Properties
-
source_url
(string): from this URL the image will be loaded. -
vrf
(string): VRF where we should copy. Default: ``. -
models
(array): This description is used as a help message. -
Items (object)
-
model_regex
(string): Default:^$
. -
image
(string): from this URL the image will be loaded. -
md5
(string): MD5 sum to verify. Default: ``. -
min_space
(integer): minimum file size required. Default:0
. -
overwrite
(boolean): overwrite image if file exists on device. Default:False
. -
restart
(boolean): restart device when image is copied and installed. Default:False
.
-