This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathsetup_ABAP_steampunk.json
64 lines (64 loc) · 1.9 KB
/
setup_ABAP_steampunk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"$schema": "https://raw.githubusercontent.com/SAP-samples/btp-setup-automator/main/libs/btpsa-usecase.json",
"aboutThisUseCase": {
"name": "Setting up an ABAP Steampunk instance",
"description": "This usecase sets up an ABAP Steampunk instance on your SAP BTP account.",
"author": "rui.nogueira@sap.com",
"testStatus": "tested successfully",
"usageStatus": "READY TO BE USED",
"relatedLinks": []
},
"services": [
{
"name": "cloudfoundry",
"plan": "free",
"category": "ENVIRONMENT"
},
{
"name": "abap",
"plan": "free",
"category": "SERVICE",
"repeatstatusrequest": 300,
"repeatstatustimeout": 7200,
"parameters": {
"admin_email": "your.emailaddress@somewhere.com",
"description": "Main development system",
"sapsystemname": "H01"
},
"createServiceKeys": [
"ADT"
]
},
{
"name": "abapcp-web-router",
"plan": "default",
"category": "APPLICATION"
}
],
"assignrolecollections": [
{
"name": "Global Account Administrator",
"type": "account",
"level": "global account",
"assignedUserGroupsFromParameterFile": [
"admins"
]
},
{
"name": "Subaccount Administrator",
"type": "account",
"level": "sub account",
"assignedUserGroupsFromParameterFile": [
"admins"
]
},
{
"name": "Subaccount Service Administrator",
"type": "account",
"level": "sub account",
"assignedUserGroupsFromParameterFile": [
"admins"
]
}
]
}