Home > Software > Development > Other > right_st - RightScale ServerTemplate and RightScript tool

right_st - RightScale ServerTemplate and RightScript tool logo

Details

Package ID
right-st
Version
1.9.4
Downloads
1987
Website
https://github.com/rightscale/right_st

Summary

RightScale ServerTemplate and RightScript tool

Description

right_st is a tool for managing RightScale ServerTemplate and RightScripts. The tool is able to download, upload, and show ServerTemplate and RightScripts using RightScale’s API. This tool can easily be hooked into Travis CI or other build systems to manage these design objects if stored in Github. See below for usage examples.

Configuration

Right ST interfaces with the RightScale API. Credentials for the API can be provided in two ways:

  1. YAML-based configuration file - Run right_st config account <name>, where name is a nickname for the account, to interactively write the configuration file into $HOME/.right_st.yml for the first time. You will be prompted for the following fields:
    • Account ID - Numeric account number, such as 60073
    • API endpoint host - Hostname, typically my.rightscale.com
    • Refresh Token - Your personal OAuth token available from Settings > Account Settings > API Credentials in the RightScale Cloud Management dashboard
  2. Environment variables - These are meant to be used by build systems such as Travis CI. The following vars must be set: RIGHT_ST_LOGIN_ACCOUNT_ID, RIGHT_ST_LOGIN_ACCOUNT_HOST, RIGHT_ST_LOGIN_ACCOUNT_REFRESH_TOKEN. These variables are equivalent to the ones described in the YAML section above.

Comments

Loading comments...