@itentialopensource/adapter-vmware_vcenter 0.12.2 → 0.12.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.12.4 [03-21-2024]
3
+
4
+ * Changes made at 2024.03.21_14:05PM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-vmware_vcenter!23
7
+
8
+ ---
9
+
10
+ ## 0.12.3 [03-11-2024]
11
+
12
+ * Changes made at 2024.03.11_15:39PM
13
+
14
+ See merge request itentialopensource/adapters/cloud/adapter-vmware_vcenter!22
15
+
16
+ ---
17
+
2
18
  ## 0.12.2 [02-28-2024]
3
19
 
4
20
  * Changes made at 2024.02.28_11:55AM
package/metadata.json CHANGED
@@ -17,16 +17,26 @@
17
17
  "Cloud"
18
18
  ],
19
19
  "tags": [
20
- "Virtual Compute"
20
+ "Cloud Infrastructure Changes",
21
+ "Hybrid & Multi Cloud Orchestration",
22
+ "Configuration & Compliance",
23
+ "Software Upgrades & Device Maintenance"
21
24
  ],
22
25
  "useCases": [
23
- "Add or remove Virtual Machine Images",
24
- "Instantiate, manage, remove Virtual Machine Instances",
25
- "Deploy Virtual Services and Functions",
26
- "Determine available Cloud Resources",
27
- "Assign resources to Virtual Machine Instances",
28
- "Management of Cloud Network Assignments",
29
- "Management of Cloud Storage"
26
+ "VNet or VPC deploy/management",
27
+ "Connect VPC and VNet",
28
+ "Connect router to transit gateway",
29
+ "Route across GCP & Azure",
30
+ "Connect sites across cloud platforms",
31
+ "Router configuration backup or restore",
32
+ "Run network compliance checks and remediation",
33
+ "Determine configuration drift",
34
+ "Golden Configuration",
35
+ "Port Turn-up",
36
+ "Assign Network & IP",
37
+ "Cloud Managed Networks",
38
+ "Software Upgrade",
39
+ "Device Onboarding"
30
40
  ],
31
41
  "deprecated": {
32
42
  "isDeprecated": false
@@ -46,7 +56,11 @@
46
56
  "vendorLink": "https://www.vmware.com/",
47
57
  "productLink": "https://www.vmware.com/products/vcenter.html",
48
58
  "apiLinks": [
49
- "https://developer.vmware.com/apis/vsphere-automation/latest/vcenter/"
59
+ {
60
+ "title": "VMware - vCenter API",
61
+ "link": "https://developer.vmware.com/apis/vsphere-automation/latest/vcenter/",
62
+ "public": true
63
+ }
50
64
  ]
51
65
  },
52
66
  "assets": [],
@@ -58,4 +72,4 @@
58
72
  "transformationProjects": [],
59
73
  "exampleProjects": []
60
74
  }
61
- }
75
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-vmware_vcenter",
3
- "version": "0.12.2",
3
+ "version": "0.12.4",
4
4
  "description": "This adapter integrates with system Vmware_vCenter",
5
5
  "main": "adapter.js",
6
6
  "systemName": "VMware vCenter",
Binary file