From 9610a6f934733e5a307fe3fab4f95be86db2e8ab Mon Sep 17 00:00:00 2001
From: Sebastian Rieger <sebastian.rieger@informatik.hs-fulda.de>
Date: Tue, 4 Apr 2017 12:46:02 +0200
Subject: [PATCH] reverted default subtype example to VIRL V1.2.x

---
 ...namic-subtype-vEOS-VIRL-Version-1.2.x.json | 24 ++++++++++++++++++
 ...subtype-vEOS-VIRL-Version-above-1.3.x.json | 25 +++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 create-arista-veos-image/dynamic-subtype-vEOS-VIRL-Version-1.2.x.json
 create mode 100644 create-arista-veos-image/dynamic-subtype-vEOS-VIRL-Version-above-1.3.x.json

diff --git a/create-arista-veos-image/dynamic-subtype-vEOS-VIRL-Version-1.2.x.json b/create-arista-veos-image/dynamic-subtype-vEOS-VIRL-Version-1.2.x.json
new file mode 100644
index 0000000..21efd44
--- /dev/null
+++ b/create-arista-veos-image/dynamic-subtype-vEOS-VIRL-Version-1.2.x.json
@@ -0,0 +1,24 @@
+{
+  "dynamic-subtypes": [
+    {
+      "cli_protocol": "ssh", 
+      "gui_icon": "iosvl2", 
+      "plugin_desc": "Arista vEOS", 
+      "interface_first": 1, 
+      "baseline_flavor": "vEOS.medium", 
+      "plugin_base": "generic", 
+      "interface_management": "Management1", 
+      "interface_pattern": "Ethernet{0}", 
+      "config_file": "/veos_config.txt", 
+      "hw_ram": 1024, 
+      "deprecated_use": "", 
+      "hw_vm_extra": "", 
+      "cli_serial": 1, 
+      "interface_range": 22, 
+      "config_disk_type": "disk", 
+      "plugin_name": "vEOS", 
+      "gui_visible": true, 
+      "baseline_image": "vEOS"
+    }
+  ]
+}
\ No newline at end of file
diff --git a/create-arista-veos-image/dynamic-subtype-vEOS-VIRL-Version-above-1.3.x.json b/create-arista-veos-image/dynamic-subtype-vEOS-VIRL-Version-above-1.3.x.json
new file mode 100644
index 0000000..180919e
--- /dev/null
+++ b/create-arista-veos-image/dynamic-subtype-vEOS-VIRL-Version-above-1.3.x.json
@@ -0,0 +1,25 @@
+{
+  "dynamic-subtypes": [
+    {
+      "plugin_base": "generic",
+      "device_type": "switch",
+      "plugin_desc": "Arista vEOS",
+      "cli_protocol": "ssh",
+      "plugin_name": "vEOS",
+      "cli_serial": 1,
+      "interface_range": 22,
+      "gui_visible": true,
+      "interface_pattern": "Ethernet{0}",
+      "baseline_image": "vEOS",
+      "config_disk_type": "disk",
+      "hw_ram": 2048,
+      "hw_vm_extra": "",
+      "gui_icon": "iosvl2",
+      "config_file": "/veos_config.txt",
+      "interface_first": 1,
+      "deprecated_use": "",
+      "baseline_flavor": "vEOS.medium",
+      "interface_management": "Management1"
+    }
+  ]
+}
-- 
GitLab