GithubHelp home page GithubHelp logo

joshand / chronic_ucs_esx_analyzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imapex/chronic_ucs_esx_analyzer

0.0 3.0 0.0 9 MB

Microservice to compare UCS and ESX Hardware and Firmware drivers with Cisco's Interop Matrix

Python 100.00%

chronic_ucs_esx_analyzer's Introduction

CHROnIC UCS ESX Analyzer

logo

Cisco Health Reports and Online Information Center is a plug-able web app to help visualize and maintain device's support by providing various health reports.

CHROnIC UCS ESX Analyzer uses information collected from CHROnIC Collector to determine if a UCS system is in compliance with Cisco's HCL

Example Report

Installation

CHROnIC UCS ESX Analyzer is built in Python 3.5 and is packaged with a Dockerfile for easy builds and deployments

Environment

CHROnIC UCS ESX Analyzer expects the following environment variables to be set:

CHRONICBUS needs to point to the CHROnIC Bus instance's base URL

CHRONICBUS

CHRONICPORTAL needs to point to the CHROnIC Portal instance's base URL

CHRONICPORTAL

HCL needs to point to one of Cisco's HCL tool URL's. ex: http://ucshcltool.cloudapps.cisco.com/public/rest

HCL

Usage

python

pip install -r requirements.txt
export CHRONICBUS=<bus url>
export CHRONICPORTAL=<portal url>
export HCL=<hcl url>
python3 main.py

or

Docker

docker build -t chronic_ucs_esx_analyzer
docker run -d -p 5000:5000 -e "CHRONICBUS=<bus url>" -e "CHRONICPORTAL=<portal url>" -e "HCL=<hcl url>" chronic_ucs_esx_analyzer

Compatibility

Currently CHROnIC UCS ESX Analyzer needs some manual translations to be setup to work between UCS and the Cisco HCL tool. These bindings live in a TinyDB file of piddb.json . Items can be added at anytime by editing that database

Supported Servers:

  • UCS B200 M3

Supported CPU's:

  • E5-2600 v1
  • E5-2600 v2

Supported Adapters:

  • VIC 1240

Supported OS:

  • VMware ESX (unknown if update versions run correctly)

Suggested Next steps

  • Change from TinyDB to a simple YAML file
  • Add more pid to HCL descriptions
  • Add better error handeling

chronic_ucs_esx_analyzer's People

Contributors

chapeter avatar joshand avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.