Closed
Bug 534872
Opened 16 years ago
Closed 15 years ago
rsync access from build.mozilla.org to cruncher.build.mozilla.org
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: dmoore)
Details
I've got some files I'd like to have rsync'ed over regularly from cruncher to be made available on a publicly visible web server.
I was thinking of setting up something like this in a cronjob:
rsync -a --delete cruncher.build.mozilla.org::builds/ /var/www/html/build/builds/
Updated•16 years ago
|
Assignee: server-ops → dmoore
Comment 1•16 years ago
|
||
your cronjob looks like it's running on the remote host.
Can you run that on cruncher instead so I only have to open outbound tcp port instead of opening up an inbound policy and worrying about security?
(and historically the build network has had extremely limited outbound access - joduinn, you okay opening this up?)
| Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> your cronjob looks like it's running on the remote host.
>
> Can you run that on cruncher instead so I only have to open outbound tcp port
> instead of opening up an inbound policy and worrying about security?
Depends on what's involved in setting up the appropriate accounts and ssh keys on build.m.o. I think something like this deserves to run as its own user if it's going to be writing to files in the web document root.
> (and historically the build network has had extremely limited outbound access -
> joduinn, you okay opening this up?)
| Assignee | ||
Updated•16 years ago
|
Group: infra
| Reporter | ||
Comment 3•16 years ago
|
||
ping
| Reporter | ||
Comment 4•16 years ago
|
||
what are we blocked on here?
| Reporter | ||
Comment 5•16 years ago
|
||
I'd like to make some progress on this please.
Assignee: dmoore → server-ops
Severity: minor → normal
| Assignee | ||
Comment 6•16 years ago
|
||
ETA today, we have the proper rules in place... just setting up keys now.
| Assignee | ||
Comment 7•16 years ago
|
||
Builds are now being copied over on the hour.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•16 years ago
|
||
Awesome, thanks!
Comment 9•15 years ago
|
||
Please change the rsync to run more frequently, say every 5 minutes.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•15 years ago
|
||
5 minutes it is.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 15 years ago
Resolution: --- → FIXED
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
•