Jump to: navigation, search

Difference between revisions of "XenServer/XenServer CI/AdminTips"

(Created page with "== XenServer CI Admin Tips == Auth is via ssh-keys, please request access in the XenAPI team meeting, if you want to help. Main box: * 166.78.153.192")
 
(XenServer CI Admin Tips)
Line 5: Line 5:
 
Main box:
 
Main box:
 
* 166.78.153.192
 
* 166.78.153.192
 +
 +
Services that should be running:
 +
* citrix-ci-gerritwatch: Watches the gerrit stream and adds jobs to the queue
 +
** Logs: /var/log/citrix-ci-gerritwatch.log
 +
** (Re)start: restart citrix-ci-gerritwatch / start citrix-ci-gerritwatch
 +
* citrix-ci: Progresses jobs through the lifecycle (see below)
 +
** Logs: /var/log/citrix-ci.log
 +
** (Re)start: restart citrix-ci / start citrix-ci
 +
* nodepool: Provisions VMs to use in the tests
 +
** Logs: /var/log/nodepool/nodepool.log,  /var/log/nodepool/debug.log
 +
** (Re)start: killall nodepool; rm /var/run/nodepool/nodepool.pid; start nodepool

Revision as of 09:50, 27 May 2014

XenServer CI Admin Tips

Auth is via ssh-keys, please request access in the XenAPI team meeting, if you want to help.

Main box:

  • 166.78.153.192

Services that should be running:

  • citrix-ci-gerritwatch: Watches the gerrit stream and adds jobs to the queue
    • Logs: /var/log/citrix-ci-gerritwatch.log
    • (Re)start: restart citrix-ci-gerritwatch / start citrix-ci-gerritwatch
  • citrix-ci: Progresses jobs through the lifecycle (see below)
    • Logs: /var/log/citrix-ci.log
    • (Re)start: restart citrix-ci / start citrix-ci
  • nodepool: Provisions VMs to use in the tests
    • Logs: /var/log/nodepool/nodepool.log, /var/log/nodepool/debug.log
    • (Re)start: killall nodepool; rm /var/run/nodepool/nodepool.pid; start nodepool