On Mon, Oct 20, 2014 at 12:53 PM, Malshan Peiris <[email protected]> wrote:
> Hi all, > > When i deployed a bundle to an AWS instance, it had created an AWS > instance per charm, which is costly for the user. > > 1. Is it possible to deploy all charms of bundle to a single AWS instance > without creating many instances. > Generally you can either "juju deploy --to lxc:0" or "juju deploy --to 0" depending on your use case, it is often nice to have charms on logically separate machines (containers), so they don't step on eachother's toes. > 2. Is it possible to deploy to a specific AWS instance defined by > environments config (ex: A server we have already deployed, which is to be > shared for juju deployment and other works). > If you want to deploy to just an existing machine, this would be done via "manual provisioning", so if you have an environment you would then "juju add-machine --to ssh:IPADDRESS", and if you don't it would be "juju bootstrap --to ssh:IPADDRESS". John =:-> > > Have a nice day. > > -- > <http://www.hsenidmobile.com/>Malshan Peiris,Implementation EngineerTel: > 94-77-5525110 Head Office (Singapore)*P*: +65 65 332 140*M*: +65 00 000 > 000*F*: +65 65 332 140 R&D (Sri Lanka)*P*: +94 11 268 3751*M*: +94 00 000 > 000*F*: +94 11 268 3951 *www.hSenidMobile.com* > <http://www.hSenidMobile.com> > <https://www.facebook.com/hSenidMobileSolutions> > <https://twitter.com/hSenidMobile> > <http://www.linkedin.com/company/hsenid-mobile-solutions-pvt-ltd> > <http://www.youtube.com/user/hSenidmobile> > <http://www.hsenidmobile.com/events/telecom-application-developer-summit-2014/> > Disclaimer: This email and any files transmitted with it are > confidential and intended solely for the use of the individual or entity to > which they are addressed. The content and opinions contained in this email > are not necessarily those of hSenid Mobile Solutions. If you have received > this email in error please contact the sender. > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
