canmove, Confirmed users
1,394
edits
No edit summary |
|||
Line 3: | Line 3: | ||
The application has an outward-facing web interface for developers, and also provides an internal web service which buildslaves contact to determine what build directories they should clobber. | The application has an outward-facing web interface for developers, and also provides an internal web service which buildslaves contact to determine what build directories they should clobber. | ||
There are several vhosts involved here: | |||
clobberer.pvt.build.mozilla.org - production API | |||
clobberer-preproduction.pvt.build.mozilla.org - preproduction API | |||
clobberer-stage.pvt.build.mozilla.org - staging API | |||
clobberer.pub.build.mozilla.org - http entry point for UI (production) | |||
clobberer-staging.pub.build.mozilla.org - http entry point for UI (staging) | |||
secure.pub.build.mozilla.org - https for UI (staging and production) | |||
= Requirements = | = Requirements = | ||
Line 10: | Line 19: | ||
= Resources = | = Resources = | ||
* two MySQL databases (production and staging) | * two MySQL databases (production and staging) | ||
* | * runs on the [https://mana.mozilla.org/wiki/display/websites/Releng+web+cluster releng web cluster] | ||
= Security = | = Security = | ||
Clobberer uses the LDAP username verified and supplied by Apache, with some users having slightly elevated priviledges (the ability to clobber release jobs). | Clobberer uses the LDAP username verified and supplied by Apache, with some users having slightly elevated priviledges (the ability to clobber release jobs). | ||
= | = More = | ||
See [https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=24805981 the websites page] | |||
https:// | |||
= | |||