Hi Vasiliy, I'm not entirely familiar with the KVM aspect of this, but I'm used to deploying stuff on LXC with the local provider. Maybe somebody with more KVM+juju experience can chime in.
Try deploying your first charm normally (without --to). That should create a "machine1" VM, then you can deploy subsequent charms to it using "--to 1". The trick is that the local provider does not actually create a machine 0 (it's using the host as a "fake" machine 0). That means when you bootstrap the local provider it does not spin up a bootstrap VM (which is desirable IMHO), and you can't therefore use it do deploy additional charms. Hope this helps - Chris On Tue, Oct 7, 2014 at 12:31 AM, Vasiliy Tolstov <[email protected]> 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 > > 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. > > -- > Vasiliy Tolstov, > e-mail: [email protected] > jabber: [email protected] > > -- > 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
