Deploying a charm to your MAAS Now you're ready for the most exciting
part: deploying a charm to your MAAS!
juju deploy mysql MAAS will now allocate a node to Juju and Juju will
deploy the MySQL charm to that node.
I have my nodes in ready and one node in allocated to root stage , now when i bootstrap it gives success but when i do juju status it gives an error as below :
cloudc@cloud:~$ juju bootstrap 2012-08-15 21:32:34,449 INFO Bootstrapping environment 'maas' (origin: distro type: maas)... 2012-08-15 21:32:34,636 INFO juju environment previously bootstrapped.
This is my error while doing bootstrap , the status of nodes i added were declared and now i have accept and commising and it says comminsing started , i need help please ..
clusteruser@cluster:~$ juju status
2012-08-04 22:27:03,367 INFO Connecting to environment...
2012-08-04 22:27:04,945 ERROR juju environment not found: is the environment bootstrapped?
clusteruser@cluster:~$ juju bootstrap
201
Hi I am trying to deploy openstack with Juju and MAAS.
But the Juju bootstap is still with the Status Connecting to Environment:
marcel@ubuntu20:~$ juju -v status
2012-07-11 07:18:00,831 DEBUG Initializing juju status runtime
2012-07-11 07:18:00,842 INFO **Connecting to environment**...
2012-07-11 07:18:00,961 DEBUG Connecting to environment using node5...
2012-07-11 07:18:00,962 DEBUG Spawning S
Hey I have problem with deployment minecraft server on ubuntu maas/juju.
Using the sample recipe I am deploying a wordpress solution on EC2:
juju bootstrap --constraints "instance-type=t1.micro"
juju set-constraints instance-type=t1.micro
juju debug-log
juju deploy mysql wordpress-db
juju deploy wordpress
juju add-relation wordpress wordpress-db
juju expose wordpress
After this I point my browser to the public url and get the error:
502 Bad Gateway
nginx/1.1.19
Loo
I've looked at this post for setting up juju on a local environment with lxc. However, is there a way to use juju with lxc in a non-local environment?
I am looking at a scenario where lxc containers are deployed on multiple nodes. I.e., lets say I have virtual machines m1 and m2 with wordpress deployed on a container in m1 and mysql deployed on a container in m2.
I have added two nodes in my maas and they both are in ready state.
Hi,
I am running Ubuntu-12.04 server with MASS & JUJU.
I configured two nodes also.
My conf is below :
===================================
MASS server : 2 NIC
eth0 : 192.168.10.171
eth1 : public ip
Node1 : 2 NIC Set on DHCP
Node2 : 1 NIC Set on DHCP
====================================
When i am deploying the Mysql & wordpress wi