Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1021 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 1021 Bytes

RightScale Bash Scripts

By: Bryan Karaffa

These scripts are designed to be used with RightScale. You must have an account setup, and cloud(s) connected for most of these scripts to be functional.

What's included?

Operational Scripts

These are the primary scripts that actually do something.

observe-account.sh

####Usage: observe-account.sh <Account ID> (Example: observe-account.sh 12345)

####Required Parameters: $1 = Account ID, easily obtained from navigation in the RS Dashboard


get-cookie.sh

Usage: get-cookie.sh

Required Parameters:

$user, $pass, $acct


Helper Scripts

These scripts are used primarily by the operational scripts but can be used to more quickly develop your own scripts.

userinput-credentials.sh

Gets the $user,$pswd, and $acct variable to authenticate. Commonly used right before running get-cookie.sh

Usage: sh userinput-credentials.sh

Required Parameters:

None