Ubuntu – How to deploy multiple juju services on the same server with MaaS

jujumaas

I have 6 services that I need to deploy with 5 physical servers. Would it be ok to deploy juju gui with haproxy? How would you deploy multiple services to one server. I saw some documentation for deploying to same server but they were for openstack and I couldn't find anything for MAAS.

I have tried both

juju deploy --to 0

and

juju deploy --force-machine 0

I get unrecognized arguments.

Best Answer

I got juju deploy --to working. I had to update to the latest stable version of juju.

It would be helpful to add that to the MaaS documentation for juju quick start.