Closed Bug 439446 Opened 16 years ago Closed 16 years ago

Add nutch config options to mozilla.com sites

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: clouserw, Assigned: xb95)

Details

We need to add nutch configuration variables to the config of trunk/stage/production for mozilla.com.  Adding these variables before the new site goes live won't hurt anything.  The variables that need to be added to /includes/config.inc.php are:

$config['nutch_url'] = '';
$config['nutch_server_name'] = $config['server_name'];

You'll need to fill in nutch_url with the complete URL to XML search results from nutch.  I don't know what it is for production.  For dev it is "http://sm-devnutch01.mozilla.org:8080/opensearch"

The server_name should be as above for production and probably hardcoded to "www.mozilla.com" for development.  Further documentation is available in the config.inc.php-dist file.

This is blocking further testing of the site.
I updated www-trunk with the configuration above.

I will update stage/prod when I get in the office.
Assignee: server-ops → mark
Production updated.

I'm not sure what 'stage' is for mozilla.com?  It seems we have tons of staging servers around.  Can you give me the URL to stage and I can track it from there?  (Is that even required for launch?)
Status: NEW → ASSIGNED
Stage updated.  I don't know how to tell if the nutch config I've chosen is
working, but it is sm-devnutch01:8080/opensearch, which seems to be right?

Resolving.  Please reopen if something is wrong.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
If you're using that box it should be:

  http://sm-devnutch01.mozilla.org:8080/opensearch

Neither trunk nor stage is working.  You can test by typing something in the search box at the top right.  Both are just spinning waiting for the server - can these boxes see sm-devnutch01.m.o?  Perhaps a firewall problem?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Doesn't look like nutch is running on sm-devnutch01.  I don't know who 'owns' this box or who is responsible for making sure nutch is running?

Do you need this service up tonight?
I have access to the box, but nutch isn't starting.  I don't have time to dig into it now, but since this is working on the live site, I'm calling it good for now.  Thanks.
Status: REOPENED → RESOLVED
Closed: 16 years ago16 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.