Provides a small set of tools to help you use RS Self Service
- A Ruby library and command line tool to convert RightScale Deployments to CAT format
- A command line tool to generate a human-readable list of hrefs in use in your account
- Ruby 1.8.7 or higher
- Right API Client 1.5.15 or higher
Export all resources in an existing deployment to a CAT file format
ruby export_deployment.rb <options>
-d, --deployment ID Deployment ID
-e, --email EMAIL_ADDRESS Email Address
-p, --password PASSWORD Password
-a, --account ID Account ID
Notes: Subnets and SecurityGroups are not exported due to this bug
Print a readable list of all resource hrefs for all cloud resources in an account
ruby show_cloud_hrefs.rb <options>
-e, --email EMAIL_ADDRESS Email Address
-p, --password PASSWORD Password
-a, --account ID Account ID
Note: Subnets and SecurityGroups are not supported at this time
- Support for Volumes, VolumeAttachments with optional flag
- User-selectable output of inputs as parameters
- Output of other account resources as parameters (cloud, instance type, etc)