saucy images on hp cloud

2014-02-03 Thread David Cheney
Hello, I am trying to deploy a saucy machine (via the ubuntu charm) on hp cloud. lucky(~/src/launchpad.net/juju-core) % juju deploy -v --repository=$HOME/charms local:saucy/ubuntu verbose is deprecated with the current meaning, use show-log 2014-02-04 01:33:46 INFO juju api.go:231 connecting to A

Re: MySQL charm: hook failed: "config-changed"

2014-02-03 Thread Daniele Stroppa
I'm using the local provider On Mon, Feb 3, 2014 at 6:15 PM, Marco Ceppi wrote: > Which cloud were you running this against? > On Feb 3, 2014 5:23 PM, "Daniele Stroppa" > wrote: > >> Hi All, >> >> while running test for the Node.js charm I ran into an issue with the >> MySQL charm, see attache

Re: MySQL charm: hook failed: "config-changed"

2014-02-03 Thread Charles Butler
Danielle, I'm observing this behavior on my local provider, but its not exhibiting the same behavior in my cloud environments. I'm still debugging the issue as the mysql daemon starts on the host when run manually but not via the upstart script. I'll ping back as this unfolds. All the best, Cha

MySQL charm: hook failed: "config-changed"

2014-02-03 Thread Daniele Stroppa
Hi All, while running test for the Node.js charm I ran into an issue with the MySQL charm, see attached log. It looks like it's a permissions issue. I'm running on Ubuntu 12.04 with juju 1.16.4.1 and MySQL charm from cs:precise/mysql-32 Anyone has seen this before? Thanks, Daniele unit-mysql-

Re: Syntax errors when installing juju-deployer

2014-02-03 Thread Daniele Stroppa
Thanks Ben. I was mislead by the fact that Amulet is a Python 3 application and was using that for juju-deployer too. Installing juju-deployer with python 2.7 works fine. Cheers, Daniele On Mon, Feb 3, 2014 at 1:47 PM, Benjamin Saller < benjamin.sal...@canonical.com> wrote: > This appears to b

Re: Syntax errors when installing juju-deployer

2014-02-03 Thread Benjamin Saller
This appears to be an issue with the default version of Python. juju-deployer is a Python 2 application and still uses Python 2 syntax in a number of places as this traceback shows. Can you attempt the install using a version of Python 2.7? -Ben On Mon, Feb 3, 2014 at 3:43 PM, Daniele Stroppa wr

Syntax errors when installing juju-deployer

2014-02-03 Thread Daniele Stroppa
Hi All, I'm writing tests for the Node.js app charm using the Amulet framework. However, I'm running into some syntax errors when installing juju-deployer, see attached log. It happens both on Ubuntu 12.04 with Python 3.2 and on Mac OS X with Python 3.3. Has anyone come across the same issue? Ch