cf-charmers team mailing list archive
-
cf-charmers team
-
Mailing list archive
-
Message #00088
AWS single node deployment with juju deployer.
Hey, all.
Just to be on the same page about the topic: it is possible to deploy
single node configuration of Cloud Foundry to AWS.
I added bundle_v001_single_aws_node.yaml file to `bundle` project to
support this deployment type (
http://bazaar.launchpad.net/~cf-charmers/charms/bundles/cloudfoundry/bundle/view/30/bundle_v001_single_aws_node.yaml
).
Also I've created tags `v002` for each CF charm to freeze sources that are
needed for this deployment.
In order to perform deployment I used following commands from folder of
`bundle` project:
```
juju bootstrap --constraints "mem=4G arch=amd64"
juju deployer -Wvdc bundle_v001_single_aws_node.yaml
```
Best wishes,
Alex.
Follow ups