On Mon, Oct 6, 2014 at 11:31 PM, Vasiliy Tolstov <v.tols...@selfip.ru>
wrote:

> Hi. I'm try to deploy wordpress on local vps node (kvm virt).
> i'm install juju stable from ppa, install juju-local and doing
> bootstrap, switch local
>
> when i'm try to get step for single node juju deploy --to 0 wordpress
> i get errors that says:
> ERROR cannot assign unit "wordpress/0" to machine 0: machine "0"
> cannot host units
>

The local provider's "machine 0" is the host itself, which is typically a
laptop or desktop computer. Deploying units on machine 0 is disallowed to
prevent users from breaking their personal use/development environment.

i'm use link:
> https://jujucharms.com/precise/wordpress-26/?text=wordpress#readme
>
>
> how can i solve issues?
> I need to run all services on one unit.


I suggest using the manual provider instead:
https://juju.ubuntu.com/docs/config-manual.html
You would install the Juju client on your laptop/desktop, then create a
"manual" config in environments.yaml pointing at your VPS. After
bootstrapping, you can then deploy units directly to that machine.

Cheers,
Andrew
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju

Reply via email to