forked from persiaAziz-zz/sap-hana-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application_wo_ha.json
145 lines (145 loc) · 3.3 KB
/
application_wo_ha.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"infrastructure": {
"region": "eastus",
"resource_group": {
"is_existing": "false",
"name": "test-rg"
},
"ppg": {
"is_existing": "false",
"name": "test-ppg"
},
"vnets": {
"management": {
"is_existing": "false",
"name": "vnet-mgmt",
"address_space": "10.0.0.0/16",
"subnet_mgmt": {
"is_existing": "false",
"name": "subnet-mgmt",
"prefix": "10.0.1.0/24",
"nsg": {
"is_existing": "false",
"name": "nsg-mgmt",
"allowed_ips": [
"0.0.0.0/0"
]
}
}
},
"sap": {
"is_existing": "false",
"name": "vnet-sap",
"address_space": "10.1.0.0/16",
"subnet_admin": {
"is_existing": "false",
"name": "subnet-admin",
"prefix": "10.1.1.0/24",
"nsg": {
"is_existing": "false",
"name": "nsg-admin"
}
},
"subnet_db": {
"is_existing": "false",
"name": "subnet-db",
"prefix": "10.1.2.0/24",
"nsg": {
"is_existing": "false",
"name": "nsg-db"
}
},
"subnet_app": {
"is_existing": "false",
"name": "subnet-app",
"prefix": "10.1.3.0/24",
"nsg": {
"is_existing": "false",
"name": "nsg-app"
}
}
}
}
},
"jumpboxes": {
"windows": [],
"linux": []
},
"application": {
"enable_deployment": true,
"sid": "Z01",
"scs_instance_number": "01",
"ers_instance_number": "02",
"scs_high_availability": false,
"application_server_count": 1,
"webdispatcher_count": 1,
"authentication": {
"type": "key",
"username": "azureadm"
},
"os": {
"os_type": "Linux",
"publisher": "suse",
"offer": "sles-sap-12-sp5",
"sku": "gen1",
"version": "latest"
}
},
"software": {
"storage_account_sapbits": {
"is_existing": false,
"account_tier": "Premium",
"account_replication_type": "LRS",
"account_kind": "FileStorage",
"file_share_name": "bits"
},
"downloader": {
"credentials": {
"sap_user": "",
"sap_password": ""
},
"scenarios": [
{
"scenario_type": "DB",
"product_name": "HANA",
"product_version": "2.0",
"os_type": "LINUX_X64",
"os_version": "SLES12.3",
"components": [
"PLATFORM"
]
},
{
"scenario_type": "RTI",
"product_name": "RTI",
"os_type": "LINUX_X64"
},
{
"scenario_type": "BASTION",
"os_type": "NT_X64"
},
{
"scenario_type": "BASTION",
"os_type": "LINUX_X64"
}
],
"debug": {
"enabled": false,
"cert": "charles.pem",
"proxies": {
"http": "http://127.0.0.1:8888",
"https": "https://127.0.0.1:8888"
}
}
}
},
"sshkey": {
"path_to_public_key": "~/.ssh/id_rsa.pub",
"path_to_private_key": "~/.ssh/id_rsa"
},
"options": {
"enable_secure_transfer": true,
"ansible_execution": false,
"enable_prometheus": true
}
}