From df66aaba2389761d36d71e6178d03875df86a88f Mon Sep 17 00:00:00 2001 From: kielczu <92933309+kielczu@users.noreply.github.com> Date: Thu, 21 Oct 2021 16:30:13 +0200 Subject: [PATCH 1/2] Create citrix-sdwan-center --- appliances/citrix-sdwan-center | 46 ++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 appliances/citrix-sdwan-center diff --git a/appliances/citrix-sdwan-center b/appliances/citrix-sdwan-center new file mode 100644 index 0000000..39c3df6 --- /dev/null +++ b/appliances/citrix-sdwan-center @@ -0,0 +1,46 @@ +{ + "name": "Citrix SD-WAN Center", + "category": "guest", + "description": "", + "vendor_name": "Citrix", + "vendor_url": "http://www.citrix.com/", + "documentation_url": "https://docs.citrix.com/en-us/citrix-sd-wan", + "product_name": "Citrix SD-WAN Center", + "product_url": "https://docs.citrix.com/en-us/citrix-sd-wan", + "registry_version": 3, + "status": "stable", + "maintainer": "Kiel Czu", + "maintainer_email": "kielczu@gmail.com", + "usage": "The image file is large (1.6 GB), make sure you have enough space. Default credentials: admin/ password", + "symbol": "computer.svg", + "port_name_format": "1/{0}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 4, + "ram": 8192, + "cpus": 4, + "hda_disk_interface": "ide", + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "cd", + "kvm": "require", + "options": "-smbios type=2,product='440BX Desktop Reference Platform'" + }, + "images": [ + { + "filename": "ctx-sdwc-11.4.1.27.qcow2", + "version": "11.4.1.27", + "md5sum": "d788035384a53a7b73c853383efae49a", + "filesize": 1661861888, + "download_url": "https://www.citrix.com/pl-pl/downloads/citrix-sd-wan/citrix-sd-wan-standard-premium-advance-edition/management-console-release-114127.html" + } + ], + "versions": [ + { + "name": "11.4.1.27", + "images": { + "hda_disk_image": "ctx-sdwc-11.4.1.27.qcow2" + } + } + ] +} From 725b34c368b874464e4476ef6e561a99eed9ad7b Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 22 Oct 2021 12:12:13 +1030 Subject: [PATCH 2/2] Changes for citrix-sdwan-center.gns3a --- .../{citrix-sdwan-center => citrix-sdwan-center.gns3a} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename appliances/{citrix-sdwan-center => citrix-sdwan-center.gns3a} (85%) diff --git a/appliances/citrix-sdwan-center b/appliances/citrix-sdwan-center.gns3a similarity index 85% rename from appliances/citrix-sdwan-center rename to appliances/citrix-sdwan-center.gns3a index 39c3df6..a8761d6 100644 --- a/appliances/citrix-sdwan-center +++ b/appliances/citrix-sdwan-center.gns3a @@ -1,18 +1,18 @@ { + "appliance_id": "9021f581-a54d-48e0-bb84-8286ce6e08f0", "name": "Citrix SD-WAN Center", "category": "guest", - "description": "", + "description": "Citrix SD-WAN Center is a centralized management system that enables you to configure, monitor, and analyze all the Citrix SD-WAN appliances on your WAN.", "vendor_name": "Citrix", "vendor_url": "http://www.citrix.com/", "documentation_url": "https://docs.citrix.com/en-us/citrix-sd-wan", "product_name": "Citrix SD-WAN Center", "product_url": "https://docs.citrix.com/en-us/citrix-sd-wan", - "registry_version": 3, + "registry_version": 4, "status": "stable", "maintainer": "Kiel Czu", "maintainer_email": "kielczu@gmail.com", "usage": "The image file is large (1.6 GB), make sure you have enough space. Default credentials: admin/ password", - "symbol": "computer.svg", "port_name_format": "1/{0}", "qemu": { "adapter_type": "virtio-net-pci",