Re: Juju devel 1.26-alpha2 is available for testing

2015-11-30 Thread Andrew McDermott
Hi, For the MAAS spaces work we plan to have something to demo in the next few weeks. We will also be putting together a demo (initially mediawiki based) that will show how to use spaces with MAAS. We're also aiming to deploy OpenStack on MAAS with appropriate traffic segregation using spaces pos

Re: Tuning ceph

2015-11-30 Thread James Page
Hi Pshem On Thu, Nov 26, 2015 at 12:18 AM, Pshem Kowalczyk wrote: > Hi, > > In this particular case I just want to make sure that my settings for > CRUSH are used for various pools and be able to define my own pools (see > below). > > I'm trying to create two different pools for both nova-comput

Something wrong with my juju when i install it. how to solve it.

2015-11-30 Thread xuchang (D)
I can not create the netwok by openstack, machine-1.log 2015-11-28 10:05:25 DEBUG juju.worker runner.go:203 "networker" done: 2015-11-28 10:05:25 DEBUG juju.worker runner.go:206 removing "networker" from known workers 2015-11-28 10:05:25 DEBUG juju.worker.proxyupdater proxyupdater.go:170 new

RE: Error in deploying wordpress

2015-11-30 Thread dinesh.senapaty
Hi Charles, I have downloaded wordpress from the charm store to my local repository and deployed. I have raised a bug in following link https://bugs.launchpad.net/charms/+source/wordpress/+bug/1521190 and also attached the unit log. I have downloaded wordpress from the charm store to my local

Juju and cluster managers (like mesos)

2015-11-30 Thread Merlijn Sebrechts
Hi all I'd like to start a discussion about how Juju can fit into cluster managers like Apache Mesos and Kubernetes. Currently, Juju fits nicely into this story as a way to setup these cluster managers. Payloads continue on that idea with Juju as a manager of a cluster manager. However, I'm a lo

Re: Please register for cfgmgmntcamp if you're coming to the Juju Summit

2015-11-30 Thread José Antonio Rey
Just as a heads up, spaces have opened now. Grab yours quickly, before they run out again! -- José Antonio Rey On Sun, Nov 29, 2015, 11:43 Jorge O. Castro wrote: > Hi everyone, > > cfgmgmtcamp is filling up and the waitlist has kicked in. If you're > planning on attending the Juju Charmer Summi

Re: Error in deploying wordpress

2015-11-30 Thread José Antonio Rey
I see the main error here was caused because of this: INFO juju-log Moving nginx var dirs to /mnt storage ... INFO config-changed /var/lib/juju/agents/unit-wordpress-2/charm/hooks/config-changed: line 120: hooks/loadbalancer-rebuild: Permission denied Apparently it's trying to move the directori

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-30 Thread Curtis Hovey-Canonical
There are other options to play with juju+lxd on trusty... On Fri, Nov 27, 2015 at 2:26 PM, Rick Harding wrote: > > On Fri, Nov 27, 2015 at 11:35 AM Mark Shuttleworth wrote: >> >> On 27/11/15 16:21, Aaron Bentley wrote: >> >> It's dependent on what compiler was used to create the jujud binary. >

Re: Juju and cluster managers (like mesos)

2015-11-30 Thread Samuel Cozannet
Adding Artyom from DataArt who has a lot of very clever ideas about this and recently created a cool autoscaling demo. I'm interested in any follow up given to your work. I share your frustration at containers systems using a so called "orchestration" when the orchestration is really some basic ho

PSA: Written a test for charms? Please read

2015-11-30 Thread Marco Ceppi
Hello everyone, This issue has popped up a few times in the community now and I'd like to make it clear for those creating charms and writing tests with Amulet how to access the data for each unit deployed in the test. Given the following example: d = amulet.deployment() d.add('service')

Re: PSA: Written a test for charms? Please read

2015-11-30 Thread Jay Wren
It may be worth mentioning that even if you didn't create the charm or write the amulet tests this may effect you. If you are trying to update a charm, even with an entirely unrelated feature, your proposed changes will not be accepted until tests pass. It is up to us as the unrelated feature auth

Re: Juju and cluster managers (like mesos)

2015-11-30 Thread Merlijn Sebrechts
Hi Samuel Thanks for your answer! The injection Charm sounds interesting. So Juju manages both k8s and the services running on top of k8s? Do you have an example you can show me? > However, monitoring is an expression of the operation and not the model, therefore "can not" be operated by Juju.

Re: Tuning ceph

2015-11-30 Thread Pshem Kowalczyk
Hi, Thank you that's exactly what I was after. kind regards Pshem On Tue, 1 Dec 2015 at 01:19 James Page wrote: > Hi Pshem > > On Thu, Nov 26, 2015 at 12:18 AM, Pshem Kowalczyk > wrote: > >> Hi, >> >> In this particular case I just want to make sure that my settings for >> CRUSH are used for

Re: [ANN] charm-tools 1.9.3

2015-11-30 Thread Cory Johns
PyYAML includes a pure-Python version which would be used if building fails. I'm not entirely averse to coming up with a way to specify an exclude list for wheel deps that would be provided in some other way, but what if one layer excludes a wheel that another layer explicitly includes? And how w