Skip to content

Instantly share code, notes, and snippets.

@reedobrien
Created October 14, 2016 19:16
Show Gist options
  • Save reedobrien/a8fd311fb44e647f2c496d6cdeefb285 to your computer and use it in GitHub Desktop.
Save reedobrien/a8fd311fb44e647f2c496d6cdeefb285 to your computer and use it in GitHub Desktop.
juju clouds configured for quicker more convenient development and validation.
clouds:
awstest:
type: ec2
regions:
us-west-1:
endpoint: https://ec2.us-west-1.amazonaws.com
us-east-1:
endpoint: https://ec2.us-east-1.amazonaws.com
us-west-2:
endpoint: https://ec2.us-west-2.amazonaws.com
eu-west-1:
endpoint: https://ec2.eu-west-1.amazonaws.com
eu-central-1:
endpoint: https://ec2.eu-central-1.amazonaws.com
ap-southeast-1:
endpoint: https://ec2.ap-southeast-1.amazonaws.com
ap-southeast-2:
endpoint: https://ec2.ap-southeast-2.amazonaws.com
ap-northeast-1:
endpoint: https://ec2.ap-northeast-1.amazonaws.com
ap-northeast-2:
endpoint: https://ec2.ap-northeast-2.amazonaws.com
sa-east-1:
endpoint: https://ec2.sa-east-1.amazonaws.com
config:
bootstrap-timeout: 900
default-series: xenial
enable-os-refresh-update: true
enable-os-upgrade: false
logging-config: <root>=TRACE
no-proxy: https://local
set-numa-control-policy: true
region-config:
us-east-1:
no-proxy: https://foo-east
us-west-1:
no-proxy: https://foo-west
lxdtest:
type: lxd
config:
apt-http-proxy: http://10.0.4.1:8000
bootstrap-timeout: 900
default-series: xenial
enable-os-refresh-update: true
enable-os-upgrade: false
logging-config: <root>=DEBUG
no-proxy: https://lxd-no-regions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment