RE: JuJu, LXC, OpenStack charm problem w/Nova Quantum

2014-03-17 Thread Sameer Zeidat
I'm curious about what the juju logs showed for those charms that failed (stayed red per the OP). Personally, and not specific to juju, I tried Havana on LXC a couple of months ago. It worked well except for Neutron. The moment it starts the whole machine froze. I noticed it happens around

RE: About GUI juju control panel

2014-03-27 Thread Sameer Zeidat
Anant, Juju by design does not enforce parameter changes. It's basically up to the charm writer to apply the change or silently ignore it. Juju, and hence the GUI, will accept the change and store it regardless. Since juju has no notion of read-only parameters, it's the charm writer's job to

Bootstrap fails on hpcloud

2014-05-09 Thread Sameer Zeidat
Hello, I was testing juju stable (on trusty) today with hpcloud. It took me a while first to get past the Launching instance stage. I had to use juju-metadata to generate-tools and generate-image for the Ubuntu LTS 14.04 partner image on hpcloud. Anyways, juju got past that tell the launched 

Re: Bootstrap fails on hpcloud

2014-05-09 Thread Sameer Zeidat
Never mind. I added 'default-series: trusty' to the configuration and it got past that stage now. Thanks, Sameer From: Sameer Zeidat same...@yahoo.com To: Juju@lists.ubuntu.com Juju@lists.ubuntu.com Sent: Friday, May 9, 2014 9:46 PM Subject: Bootstrap fails on hpcloud Hello, I

Unit-get private-address

2014-05-26 Thread Sameer Zeidat
Hello, I've created a couple of charms that I deploy to both MAAS and hpcloud environments. I added a second network interface, eth1, to some of my MAAS nodes and now unit-get private-address returns the ip of eth1 instead of eth0 on these nodes. How do I work around this without changing my

RE: generate a local file during execute of my charm

2014-08-04 Thread Sameer Zeidat
Your charm can inject a public ssh key in root's authorized keys file and use the private key in any of your hooks to scp files around. Regards, Sameer -Original Message- From: Gaurav Pandit pandit.gau...@gmail.com Sent: ‎4/‎08/‎2014 11:14 PM To: Ilisia Felane felane@gmail.com Cc:

Re: [Review Queue] hpcc charm

2014-08-26 Thread Sameer Zeidat
About immutable configuration parameters. IMHO it'd make a better user experience if juju added support for them. It's understandable that the desire is for juju to be a full 'life-cycle' management interface for the services it deploys, from deployment to operations and all the way to

Unit-get

2014-11-05 Thread Sameer Zeidat
Hi, I bootstrapped juju stable today on maas stable. When deploying a charm I wrote I noticed unit-get private-address is returning the machine's fqdn. Previously it used to return the ip address (several months ago, can't remember the exact juju/maas versions). Has juju changed behaviour?

Re: Unit-get

2014-11-09 Thread Sameer Zeidat
  From: Andrew Wilkins andrew.wilk...@canonical.com To: Sameer Zeidat same...@yahoo.com Cc: juju juju@lists.ubuntu.com Sent: Monday, November 10, 2014 12:09 PM Subject: Re: Unit-get On Sun, Nov 9, 2014 at 7:16 AM, Sameer Zeidat same...@yahoo.com wrote: Thanks. No, just curious

machine state stuck at pending

2014-11-14 Thread Sameer Zeidat
Hello, I'm running juju 1.20.1 on a test maas cluster. Every now and then when I run juju add-machine the machine gets stuck at pending state (permanently). Maas shows status as Failed deployment. Is there a way to force machine state to error so I can retry-provisioning on it? I don't want to

RE: machine state stuck at pending

2014-11-15 Thread Sameer Zeidat
Thank you. I will try it. -Original Message- From: Mark Shuttleworth m...@ubuntu.com Sent: ‎16/‎11/‎2014 5:01 AM To: Sameer Zeidat same...@yahoo.com; Juju email list juju@lists.ubuntu.com Subject: Re: machine state stuck at pending On 14/11/14 02:39, Sameer Zeidat wrote: Hello, I'm

Machine customization for MAAS

2014-11-15 Thread Sameer Zeidat
Hi, Sorry for asking here. Got a need to do a simple change in deployed machines on maas (alter the network/ interfaces file). I didn't want to add that to one of my charm hooks as it doesn's seem the appropriate place for it. Anyone done it before and can give me some hints. I use the curtain

Re: Machine customization for MAAS

2014-11-16 Thread Sameer Zeidat
some hints. But I got lost (my python skills are next to none) :-) Thanks,Sameer   From: Mark Shuttleworth m...@ubuntu.com To: Sameer Zeidat same...@yahoo.com; juju@lists.ubuntu.com Sent: Monday, November 17, 2014 3:30 AM Subject: Re: Machine customization for MAAS Hi Sameer

juju-gui on utopic

2014-11-21 Thread Sameer Zeidat
Hello, How do I deploy juju-gui on Ubuntu 14.10 (stable or otherwise)? I get charm not found cs:utopic/juju-gui. Setting 'juju-gui-source' to 'develop' didn't help. Thank you,Sameer-- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at:

Re: juju-gui on utopic

2014-11-21 Thread Sameer Zeidat
Zeidat same...@yahoo.com Cc: juju juju@lists.ubuntu.com Sent: Saturday, November 22, 2014 2:05 PM Subject: Re: juju-gui on utopic On Sat, 22 Nov 2014, Sameer Zeidat wrote:   Hello, How do I deploy juju-gui on Ubuntu 14.10 (stable or otherwise)? I get charm not found cs:utopic/juju-gui

Juju-GUI and status-set

2015-12-11 Thread Sameer Zeidat
Hello, I'm setting charm status to blocked (sometimes to waiting), but juju-gui doesn't show any change (charm icon stays green). Is this a bug, or maybe I'm missing something? The juju status command shows status as expected (i.e. waiting or blocked), along with the message I specified.