forked from persiaAziz-zz/sap-hana-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
single_node_oracle.json
101 lines (101 loc) · 2.17 KB
/
single_node_oracle.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
{
"infrastructure": {
"region": "eastus",
"resource_group": {
"is_existing": "false",
"name": "test-anydb-rg"
},
"ppg": {
"is_existing": "false",
"name": "test-ppg",
"arm_id": ""
},
"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_db": {
"is_existing": "false",
"name": "subnet-db",
"prefix": "10.1.2.0/24",
"nsg": {
"is_existing": "false",
"name": "nsg-db"
}
}
}
}
},
"jumpboxes": {
"windows": [],
"linux": []
},
"databases": [
{
"platform": "Oracle",
"db_version": "7.5.1",
"os": {
"publisher": "Oracle",
"offer": "Oracle-Linux",
"sku": "7.5",
"version": "latest"
},
"size": "1024",
"filesystem": "xfs",
"high_availability": false,
"authentication": {
"type": "key",
"username": "azureadm"
},
"instance": {
"sid": "ON1",
"instance_number": "00"
},
"credentials": {
"db_systemdb_password": "Manager1"
},
"dbnodes": [
{
"role": "db"
}
],
"loadbalancer": {
}
}
],
"software": {
"storage_account_sapbits": {
"is_existing": false,
"account_tier": "Premium",
"account_replication_type": "LRS",
"account_kind": "FileStorage",
"file_share_name": "bits"
},
"downloader": {}
},
"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
}
}