Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
multitenancy in supervisor with fab deployment
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
David Novakovic  
View profile   Translate to Translated (View Original)
 More options Aug 18 2012, 2:44 pm
From: David Novakovic <davidnovako...@gmail.com>
Date: Sat, 18 Aug 2012 11:44:36 -0700 (PDT)
Local: Sat, Aug 18 2012 2:44 pm
Subject: multitenancy in supervisor with fab deployment

Hey,

I found a bit of a quirk today when trying to deploy two  mezzanine sites
to the same server using the vanilla fabric deployment.

Once I had to instance of gunicorn, each in their own program group and
each running on different ports I found that the gunicorn in the other
process group would start trying to listen on the same port as gunicorn in
the first group.

When I renamed the program to "gunicorn2" on the second site and told the
appropriate program group to use it, the issue went away. Below I've shown
the working combination.

Now, I know this is most likely an issue with supervisor, but i wanted to
raise it here to see if anyone else has had this issue or maybe I'm missing
something obvious?

[group:site_one]
programs=gunicorn

[program:gunicorn]
command=..

[group:site_two]
programs=gunicorn2

[program:gunicorn2]
command=...

Cheers!

D


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen McDonald  
View profile   Translate to Translated (View Original)
 More options Aug 19 2012, 1:47 am
From: Stephen McDonald <st...@jupo.org>
Date: Sun, 19 Aug 2012 15:47:26 +1000
Local: Sun, Aug 19 2012 1:47 am
Subject: Re: [mezzanine-users] multitenancy in supervisor with fab deployment

Thanks David - that's a bug and your solution is correct.

It was recently fixed here:

https://github.com/stephenmcd/mezzanine/commit/66041bcbb464dd08c3d2e8...

On Sun, Aug 19, 2012 at 4:44 AM, David Novakovic
<davidnovako...@gmail.com>wrote:

--
Stephen McDonald
http://jupo.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Novakovic  
View profile   Translate to Translated (View Original)
 More options Aug 19 2012, 2:08 am
From: David Novakovic <davidnovako...@gmail.com>
Date: Sat, 18 Aug 2012 23:08:45 -0700 (PDT)
Local: Sun, Aug 19 2012 2:08 am
Subject: Re: [mezzanine-users] multitenancy in supervisor with fab deployment

OK, I'll move to using mezzanine from github rather than the 1.4.1 defined
in the requirements file.

I'm assuming for stuff like this I'll have to update the relevant files in
the project template I'm using from the older version.

Are there a list of changes where I need to update my current project
somewhere?

D


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen McDonald  
View profile   Translate to Translated (View Original)
 More options Aug 19 2012, 11:45 am
From: Stephen McDonald <st...@jupo.org>
Date: Mon, 20 Aug 2012 01:45:08 +1000
Local: Sun, Aug 19 2012 11:45 am
Subject: Re: [mezzanine-users] multitenancy in supervisor with fab deployment

I haven't had the time to put a list like that together unfortunately.

Sorry about that - it should be part of the release process but it hasn't
been.

On Sun, Aug 19, 2012 at 4:08 PM, David Novakovic
<davidnovako...@gmail.com>wrote:

--
Stephen McDonald
http://jupo.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »