Skip to content

Commit 1eceda6

Browse files
added example file for rest_test.json
1 parent 3389c41 commit 1eceda6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"type": "YOUR TYPE",
21+
"image": "YOUR IMAGE"
22+
}
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)