From f28f1a34ef6d7afc115eaafa33da716365b1c737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Dragi=C4=87?= Date: Sat, 7 Oct 2017 11:52:02 +0200 Subject: [PATCH 1/2] Cumulus VX: fix interface numbering --- appliances/cumulus-vx.gns3a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/cumulus-vx.gns3a b/appliances/cumulus-vx.gns3a index f69c960..db35b2a 100644 --- a/appliances/cumulus-vx.gns3a +++ b/appliances/cumulus-vx.gns3a @@ -13,7 +13,7 @@ "maintainer_email": "developers@gns3.net", "usage": "Default username is cumulus and password is CumulusLinux!", "first_port_name": "eth0", - "port_name_format": "swp{0}", + "port_name_format": "swp{port1}", "qemu": { "adapter_type": "virtio-net-pci", "adapters": 7, From 0bdd4afa689e99ab9462038d439e5241eba14cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Dragi=C4=87?= Date: Sat, 7 Oct 2017 11:58:25 +0200 Subject: [PATCH 2/2] Cumulus VX: new release 3.4.2 --- appliances/cumulus-vx.gns3a | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/appliances/cumulus-vx.gns3a b/appliances/cumulus-vx.gns3a index db35b2a..049d492 100644 --- a/appliances/cumulus-vx.gns3a +++ b/appliances/cumulus-vx.gns3a @@ -23,6 +23,13 @@ "kvm": "require" }, "images": [ + { + "filename": "cumulus-linux-3.4.2-vx-amd64.qcow2", + "version": "3.4.2", + "md5sum": "ca844684784ceeee893d0cd76dc44e3b", + "filesize": 1060700160, + "download_url": "https://cumulusnetworks.com/cumulus-vx/download/" + }, { "filename": "cumulus-linux-3.4.1-vx-amd64.qcow2", "version": "3.4.1", @@ -109,6 +116,12 @@ } ], "versions": [ + { + "name": "3.4.2", + "images": { + "hda_disk_image": "cumulus-linux-3.4.2-vx-amd64.qcow2" + } + }, { "name": "3.4.1", "images": {