Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Andrew Wilkins
On Tue, Oct 7, 2014 at 10:55 PM, Vasiliy Tolstov v.tols...@selfip.ru wrote: Hello. What is the recommended way to install all-in-one (for example wordpress) and publicly available server? For example i have server with address 85.77.88.99 and want to install wordpress on it via running juju

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Vasiliy Tolstov
2014-10-08 10:35 GMT+04:00 Andrew Wilkins andrew.wilk...@canonical.com: Not as a first-class citizen in Juju. There's https://github.com/cmars/juju-nat, but I've just spoken to the author who informs me that it currently has some issues. Thanks! Or does it possible to install for example

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Andrew Wilkins
On Wed, Oct 8, 2014 at 11:33 AM, Vasiliy Tolstov v.tols...@selfip.ru wrote: 2014-10-08 10:35 GMT+04:00 Andrew Wilkins andrew.wilk...@canonical.com: Not as a first-class citizen in Juju. There's https://github.com/cmars/juju-nat, but I've just spoken to the author who informs me that it

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Nate Finch
The point is - don't use local provider. If you have a single VPS, use the manual provider to bootstrap onto that machine. You can run juju bootstrap from your laptop to bootstrap juju onto the VPS. https://juju.ubuntu.com/docs/config-manual.html On Wed, Oct 8, 2014 at 11:58 AM, Andrew Wilkins

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Vasiliy Tolstov
2014-10-08 14:23 GMT+04:00 Nate Finch nate.fi...@canonical.com: The point is - don't use local provider. If you have a single VPS, use the manual provider to bootstrap onto that machine. You can run juju bootstrap from your laptop to bootstrap juju onto the VPS.

Re: failed to deploy wordpress via local

2014-10-08 Thread Jorge O. Castro
On Tue, Oct 7, 2014 at 3:00 AM, Andrew Wilkins andrew.wilk...@canonical.com wrote: Deploying units on machine 0 is disallowed to prevent users from breaking their personal use/development environment. I filed this so we can fix the error to not be so cryptic:

Re: failed to deploy wordpress via local

2014-10-08 Thread Vasiliy Tolstov
2014-10-08 15:59 GMT+04:00 Jorge O. Castro jo...@ubuntu.com: I filed this so we can fix the error to not be so cryptic: https://bugs.launchpad.net/juju-core/+bug/1378792 My proposed solution is also not good, any suggestions on the bug would be welcome I think that the proposed solution is

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Vasiliy Tolstov
2014-10-08 15:23 GMT+04:00 Andrew Wilkins andrew.wilk...@canonical.com: It is perfectly fine to bootstrap the local host using the manual provider. Thanks =) Last question - how to calculate free resources or how put together services and not eat all memory for only one service? Does juju