[00:50] marcoceppi: right, i see how postgresql charm does it, i'll mimick that. i need to kill instances but store results only, and later access them. [00:50] thanx. === CyberJacob|Away is now known as CyberJacob === marrusl is now known as marrusl_afk === marrusl_afk is now known as marrusl [17:12] Would this be a proper application of subordinate charms? Given the scenario of deploying Gunicorn / HAProxy, making client sites a subordinate unit that are deployed into the GUnicorn instance, to deploy their custom NGINX virtual host, and doing any app setup required like installation of PHP Modules, Ruby frameworks, etc.? [17:13] Mind you these client sites are small and not expected to scale anytime soon, but with it being a subordinate it would be fairly trivial to scale gunicorn, and by virtue of juju hooks, it would scale the client sites automagically with the parent unit's scale. [17:31] lazypower: I think so. I believe this is how the rails charm works. You give it info to pull the source and it builds/runs the application [17:32] lazypower: I'm not personally up on how/where the gunicorn charm is for this use [17:32] I've looked at the rails charm, and I have some questions overall about chef's role [17:33] Mostly about cookbooks, and if there are going to be community reviewed/maintained cookbooks. They have the potential to really aid the scale out of juju's provisioner, but bloat the review material. I am looking at this from a community maintainability and portability standpoint [17:36] rick_h__: and thank you for responding :) [17:38] lazypower: looking at the gunicorn charm I could completely see a subordinate getting the source, which provides the wsgi file and then setting up the config on the gunicorn charm to point there to serve it out [17:39] I thought that would be a good way to move forward. [17:39] I'm thinking I'll whip up a quick charm to show this level of coordination to my boss and make our network maps obsolete with the juju-gui === marlinc_ is now known as Marlinc === marlinc_ is now known as marlinc === CyberJacob is now known as CyberJacob|Away