Confirmed users
1,989
edits
Line 461: | Line 461: | ||
We are in the process of moving pandas from scl1 to scl3 in {{bug|1001705}}. Here are the changes that are needed to implement this from the releng side of things | We are in the process of moving pandas from scl1 to scl3 in {{bug|1001705}}. Here are the changes that are needed to implement this from the releng side of things | ||
* update devices.json in tools repo so relays point to correct data centre. Example: https://bugzilla.mozilla.org/attachment.cgi?id=8419438&action=edit | * update devices.json in tools repo so relays point to correct data centre. Example: https://bugzilla.mozilla.org/attachment.cgi?id=8419438&action=edit. Reconfig and update foopies with the latest version of tools to reflect this. | ||
* Relops will reimage the foopies. The directories in /builds will need to be recreated. ssh to the newly imaged foopies as root, cd /builds; for (( c=first; c<=last ; c++ )); do mkdir panda-0$c; done; chown cltbld.cltbld panda-0* | * Relops will reimage the foopies. The directories in /builds will need to be recreated. ssh to the newly imaged foopies as root, cd /builds; for (( c=first; c<=last ; c++ )); do mkdir panda-0$c; done; chown cltbld.cltbld panda-0* | ||
* In slaveallco: update the datacentre they belong to and enable the pandas | * In slaveallco: update the datacentre they belong to and enable the pandas |