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
I've a small private cloud running on UEC 11.04 and Eucalyptus, and everything works fine. But I still look for a software deployment solution better than writing scripts manually. The new juju seems perfect for my purpose . And even though the official FAQ says it can only support EC2 (currently), I've seen someone has show a environment.yaml containing the OpenStack section.
I have trouble with using juju and maas with Ubuntu.
I I ran command 'juju bootstrap', the following error was shown in /var/log/maas/maas.log:
====================================================================================
ERROR 2012-11-26 09:05:09,041 maas.maasserver ################################ Exception: File not found ################################
159 ERROR 2012-11-26 09:05:09,
I have added two nodes in my maas and they both are in ready state.
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
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 have seen this question: What is a Juju Charm?
I have more questions.
Which services can be deployed using juju charm?
Can lxc-containers be deployed using juju charm?
Are juju charms like SMF (Service Management Facility like in Solaris)?
(So, a charm tells juju how to manage a service) @Sergey Answer)
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.