parser script and step class in backend code of testing-scheduler
[bottlenecks.git] / testing-scheduler / server / src / env / context / context.yaml
diff --git a/testing-scheduler/server/src/env/context/context.yaml b/testing-scheduler/server/src/env/context/context.yaml
new file mode 100644 (file)
index 0000000..58ed461
--- /dev/null
@@ -0,0 +1,75 @@
+##############################################################################\r
+# Copyright (c) 2018 HUAWEI TECHNOLOGIES CO.,LTD and others.\r
+#\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Apache License, Version 2.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.apache.org/licenses/LICENSE-2.0\r
+##############################################################################\r
+\r
+---\r
+\r
+hosts:\r
+    node26:\r
+        name: node26\r
+        ip: 192.168.1.26\r
+        port: 22\r
+        user: root\r
+        password: 123456\r
+\r
+    node27:\r
+        name: node27\r
+        ip: 192.168.1.27\r
+        port: 22\r
+        user: root\r
+        password: 123456\r
+\r
+    node28:\r
+        name: node28\r
+        ip: 192.168.1.28\r
+        port: 22\r
+        user: root\r
+        password: 123456\r
+\r
+    node29:\r
+        name: node29\r
+        ip: 192.168.1.29\r
+        port: 22\r
+        user: root\r
+        password: 123456\r
+\r
+    node30:\r
+        name: node30\r
+        ip: 192.168.1.30\r
+        port: 22\r
+        user: root\r
+        password: 123456\r
+\r
+    node31:\r
+        name: node31\r
+        ip: 192.168.1.31\r
+        port: 22\r
+        user: root\r
+        password: 123456\r
+\r
+    node32:\r
+        name: node32\r
+        ip: 192.168.1.32\r
+        port: 22\r
+        user: root\r
+        password: 123456\r
+\r
+\r
+cassandra:\r
+    name: node24\r
+    ip: 192.168.1.24\r
+    port: 22\r
+    user: root\r
+    password: 123456\r
+\r
+sprout:\r
+    name: node32\r
+    ip: 192.168.1.32\r
+    port: 22\r
+    user: root\r
+    password: 123456
\ No newline at end of file