@itentialopensource/adapter-viptela 0.14.3 → 0.14.5
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 +16 -0
- package/TAB1.md +15 -0
- package/TAB2.md +4835 -0
- package/metadata.json +1 -1
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.14.5 [03-26-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.03.26_14:12PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/sd-wan/adapter-viptela!40
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.14.4 [03-13-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.03.13_11:14AM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/sd-wan/adapter-viptela!39
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.14.3 [03-11-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.03.11_10:44AM
|
package/TAB1.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
This adapter is used to integrate the Itential Automation Platform (IAP) with the Viptela System. The API that was used to build the adapter for Viptela is usually available in the report directory of this adapter. The adapter utilizes the Viptela 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 Cisco Viptela adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Cisco’s Viptela controller to offer a cloud-scalable SD-WAN solution for configuration, orchestration and monitoring of an overlay network. Viptela fits within the overall Cisco Digital Network Architecture (Cisco DNA) to complement its platform for WAN optimization, automation, virtualization and analytics.
|
|
7
|
+
|
|
8
|
+
With this adapter you have the ability to perform operations with Cisco Viptela such as:
|
|
9
|
+
|
|
10
|
+
- Configure and Manage Cisco Devices in the Cloud.
|
|
11
|
+
- Add and Remove Devices to Inventory: Through IAP, a new device can be added to the network inventory so that it can be managed by Ansible Manger. A device that is no longer utilized from the network inventory can also be removed through IAP.
|
|
12
|
+
- Perform Pre and Post Checks: IAP allows for the ability to perform pre and post checks of a device configuration when making modifications to the device.
|
|
13
|
+
- Device Configuration Assurance: IAP can back up the configuration on the device in a native format that can be restored to the device if there are issues.
|
|
14
|
+
|
|
15
|
+
For further technical details on how to install and use this adapter, please click the Technical Documentation tab.
|