mysql charm fails on local

2015-01-29 Thread saurabh
Hi, I was deploying mysql on my local juju environment but it is failing at config changed hook. At first I thought it might be some error so I deployed it 3 times and it failed to start all the three times. Any pointer on this will be helpful. here is the log snippet:

Re: mysql charm fails on local

2015-01-29 Thread Adam Israel
Hi Saurabh, That’s a known issue with the Mysql charm, under the local provider (documented under Caveats in the README). To fix the issue once the mysql charm is in an error state: $ juju set mysql dataset-size='256M' $ juju resolved mysql/0 —retry --  Adam Israel On January 29, 2015 at

Re: mysql charm fails on local

2015-01-29 Thread saurabh
Hi Adam, Thanks for your reply, I treid the commands you sent me now I am getting this: unit-mysql-0: 2015-01-29 16:58:13 INFO start stop: Unknown instance: unit-mysql-0: 2015-01-29 16:58:15 INFO start start: Job failed to start unit-mysql-0: 2015-01-29 16:58:15 ERROR juju.worker.uniter

Juju stable 1.21.1 is released

2015-01-29 Thread Curtis Hovey-Canonical
# juju-core 1.21.1 A new stable release of Juju, juju-core 1.21.1, is now available. This release replaces 1.20.14. ## Getting Juju juju-core 1.21.1 is available for utopic and backported to earlier series in the following PPA: https://launchpad.net/~juju/+archive/stable Windows and OS X

Re: juju deploy ceph hangs in pending in maas environment

2015-01-29 Thread Daniel Bidwell
There is no /var/log/juju on machine-1/unit-ceph-0. I have the cloud-init.log at http://pastebin.com/GKA2W6Cv but am not sure what to look for to figure out why the juju agent was never successfully installed on it? What do I look for? On Thu, 2015-01-29 at 15:59 +, Marco Ceppi wrote: If

Juju stable 1.21.1 is released

2015-01-29 Thread Curtis Hovey-Canonical
# juju-core 1.21.1 A new stable release of Juju, juju-core 1.21.1, is now available. This release replaces 1.20.14. ## Getting Juju juju-core 1.21.1 is available for utopic and backported to earlier series in the following PPA: https://launchpad.net/~juju/+archive/stable Windows and OS X

Re: Juju stable 1.21.1 is released

2015-01-29 Thread Marco Ceppi
WOW! What an action packed release! Great job to all the people who reported bugs, hacked on code, and helped release this! On Thu Jan 29 2015 at 12:03:07 PM Curtis Hovey-Canonical cur...@canonical.com wrote: # juju-core 1.21.1 A new stable release of Juju, juju-core 1.21.1, is now

Re: mysql charm fails on local

2015-01-29 Thread Adam Israel
It may be easier to tear down and re-deploy. In that case: $ juju destroy-service mysql (monitor juju status for the service to be removed) $ juju deploy mysql $ juju set mysql dataset-size='256M' At that point, mysql should install successfully. --  Adam Israel On January 29, 2015 at 12:01:09

Nagios test plan

2015-01-29 Thread Nicolás Pace
Hi Guys, I posted an issue on nagios charm, that describes my test plan for it. I would like to know your thoughts about it. https://bugs.launchpad.net/charms/+source/nagios/+bug/1416031 Regards, -- Ing. Nicolás Pace -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at:

Re: Nagios test plan

2015-01-29 Thread Nicolás Pace
On Thu, Jan 29, 2015 at 2:45 PM, Nicolás Pace nicop...@gmail.com wrote: Hi Guys, I posted an issue on nagios charm, that describes my test plan for it. I would like to know your thoughts about it. https://bugs.launchpad.net/charms/+source/nagios/+bug/1416031 Also did a test plan for it's

Re: juju deploy ceph hangs in pending in maas environment

2015-01-29 Thread Marco Ceppi
If you're able to SSH in to the machine, can we see the contents of `/var/log/juju/unit-ceph-0.log` and `/var/log/juju/machine-1.log` those will be the first place to look as to why this isn't working. From the sounds of it, MAAS provisioned the machine but the juju agent failed to install. The

Re: vhost-config apache2 hook

2015-01-29 Thread Nicolás Pace
On Thu, Jan 29, 2015 at 12:45 PM, David Britton david.brit...@canonical.com wrote: On Wed, Jan 28, 2015 at 11:56:12AM -0300, Nicolás Pace wrote: On Tue, Jan 27, 2015 at 5:50 PM, David Britton david.brit...@canonical.com I've used juju debug-hooks apache2/0 to debug the

Gunicorn test plan

2015-01-29 Thread Nicolás Pace
Hi Guys, i defined a test plan that i would like you to look over and tell me your thoughts. https://bugs.launchpad.net/charms/+source/gunicorn/+bug/1416085 Thanks, -- Ing. Nicolás Pace -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at:

python-django test plan

2015-01-29 Thread Nicolás Pace
Hi guys, I've defined a test plan for the Python-Django charm. I would like to know your thoughts about the scenaries, and propose any other that you might thought important. https://bugs.launchpad.net/charms/+source/python-django/+bug/1416108 Thanks, -- Ing. Nicolás Pace -- Juju mailing list

Re: juju deploy ceph hangs in pending in maas environment

2015-01-29 Thread Andrew Wilkins
On Fri, Jan 30, 2015 at 12:28 AM, Daniel Bidwell drbidw...@gmail.com wrote: There is no /var/log/juju on machine-1/unit-ceph-0. I have the cloud-init.log at http://pastebin.com/GKA2W6Cv but am not sure what to look for to figure out why the juju agent was never successfully installed on it?

How do the Jenkins charms relate if the series don't match

2015-01-29 Thread Jorge O. Castro
Hi everyone, Ran into this one today: http://askubuntu.com/questions/579305/problem-with-juju-and-jenkins-slave Any help would be appreciated -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: How do the Jenkins charms relate if the series don't match

2015-01-29 Thread José Antonio Rey
As far as I understand, all charms can relate, series don't matter. However, he is trying to deploy a trusty charm on a precise machine or viceversa, which gives the conflict. On 01/29/2015 11:04 PM, Jorge O. Castro wrote: Hi everyone, Ran into this one today: