[Review Queue] New work-in-progress Wordpress charm

2015-01-28 Thread Adam Israel
Today, I did an initial review of an in-progress alternate of the Wordpress charm. There are some strong foundations here, including the use of CharmHelper’s services framework, but I have some concerns about scalability and security, specifically with packing tarballs of core and plugin code in

Juju 1.21.1 is proposed for release.

2015-01-28 Thread Curtis Hovey-Canonical
# juju-core 1.21.1 A new proposed stable release of Juju, juju-core 1.21.1, is now available. This release may replace 1.20.14 on Thursday January 29 after a period of evaluation. ## Getting Juju juju-core 1.21.1 is available for utopic and backported to earlier series in the following PPA:

juju deploy ceph hangs in pending in maas environment

2015-01-28 Thread Daniel Bidwell
I have ubuntu 14.04.1 with maas 1.7.1 rc4 and juju 1.20.14. My client machine is commissioned and deployed. I can ssh ubu...@cl1stn2.maas and I can "juju ssh 1" successfully. I did "juju deploy --config config.yaml ceph --to 1". juju status ceph looks like: juju status ceph environment: maas mach

Re: Jenkins test plan

2015-01-28 Thread Jorge Niedbalski
Hi Nicolás On Wednesday, January 28, 2015, Nicolás Pace wrote: > Hi Guys, > I posted an issue on jenkins charm, that describes my test plan for it. > I would like to know your thoughts about it. > https://bugs.launchpad.net/charms/+source/jenkins/+bug/1415525 > > Thanks for the interest on contr

juju deploy ceph hangs in pending in maas environment

2015-01-28 Thread Daniel Bidwell
I have ubuntu 14.04.1 with maas 1.7.1 rc4 and juju 1.20.14. My client machine is commissioned and deployed. I can ssh ubu...@cl1stn2.maas and I can "juju ssh 1" successfully. I did "juju deploy --config config.yaml ceph --to 1". juju status ceph looks like: juju status ceph environment: maas mach

Re: How best to install Spark?

2015-01-28 Thread Kapil Thangavelu
On Wed, Jan 28, 2015 at 1:54 PM, Ken Williams wrote: > > Hi Sam/Amir, > > I've been able to 'juju ssh spark-master/0' and I successfully ran the > two > simple examples for pyspark and spark-shell, > > ./bin/pyspark > >>> sc.parallelize(range(1000)).count() > 1000 > > ./bin/sp

Re: How best to install Spark?

2015-01-28 Thread Ken Williams
Hi Sam/Amir, I've been able to 'juju ssh spark-master/0' and I successfully ran the two simple examples for pyspark and spark-shell, ./bin/pyspark >>> sc.parallelize(range(1000)).count() 1000 ./bin/spark-shell scala> sc.parallelize(1 to 1000).count() 1000 Now I wan

Re: How best to install Spark?

2015-01-28 Thread Samuel Cozannet
Glad it worked! I'll make a merge request to the upstream so that it works natively from the store asap. Thanks for catching that! Samuel Best, Samuel -- Samuel Cozannet Cloud, Big Data and IoT Strategy Team Business Development - Cloud and ISV Ecosystem Changing the Future of Cloud Ubuntu

Jenkins test plan

2015-01-28 Thread Nicolás Pace
Hi Guys, I posted an issue on jenkins charm, that describes my test plan for it. I would like to know your thoughts about it. https://bugs.launchpad.net/charms/+source/jenkins/+bug/1415525 Regards, -- Ing. Nicolás Pace http://www.linkedin.com/in/nickar/ http://www.unixono.com.ar/ -- Juju mailin

Re: How best to install Spark?

2015-01-28 Thread Ken Williams
Hi Sam (and Maarten), Cloning Spark 1.2.0 from github seems to have worked! I can install the Spark examples afterwards. Thanks for all your help! Yes - Andrew and Angie both say 'hi' :-) Best Regards, Ken On 28 January 2015 at 16:43, Samuel Cozannet wrote: > Hey Ken,

