How can you deploy with juju multiple times the same application within the same environment? [closed]
- by Pere Hospital
Possible Duplicate:
How do I deploy multiple stacks in an environment?
If trying to deploy two times wordpress i.e. in the same environment you get:
2012-12-19 16:56:54,588 INFO Searching for charm cs:precise/wordpress in charm store
2012-12-19 16:56:55,472 INFO Connecting to environment...
2012-12-19 16:57:01,044 INFO Connected to environment.
2012-12-19 16:57:01,374 INFO Using cached charm version of wordpress
2012-12-19 16:57:01,857 ERROR Service name 'wordpress' is already in use
This would apply for a situation where you want to deploy multiple wordpress blogs using the same env (i.e. same amazon account).