Re: Better way to scale services horizontally

2014-05-01 Thread Jorge O. Castro
On Tue, Apr 29, 2014 at 1:31 PM, Sebastian sebas5...@gmail.com wrote:
 Some help? I'm almost there to finish the charm :)

Hi Sebas! Nice work! The easiest way to get a review is to follow
these steps: 
https://juju.ubuntu.com/docs/authors-charm-store.html#submitting-a-new-charm

In this case just start at step nine, paste in the URL to the charm
and then say something to the effect that you're looking for an
initial review. Thanks! Feel free to mail me off list with your
address and tshirt size so we can send you a snazzy Juju shirt!




-- 
Jorge Castro
Canonical Ltd.
http://juju.ubuntu.com/ - Automate your Cloud Infrastructure

-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Better way to scale services horizontally

2014-04-29 Thread Sebastian
Hi!, I finally did it, the first production ready Drupal
charmhttps://github.com/sebas5384/charm-drupal/tree/bash with
project import from an existing GIT repository. Is almost completed, just
need to do some more relations and a lot of documentation, but before that,
I want to finish the peer's relation to load balance the units of the
service, so then Drupal can scale horizontally.

I'm based in the Wordpress charm, and noticed that is using:
*- NFS mount:* To have one mounted point, for example uploaded files from
users.
*- Nginx as load balancer:* I'm currently using Nginx as the default web
server, so this would be another server instance configuration.

So I understand that it needs always another related deployed charm for
syncing files between units and an internal Nginx configured and installed
as peers hook relation is  invoked.

Some help? I'm almost there to finish the charm :)
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju