canmove, Confirmed users
6,441
edits
| Line 466: | Line 466: | ||
The shutdown event tracker was disabled to avoid manual intervention after power outages and other improper shutdowns. This was done with [http://hg.mozilla.org/build/opsi-package-sources/file/tip/disable-shutdown-tracker this OPSI package], which sets the following registry key as follows:<br/> | The shutdown event tracker was disabled to avoid manual intervention after power outages and other improper shutdowns. This was done with [http://hg.mozilla.org/build/opsi-package-sources/file/tip/disable-shutdown-tracker this OPSI package], which sets the following registry key as follows:<br/> | ||
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability\ShutdownReasonOn\REG_DWORD:0x0 | HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability\ShutdownReasonOn\REG_DWORD:0x0 | ||
== Version 23 - 20091214 == | |||
=== Tools repository checkout === | |||
We require a few scripts from the [http://hg.mozilla.org/build/tools build/tools repository] on the Windows slaves. [http://hg.mozilla.org/build/opsi-package-sources/file/tip/tools-repo This OPSI package] was used to roll it out, which clones the repository to d:\tools | |||
=== OPSI Hostkey Generator === | |||
We deployed a script and Scheduled Task that is used to update the OPSI hostkey on newly cloned slaves to avoid reinstalling OPSI entirely. [http://hg.mozilla.org/build/opsi-package-sources/file/tip/hostkey-generator This OPSI package] did the installation, which is simply adding a scheduled task that runs on boot. | |||
=== Buildbot TAC Generator === | |||
[http://hg.mozilla.org/build/opsi-package-sources/file/tip/buildbot-batch-file This OPSI package] deployed an updated version of the buildbot.bat launcher to cltbld's 'Startup' folder which generates buildbot.tac files for new slaves. The launcher contains passwords so it is not in a public repo. Please ping someone from RelEng if you'd like a copy. | |||
= Manual Setup Steps after VMImage = | = Manual Setup Steps after VMImage = | ||