[skolo] Jumphosts need stop_sleep role. Add rack6 PDU.

Bug: skia:13404
Change-Id: I8c558c795d0ab3922c326bd7cca2b14c5c7147c7
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/565798
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
diff --git a/skolo/ansible/switchboard/jumphosts.yml b/skolo/ansible/switchboard/jumphosts.yml
index fee4c27..aaeb861 100644
--- a/skolo/ansible/switchboard/jumphosts.yml
+++ b/skolo/ansible/switchboard/jumphosts.yml
@@ -10,6 +10,7 @@
     managed_prometheus_ansible_version_override: ''
 
   roles:
+    - stop_sleeping
     - create_chrome_bot_user
     - copy_authorized_keys
     - copy_service_account_key
diff --git a/skolo/sys/powercycle-rack6.json5 b/skolo/sys/powercycle-rack6.json5
index 0967ef4..b8634c8 100644
--- a/skolo/sys/powercycle-rack6.json5
+++ b/skolo/sys/powercycle-rack6.json5
@@ -1 +1,16 @@
-{}
+{
+  synaccess: {
+    "PDU1": {
+      address: "http://pdu1"
+      ports: {
+        "router": 1,
+        "switch1": 2,
+        "switch2": 3,
+        "jumphost": 4,
+        "switch3": 5,
+        "switch4": 6,
+        "skia-e-linux-600": 7,
+      }
+    }
+  }
+}