Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.51 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.51 KB

Automation

Some scripts written to automate tasks on:

  • HPE OO
  • HPE SA
  • F5
  • AWS

AWS

Simple script to get info from AWS account In order to have this working you need to create a secret.py file with:

  • getProxy function that will return proxy url:port
  • getAccess function that will return access_key,secret_access_key
  • getRegion function that will return region name
    All those functions must return string
    This is needed to avoid having AWS access key walking in the wild

Bot

This is a little shell bot which can use scripts from other rep to allow user to do actions
on differents platforms using chat bot like

HP

Some scripts to play around HPE Server Automation (SA) and HPE Operations Orchestration (OO) Those scripts were tested on HPE SA 10.0x and HPE OO 10.2x and 10.5x

Spin

The Spin is a low level API to manipulate objects, usefull to debug or solve conflicts in HPSA
Spin is available by web on https://< coreIP >:1004 (you need the spin-developper certificate)

Twist

Twist is a component that give access to a powerfull API in java, python and C#
When you want to do something in SA with script check it.
Twist is available by web on https://< coreIP >:1032

ManageIQ

Some functions to interact with ManageIQ API.

Network

Some scripts to play with network equipments and automate them

OVH

A simple script to interact with ovh API to enable/disable/view backups

Report PyAR (Python Automation Reporting)

A simple webapp to get some reporting stuff around OO and ManageIQ