Re: 02-maasdeploy.sh can't pass, StopIteration

2015-12-09 Thread Billy Olsen
This looks like a genuine bug with maas-deployer. I've proposed a fix for this under LP bug 1487938. On Wed, Dec 9, 2015 at 7:02 PM, zhangyuanyou wrote: > Hi Narinder Gupta, > > I now excute the 02-maasdeploy.sh using the default deployment.yaml, > > But it can’t pass successfully, it appear “

02-maasdeploy.sh can't pass, StopIteration

2015-12-09 Thread zhangyuanyou
Hi Narinder Gupta, I now excute the 02-maasdeploy.sh using the default deployment.yaml, But it can't pass successfully, it appear "StopIteration",I don't know why? Could u tell me how to pass this script. Thanks, Yuanyou The log: ubuntu@ubuntu:~/jujuatt/joid/ci$ ./02-maasdeploy.sh + echo '... De

Re: additional catering towards the application developer

2015-12-09 Thread Adam Stokes
Also there seems to be a couple of bugs relevant to this discussion: https://bugs.launchpad.net/juju-core/+bug/1445066 https://bugs.launchpad.net/juju-core/+bug/1445078 On Wed, Dec 9, 2015 at 5:09 PM, Adam Stokes wrote: > I agree, having the ability to run actions synchronously and wait for a >

Re: additional catering towards the application developer

2015-12-09 Thread Adam Stokes
I agree, having the ability to run actions synchronously and wait for a result would be a huge step in allowing charm authors to provide actions that can be used during the development of your application _before_ you reach the stage of charming that app. Casey, made a suggestion of possibly maki

Re: additional catering towards the application developer

2015-12-09 Thread Merlijn Sebrechts
I've been thinking about the actions as well. 99% of the actions use-case is: Run the action, wait for it to finish and show the result. Most of the actions are things like 'restart', 'show-something',... I think waiting for the action to finish and show the result should be put in as a flag, with

Re: Query on Mariadb Charm Deployment on Ubuntu Power ppc64le

2015-12-09 Thread Kevin Monroe
Hi Prabakaran, If you executed these commands as written, you were trying to run mysql on your juju host machine (versus the mariadb unit): *Commands:* *juju deploy mariadb* *juju set mariadb dataset-size="256M"* *mys**ql -u root -p$(sudo cat /var/lib/mysql/mysql.passwd)* I think you just need t

Fwd: Understanding yaml field

2015-12-09 Thread Jorge O. Castro
Hi folks, is anyone available to give Anand a hand? -- Forwarded message -- From: Anand S K Date: Thu, Dec 3, 2015 at 8:03 AM Subject: RE: Understanding yaml field To: "Jorge O. Castro" Hi Jorge, Thanks for the reply. I have a fair understanding of the yaml structure n

additional catering towards the application developer

2015-12-09 Thread Adam Stokes
I wanted to write this to get a discussion going around how we can better support application developers. This is something I've been thinking about for awhile and was further convinced to write this email after seeing posts like: http://askubuntu.com/questions/635758/is-juju-a-suitable-tool-for-de

Query on Mariadb Charm Deployment on Ubuntu Power ppc64le

2015-12-09 Thread Prabakaran Chandrasekaran
Hello Team, I have deployed Mariadb charm from charm store on Ubuntu Power ppc64le. Post deployment I got it into the container where mariadb is installed and tried to access Mariadb by running the command "mysql -u root -p$(sudo cat /var/lib/mysql/mysql.passwd)" and I was getting an error stati