@itentialopensource/adapter-docker 0.7.5 → 0.7.6

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,12 @@
1
1
 
2
+ ## 0.7.6 [03-28-2024]
3
+
4
+ * Changes made at 2024.03.28_13:29PM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-docker!16
7
+
8
+ ---
9
+
2
10
  ## 0.7.5 [03-21-2024]
3
11
 
4
12
  * Changes made at 2024.03.21_14:05PM
package/TAB1.md ADDED
@@ -0,0 +1,16 @@
1
+ # Overview
2
+
3
+ This adapter is used to integrate the Itential Automation Platform (IAP) with the Docker System. The API that was used to build the adapter for Docker is usually available in the report directory of this adapter. The adapter utilizes the Docker API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
4
+
5
+ ## Details
6
+ The Docker adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Docker Engine. With this adapter you have the ability to perform operations such as:
7
+
8
+ - Pull, Push, or Manage Docker Images.
9
+
10
+ - Add and Remove Inventory Items: When a new device is turned up, it can be automatically added to inventory as well as having its assets (e.g. ports) added. When a device is removed, it can be automatically removed from inventory as well as having its assets removed.
11
+
12
+ - Check Availability of Items: When a new service is requested, Itential can confirm the availability of the items that are required to provide the service.
13
+
14
+ - Assign and Unassign Items: When a new service is requested, the items required to provide the service such as a port can be assigned to the service. When a service is discontinued, the items that were utilized for that service can be un-assigned so they can be used again in the future.
15
+
16
+ For further technical details on how to install and use this adapter, please click the Technical Documentation tab.