Skip to content

Container build used to run Terraform commands on layers in customer environments.

Notifications You must be signed in to change notification settings

rackspace-infrastructure-automation/rackspace-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rackspace-toolbox

This is a docker image published to GCR (gcr.io/rs-public-containers/rackspace-toolbox). It's part of Rackspace's Managed Infrastructure as Code offering.

CircleCI

Image tags:

  • GitHub releases
  • master has the latest stable version
  • branch_{branch_name} and git sha for newly created branches (useful for trying out code from toolbox changes in development)

Running tests locally

All but the smoke test should pass locally by running ./scripts/test-local.

In order to have the smoke test pass locally, you'll need credentials to the Janus Playground account. You can configure an extra profile using aws configure --profile janus-playground. See https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html for more information. After doing that, run:

AWS_PROFILE=janus-playground ./scripts/test-local