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

bryankaraffa/rightscale-scripts-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bash scripts and examples for RightScale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages