Comment 5 for bug 993616

Revision history for this message
Jorge Castro (jorge) wrote :

## This is the Juju config file, in there you can specify multiple environments to deploy into, by default we ship local (default), AWS, HP Cloud, OpenStack, and MAAS
## See http://juju.ubuntu.com/docs for more information

default: local
environments:

## https://juju.ubuntu.com/get-started/local/
  local:
    type: local
    control-bucket: juju-a14dfae3830142d9ac23c499395c2785999
    admin-secret: some made up number
    default-series: precise
    juju-origin: ppa
    data-dir: /home/jorge/juju-data <--- recommend setting a sane XDG default for the user

## https://juju.ubuntu.com/get-started/amazon/
  amazon:
   type: ec2
   control-bucket: juju-some-randomnumbers
   admin-secret: blah blah blah
   default-series: precise
   ssl-hostname-verification: true

## https://juju.ubuntu.com/get-started/hp-cloud/
  hpcloud:
    juju-origin: ppa
    control-bucket: juju-hpc-az1-cb
    admin-secret: [any-unique-string-shared-among-admins-u-like]
    default-image-id: [8419]
    region: az-1.region-a.geo-1
    project-name: [<email address hidden>]
    auth-url: https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/
    auth-mode: keypair
    type: openstack
    default-series: precise
    authorized-keys: [CONTENTS (not path) to your ~/.ssh/id_rsa.pub key]
    access-key: [PUT YOUR ACCESS-KEY HERE]
    secret-key: [PUT YOUR SECRET-KEY HERE]

## https://juju.ubuntu.com/get-started/openstack/
  openstack:
    type: openstack_s3
    control-bucket: <user specific>
    admin-secret: <user specific>
    auth-url: https://yourkeystoneurl:443/v2.0/
    default-series: precise
    juju-origin: ppa
    ssl-hostname-verification: True
    default-image-id: bb636e4f-79d7-4d6b-b13b-c7d53419fd5a
    default-instance-type: m1.small

## https://juju.ubuntu.com/get-started/maas/
(I don't have one for MAAS)