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 “
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
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
>
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
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
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
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
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
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