npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@itentialopensource/arista-eos-upgrade-iag

v0.0.15-2023.1.2

Published

[Deprecated] This Pre-built automation performs a standard software upgrade or downgrade on Arista EOS Switch.

Downloads

18

Readme

Deprecation Notice

This Pre-Built has been deprecated as of 01-15-2024 and will be end of life on 01-15-2025. The capabilities of this Pre-Built have been replaced by the Arista - EOS - IAG

Arista EOS Upgrade IAG

Table of Contents

Overview

The Arista EOS Upgrade - IAG workflow requires that the desired binary *.swi image file is already downloaded locally on the destination device's bootflash. The file integrity can be verified at the terminal using md5 before launching this Pre-built or selected as an optional verification step within the Arista EOS Upgrade input form (operator must input expected checksum, available from Arista EOS download page). At the end of the workflow, the user will be presented with a comprehensive report that lists the pre/post-checks differences. This solution is a programmtic execution of the procdure described on Arista's website here and consists of the following:

  • Main - Workflow (Arista EOS Upgrade - IAG)
  • Performs device prechecks.
  • Verifies device is on a different version than the requested one.
  • Verifies the desired file is present in device flash directory.
  • Optional verification of file integrity using md5 checksum.
  • Performs device commands.
    • Backup the running-config locally on flash drive dynamically naming it by job_ID.
    • Saves interfaces status to job runtime log.
    • Performs command to update the boot-config file to point to the new EOS image.
    • Performs the write command to direct the switch to load the newer image version upon the next reboot.
    • Issues the reload command to the device.
  • Waits for device to become available after reboot.
  • Confirms reliable connectivity via ping consistency with the Device Health Checks child workflow.
  • Performs postchecks to verify the device functionality running the new version.
  • Saves the new running-configurations to job runtime log and locally on flash drive dynamically name if by job_ID.
  • Shows a Pre-Post-Checks difference report.
  • Performs a back-out, if requested and returns the Start-Up Boot-Config file to the precheck state.
  • Error handling to Terminate —> Retry or Skip —> Retry
  • Command Template Runner child jobs will run the commands against the switch for:
    • Prechecks
    • Preparation
    • Upgrade
    • Write
    • Verification
    • Reload
    • Postchecks
  • Operations Manager Automation with a JSON-Form:
    • Select Zero-Touch (unselected runs automation in verbose mode automatically).
    • Requires user to select the destination device to run the automation against.
    • Requires user to select software version to point the boot-configuration to (file names are hard coded in JSON form).
    • Allows user the option to include, or not, an md5 checksum integrity validation of the image file.
    • Requires user to select Ping delay, Ping retries, and Ping consistency variables for the Device Health Check child job.

Estimated Run Time: 5 m 34s

Installation Prerequisites

Users must satisfy the following pre-requisites:

  • Itential Automation Platform
    • ^2023.1

Requirements

This Pre-built requires the following:

  • Arista EOS Single-Supervisor Switch (not compatible with switches participating in an MLAG)
  • Itential Automation Gateway (IAG)

Features

The main benefits and features of the Pre-Built are outlined below.

  • Saves hours of manual CLI entry.
  • Best use case is when accelerated upgrade is not an option, like software downgrades.
  • This automation follows a procedure that will minimize packet loss.
  • Automatically checks if device is compatible with workflow.
  • Optional verification of file integrity using md5 checksum.
  • Verifies file presence on switch.
  • Uses dynamic naming conventions for backup running-config files
  • Verbose mode asks for operator confirmation prior to pushing config changes to the device.
  • Allows operator to backout of changes and return device boot-config to precheck state.
  • Error handling allows retry or skip.

Future Enhancements

  • Future enhancements would support dual-supervisor switches and NSO managed devices.

How to Install

To install the Pre-built:

  • Verify you are running a supported version of the Itential Automation Platform (IAP) as listed above in the Requirements section in order to install the Pre-built.
  • The Pre-built can be installed from within App-Admin_Essential. Simply search for the name of your desired Pre-built and click the install button.

How to Run

Use the following to run the Pre-built:

  • The main entry point for this Pre-built is Operations Manager.

Additional Information

Please use your Itential Customer Success account if you need support when using this Pre-Built.