Deploying multiple applications to a single environment?

Bruno Girin brunogirin at gmail.com
Tue Nov 13 15:23:11 UTC 2012


On 12/11/12 21:42, Marco Ceppi wrote:
> [snip]
>
> I like to think of environments as levels of access for people. So if
> you have one team that needs access to a certain stack of applications
> I'd create that environment for them, whereas another team might need
> access to different stacks, so they'd just be deploying to a different
> environment to manage their stacks. There's really no problem with
> deploying arbitrary services in an environment whether they're related
> to each other or not it makes no difference to juju.

So what you could do is have different environments for production,
testing and development and have an environments.yaml file that looks a
bit like this?

default: dev
environments:
  prod:
    type: openstack
...
  test:
    type: ec2
...
  dev:
    type: local
...

Bruno



More information about the Juju mailing list