Re: How best to install Spark?

2015-01-28 Thread Samuel Cozannet
Hey Ken, So I had a closer look to your Spark problem and found out what went wrong. The charm available on the charmstore is trying to download Spark 1.0.2, and the versions available on the Apache website are 1.1.0, 1.1.1 and 1.2.0. There is another version of the charm available on GitHub tha

Re: How best to install Spark?

2015-01-28 Thread Samuel Cozannet
Hi Ken! Good to know you like our charms and bundles! Are you working with Andrew & Angie? I have been talking with them several times, so I have a little bit of background on your use cases. Let me know if you want to do a short hangout to discuss your specific workload. Specifically, if you wa

How best to install Spark?

2015-01-28 Thread Ken Williams
Hi folks, I'm completely new to juju so any help is appreciated. I'm trying to create a hadoop/analytics-type platform. I've managed to install the 'data-analytics-with-sql-like' bundle (using this command) juju quickstart bundle:data-analytics-with-sql-like/data-analytics-with-sql-like Th

Re: vhost-config apache2 hook

2015-01-28 Thread Nicolás Pace
On Tue, Jan 27, 2015 at 5:50 PM, David Britton wrote: > On Tue, Jan 27, 2015 at 04:58:29PM -0300, Nicolás Pace wrote: > > Hi, > > Hi Nicolás, > > Hi David, thanks for your answer! > > > > Any idea where to go from here? > > Have you tried doing 'juju debug-hooks '? This helps me greatly > when

new release of python-jujuclient

2015-01-28 Thread Kapil Thangavelu
Hi Folks, I just pushed a new release of python-jujuclient (0.5.0) .. @ https://pypi.python.org/pypi/jujuclient Change highlights. Docs on Getting started, api signatures, and examples @ http://python-jujuclient.readthedocs.org It now has coverage for all the client facade apis (backups, ha, an

Re: Rackspace OpenStack configuration

2015-01-28 Thread Kapil Thangavelu
re the delta from juju openstack driver to rackspace, the nutshell was a slightly different auth mechanism for keystone (trivial) and no api for network security groups (optional openstack extension). fwiw, swift originated at rackspace, so definitely have object storage and they do have tenant e

Re: Rackspace OpenStack configuration

2015-01-28 Thread Sajith Vijesekara
Thanks Mark, I will contact them and find out what is the solution for this problem. Thanks & regards Sajith On Wed, Jan 28, 2015 at 1:56 PM, Mark Shuttleworth wrote: > On 28/01/15 10:17, Mark Shuttleworth wrote: > > On 28/01/15 09:38, Sajith Vijesekara wrote: > >> I got your point.So i follow

Re: Rackspace OpenStack configuration

2015-01-28 Thread Mark Shuttleworth
On 28/01/15 10:17, Mark Shuttleworth wrote: > On 28/01/15 09:38, Sajith Vijesekara wrote: >> I got your point.So i followed this ( >> http://askubuntu.com/questions/166102/how-do-i-configure-juju-for-deployment-on-rackspace-cloud) >> documentation to bootstrap openstack in rack-space. But documenta

Re: Rackspace OpenStack configuration

2015-01-28 Thread Sajith Vijesekara
Thanks Mark, On Wed, Jan 28, 2015 at 1:47 PM, Mark Shuttleworth wrote: > On 28/01/15 09:38, Sajith Vijesekara wrote: > > I got your point.So i followed this ( > > > http://askubuntu.com/questions/166102/how-do-i-configure-juju-for-deployment-on-rackspace-cloud > ) > > documentation to bootstrap

Re: Rackspace OpenStack configuration

2015-01-28 Thread Mark Shuttleworth
On 28/01/15 09:38, Sajith Vijesekara wrote: > I got your point.So i followed this ( > http://askubuntu.com/questions/166102/how-do-i-configure-juju-for-deployment-on-rackspace-cloud) > documentation to bootstrap openstack in rack-space. But documentation is > not clear at all. If rackspace doesn't