Skip to content

msmarcal/nimsoft-robot

 
 

Repository files navigation

Overview

This charm provides the nimsoft-robot agent for collecting information for CA UIM (Unified Infrastructure Managment). The charm was based on nimsoft-robot version 7.96 but should work with any version. (Unverified.)

Usage

juju deploy cs:~msmarcal/nimsoft-robot --resource \
  nimsoft-robot-package=/path/to/nimsoft-robot.deb

This charm supports juju resources to provide the deb package file. This allows us to use --resource in the deploy command or use juju attach to supply the required resource after deployment:

juju attach nimsoft-robot nimsoft-robot-package=/path/to/nimsoft-robot.deb

You can also specify this in your bundle.yaml in the resources section:

nimsoft-robot:
  charm: cs:~msmarcal/nimsoft-robot
  resources:
    nimsoft-robot-package: /path/to/nimsoft-robot.deb

The deb file should be obtainable from CA (Broadcom) via their CA-UIM (or DX IM) installation package. Additionally, you may be able to find it in the Archive section of [nimsoft-archive][Nimsoft Support].

About

Nimsoft robot agent charm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Shell 2.1%