-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathibm_catalog.json
112 lines (112 loc) · 5.56 KB
/
ibm_catalog.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
{
"name": "terraform-ibm-powervs-catalog-powervs-sap-infrastructure",
"flavors": [
{
"label": "Standard",
"name": "standard",
"usage": "module \"power-infrastructure\" {\n source = \"https://cm.globalcatalog.cloud.ibm.com/api/v1-beta/offering/source?archive=tgz\u0026kind=terraform\u0026name=terraform-ibm-powervs-catalog-powervs-sap-infrastructure\u0026version=1.1.0\"\n pvs_zone = var.pvs_zone\n pvs_resource_group_name = var.pvs_resource_group_name\n prefix = var.prefix\n pvs_public_key = var.pvs_public_key\n cloud_connection_name = var.cloud_connection_name\n vpc_region = var.vpc_region\n vpc_names = vpc_names\n ibmcloud_api_key = var.ibmcloud_api_key\n}",
"compliance": {
"controls": [
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AC-2(1)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AC-2(a)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AC-2(c)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AC-2(i)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AC-2(j)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AC-3"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AC-4"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AC-6-0"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "AU-2(a)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "CA-7(a)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "CM-2"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "CM-8(4)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "IA-4"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "SC-8-0"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "RA-5(a)"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "SC-12"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "SC-13"
},
{
"profile_name": "SAP on IBM Power compliance v0.1.2",
"control_id": "SC-36"
}
]
},
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager"
],
"service_name": "power-iaas"
}
],
"architecture": {
"features": [
{
"description": "1",
"title": "PowerVS Service"
}
],
"diagrams": [
{
"diagram": {
"caption": "IBM Power Virtual Service",
"url": "https://globalcatalog.cloud.ibm.com/api/v1/goldeneye-artifacts/artifacts/sap_power_slz-infrastructure-layer.drawio.svg",
"metadata": []
},
"description": "Building upon the management VPC and workload VPC that were previously created by using Secure Landing Zone VPC with VSIs, Power VS Infrastructure creates a Power Virtual Server instance. In the instance, Direct Link Connections provide consistent connectivity and access between the IBM Cloud Management VPC and Power Virtual Service networking zones. \n\n\n\n\nAfter the creation of the Power Virtual Server instance, the management VPC provides a secure virtual machine to access the Power Virtual Servers. The workload VPC provides virtual machines that run critical services such as Domain Name System, Lightweight Directory Access Protocol, and Network File System that are accessible to the Power Virtual Server service and LPARs."
}
]
}
}
]
}