Closed
Bug 581233
Opened 15 years ago
Closed 15 years ago
Deploy intranet webtools URL to production
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: malexis, Assigned: fox2mike)
References
()
Details
Shyam,
We're ready to deploy the intranet wedtools URL
According to bug#574819 you created a url but it's not yet configured to hit production:
https://intranet.mozilla.org/webtools/
Sam tagged in SVN:
https://svn.mozilla.org/projects/webtools/workermgmt/tags/production/
Anything else needed? Can you push by EOD Friday PST?
Comment 1•15 years ago
|
||
--> mozilla.org :: Server Operations
Please don't touch the "QA Contact" field. It has nothing to do with QA.
Updated•15 years ago
|
Assignee: shyam → server-ops
Component: HTML: Form Submission → Server Operations
Product: Core → mozilla.org
QA Contact: stephen.donner → mrz
Hardware: x86 → All
Version: unspecified → other
| Assignee | ||
Comment 2•15 years ago
|
||
And priorities aren't really used within IT (or used really sparingly) :D
Assignee: server-ops → shyam
Priority: P2 → --
| Assignee | ||
Comment 3•15 years ago
|
||
Also, Sam needs to re-tag production :
[root@mrapp-intranet01 webtools]# svn info
Path: .
URL: http://svn.mozilla.org/projects/webtools/workermgmt/tags/production
Repository Root: http://svn.mozilla.org
Repository UUID: 4eb1ac78-321c-0410-a911-ec516a8615a5
Revision: 70803
Node Kind: directory
Schedule: normal
Last Changed Author: skeen@mozilla.com
Last Changed Rev: 69584
Last Changed Date: 2010-06-25 13:49:21 -0700 (Fri, 25 Jun 2010)
[root@mrapp-intranet01 webtools]# svn up
At revision 71137.
Nothing's changed.
| Assignee | ||
Comment 4•15 years ago
|
||
Also, Sam - let me know if any of this needs a change :
$config['buddy_email_from_address'] = 'Someone';
$config['buddy_email_from_label'] = 'someone@somewhere.com';
$config['buddy_email_subject'] = 'Hello';
$config['buddy_email_template'] = <<<XOXO
This is the email Body template with place holders in this form
Dear %email_recipient%,
THis email is to inform you that...
XOXO;
The rest of the setup is good to go as soon as the svn tag is fixed.
Whiteboard: Waiting on SVN to be tagged
fox2mike, the needed fixes to webtools have been made and tested.
the production tag has been re-cut
deployment is identical to stage: https://intranet.mozilla.org/Webdev/WorkerMgmtApp#Deployment
with just a couple exceptions noted here: https://intranet.mozilla.org/Webdev/WorkerMgmtApp#Production_Checklist
Let me know if you have any questions, thx
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•15 years ago
|
||
Done.
Let me know if you need anything else.
Do you have any changes wrt comment #4?
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
thx fox2mike,
> Do you have any changes wrt comment #4?
The values (for stage and prod) config should be what is listed in the config example
https://intranet.mozilla.org/Webdev/WorkerMgmtApp#application.2Fconfig.2Fworkermgmt.php
You should use that code snippet in its entirety as the stage and prod workermgmt.php file,
Starting: <?php defined('SYSPATH') OR die('No direct access allowed.');
...
Ending: return $config;
Then, just setting $config['ldap_anon_password'] and making Prod adjustments noted here: https://intranet.mozilla.org/Webdev/WorkerMgmtApp#Production_Checklist
If it's better, I can write the stage and prod config files on somehow? get them to you securely. Just let me know.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 8•15 years ago
|
||
Updated the configs based on a templates sent by Sam via email.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Whiteboard: Waiting on SVN to be tagged
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•