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/nso-port-turn-up-deployment

v0.2.3-2023.1.0

Published

NSO-Port-Turn-Up-Deployment

Downloads

2

Readme

NSO Port Turn Up

Table of Contents

Overview

The Port Turn Up NSO artifact consists of several workflows and command templates meant to serve as a solution for performing a port turn up on Cisco routers running IOS software. In this artifact, we are using Cisco's Network Service Orchestration (NSO). The included pre and post checks should be customized to suit the needs of the target device. Additionally, the implementation of routing network traffic is left up to the user to provide. The artifact provides an indication of where a failover and restore should take place but assumes no responsibility for these tasks.

Estimated Run Time: ~2 min

Installation Prerequisites

In order to use this artifact, users will have to satisfy the following pre-requisites:

Itential Automation Platform

  • ^2023.1

App-Artifacts

  • ^6.5.1-2023.1.0

Port-Turn-Up Service Model

  • Copy the service model folder to the NSO packages folder Ex: cp -Rv <!--PWD-->/NSO-Port-Turn-Up-Deployment/assets/service-models/port-turn-up.tar.gz /var/opt/ncs/packages/
  • If you wish to untar it then navigate to the src folder inside the copied service model directory: cd port-turn-up/src
  • If you wish to untar it then compile the service mode. Run make clean all
  • Log into NSO cli: ncs_cli -u admin -C
  • Load the packages: packages reload
  • Ex. output:
admin@ncs# packages reload
reload-result {
    package port-turn-up
    result true
}

Requirements

This artifact requires the following:

  • Cisco IOS Device

Features

The main benefits and features of the artifact are outlined below.

  • Automatically checks for device type
  • Displays dry-run to user (asking for confirmation) prior to pushing the config to the device
  • Supports stub mode

Future Enhancements

This artifact would provide support for different device operation system types like, IOSXR, Arista, F5, Nokia and etc.

How to Install

To install the artifact:

  • 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 artifact. If you do not currently have App-Artifacts installed on your server, please download the installer from your Nexus repository. Refer to the install instructions included in the App-Artifacts README.
  • The artifact can be installed from within App-Artifacts. Simply search for the name of your desired artifact and click the install button (as shown below).
  • Alternatively, you may clone this repository and run npm pack to create a tarball which can then be installed via the offline installer in App-Artifacts. Consult the documentation for App-Artifacts for further information.

How to Run

Use the following to run this artifact:

This artifact may be run from Operations Manager by clicking Run for the NSO-Port-Turn-Up-Deployment Operations Manager automation. The user will be presented with a form to select options customize which device type, interface type, IP Address, subnet mask, and allowed VLAN. A description is required to run this artifact. The shutdown option is to turn down the device.

Additional Information

Please use your Itential Customer Success account if you need support when using this artifact.