Confirmed users
502
edits
| Line 130: | Line 130: | ||
= Adding your master to slavealloc = | = Adding your master to slavealloc = | ||
* you will need to find out the host, password, and username for the slavealloc mysql url. If you don't know where our private things live, ask someone in releng. | |||
# you will want to create a CSV similar to this one | |||
# (where row 1 is column names and every subsequent row is your master you wish to add) | |||
# create a CSV similar to this one | |||
# | |||
nickname,fqdn,http_port,pb_port,datacenter,pool | nickname,fqdn,http_port,pb_port,datacenter,pool | ||
sm-armenzg-build,dev- | sm-armenzg-build,dev-master1.srv.releng.scl3.mozilla.com,8040,9040,scl3,staging-pers | ||
sm-armenzg-test,dev- | sm-armenzg-test,dev-master1.srv.releng.scl3.mozilla.com,8041,9041,scl1,staging-pers | ||
* for latest info on csv file format see: [http://hg.mozilla.org/build/tools/file/tip/lib/python/slavealloc/scripts/dbimport.py dbimport.py]. | |||
* use that csv file in steps here: [https://wiki.mozilla.org/index.php?title=ReleaseEngineering:Buildduty:Slave_Management#Adding_a_slave adding a master] | |||
= Modifying your old master in slavealloc = | = Modifying your old master in slavealloc = | ||