@itentialopensource/arista-eos-upgrade-iag
Version:
[Deprecated] This Pre-built automation performs a standard software upgrade or downgrade on Arista EOS Switch.
38 lines • 831 B
JSON
{
"tags": [],
"name": "Arista EOS Upgrade Verify",
"os": "",
"passRule": true,
"ignoreWarnings": false,
"commands": [
{
"command": "show startup-config | include ! boot system",
"passRule": true,
"rules": [
{
"rule": "<!imageFile!>",
"eval": "contains",
"severity": "error",
"ruleB": "",
"evaluator": "=",
"evaluation": "pass"
}
]
},
{
"command": "show ver | include Software image version:",
"passRule": true,
"rules": [
{
"rule": "",
"eval": "contains",
"severity": "error"
}
]
}
],
"created": 1635199526132,
"createdBy": "kay.wolfe@itential.com",
"lastUpdated": 1636641473750,
"lastUpdatedBy": "kay.wolfe@itential.com"
}