We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3389c41 commit 1eceda6Copy full SHA for 1eceda6
resources/tests/rest_test_example.json
@@ -0,0 +1,25 @@
1
+{
2
+ "configurations": [
3
+ {
4
+ "infrastructure": "openstack",
5
+ "cloud": "openstack",
6
+ "sshUser": "ubuntu",
7
+ "subnet": "YOUR SUBNET",
8
+ "sshTimeout": 5,
9
+ "waitForServices": [
10
+ "YOUR SERVICE IF NECESSARY"
11
+ ],
12
+ "workerInstances": [
13
14
+ "type": "YOUR TYPE",
15
+ "image": "YOUR IMAGE",
16
+ "count": 1
17
+ }
18
19
+ "masterInstance": {
20
21
+ "image": "YOUR IMAGE"
22
23
24
+ ]
25
+}
0 commit comments