ReleaseEngineering/Applications/Tegra Dashboard: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "packages installed after VM setup: rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm yum install hg yum install python26 Required crontab:...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Application Description == | |||
Tegra Dashboard is a static html page generated by cronjob. It gathers all of the tegra status files (which are sent to it by each foopy) and builds the page that is found at mobile-dashboard1.build.mtv1.mozilla.com/tegras/ | |||
== Requirements == | |||
The server depends on | |||
* Python 2.6 | |||
== External Resources == | |||
Tegra dashboard uses data pulled from two json files found in http://hg.mozilla.org/build/tools | |||
* tools/buildfarm/mobile/tegras.json | |||
* tools/buildfarm/maintenance/production-masters.json | |||
== Security == | |||
None - it's a static page | |||
== Monitoring == | |||
None currently | |||
== Deployment == | |||
The script and generated html is deployed on a single host, <tt>mobile-dashboard1.build.mtv1.mozilla.com</tt>. | |||
=== Server Setup === | |||
IT installed RHEL6 | |||
The following system packages were installed via yum: | |||
* http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm (for EPEL packages; use --nogpgcheck) | |||
* hg | |||
* python26 | |||
Latest revision as of 17:25, 14 February 2012
Application Description
Tegra Dashboard is a static html page generated by cronjob. It gathers all of the tegra status files (which are sent to it by each foopy) and builds the page that is found at mobile-dashboard1.build.mtv1.mozilla.com/tegras/
Requirements
The server depends on
- Python 2.6
External Resources
Tegra dashboard uses data pulled from two json files found in http://hg.mozilla.org/build/tools
- tools/buildfarm/mobile/tegras.json
- tools/buildfarm/maintenance/production-masters.json
Security
None - it's a static page
Monitoring
None currently
Deployment
The script and generated html is deployed on a single host, mobile-dashboard1.build.mtv1.mozilla.com.
Server Setup
IT installed RHEL6
The following system packages were installed via yum:
- http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm (for EPEL packages; use --nogpgcheck)
- hg
- python26