From d15db10a37df3a1e0c12fee80158c35d93acc790 Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Thu, 30 Sep 2021 11:39:44 +0530 Subject: [PATCH 01/12] Ubuntu Sever CLi and Alma Linux qcow2 images --- appliances/almalinux.gns3a | 45 +++++++++++++++++++++++ appliances/ubuntuserver-cli.gns3a | 60 +++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 appliances/almalinux.gns3a create mode 100644 appliances/ubuntuserver-cli.gns3a diff --git a/appliances/almalinux.gns3a b/appliances/almalinux.gns3a new file mode 100644 index 0000000..70ebb1d --- /dev/null +++ b/appliances/almalinux.gns3a @@ -0,0 +1,45 @@ +{ + "name": "AlmaLinux", + "category": "guest", + "description": "An Open Source, community-governed and forever-free enterprise Linux distribution, focused on long-term stability, providing a robust production-grade platform. AlmaLinux OS is 1:1 binary compatible with RHELĀ® and pre-Stream CentOS.", + "vendor_name": "Alma Linux", + "vendor_url": "https://almalinux.org/", + "documentation_url": "https://wiki.almalinux.org/", + "product_name": "Alma Linux", + "product_url": "https://almalinux.org/blog/", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.in", + "usage": "Installed from iso image (AlmaLinux-8.4-x86_64-dvd.iso) to 100G empty disk\nDefault options selected during installation\n\ndnf update till 2021-July-11.\n\nUsername:Passwords = gns3:gns3\nRoot Password RootAdmin", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 2048, + "hda_disk_interface": "sata", + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "c", + "kvm": "allow" + }, + "images": [ + { + "filename": "almalinux-8.4.qcow2", + "version": "8.4", + "md5sum": "43f79e43c1862fb39f0bb6e4c243dc6b", + "filesize": 5750521856, + "download_url": "https://www.mediafire.com/folder/bm8l76uy52bfu/gns3", + "direct_download_url": "https://www.mediafire.com/file/9x9ec1prei5jf5w/almalinux-8.4.7z/file", + "compression": "7z" + } + ], + "versions": [ + { + "name": "8.4", + "images": { + "hda_disk_image": "almalinux-8.4.qcow2" + } + } + ] +} \ No newline at end of file diff --git a/appliances/ubuntuserver-cli.gns3a b/appliances/ubuntuserver-cli.gns3a new file mode 100644 index 0000000..17ff349 --- /dev/null +++ b/appliances/ubuntuserver-cli.gns3a @@ -0,0 +1,60 @@ +{ + "name": "Ubuntu Server CLI", + "category": "guest", + "description": "An Open Source, Debian based Linux Distribution", + "vendor_name": "Ubuntu Linux", + "vendor_url": "https://ubuntu.com/", + "documentation_url": "https://ubuntu.com/server/docs", + "product_name": "Ubuntu Server CLI", + "product_url": "https://ubuntu.com/download/server/", + "registry_version": 3, + "status": "stable", + "maintainer": "Savio D'souza", + "maintainer_email": "savio2002@yahoo.in", + "usage": "Installed from iso Default options selected during installation\n\nUsername:Passwords = gns3:gns3", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 1024, + "hda_disk_interface": "sata", + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "c", + "kvm": "allow" + }, + "images": [ + { + "filename": "ubuntuserver2004.qcow2", + "version": "20.04", + "md5sum": "794f768b4551e378570770f5af7869f5", + "filesize": 5084545024, + "download_url": "https://www.mediafire.com/folder/bm8l76uy52bfu/gns3", + "direct_download_url": "https://www.mediafire.com/file/o2gmuwlizb579sa/ubuntuserver2004.7z/file", + "compression": "7z" + }, + { + "filename": "ubuntuserver1804.qcow2", + "version": "18.04", + "md5sum": "59e43a2609fd82a89cfb7926f2d5d27b", + "filesize": 4546035712, + "download_url": "https://www.mediafire.com/folder/bm8l76uy52bfu/gns3", + "direct_download_url": "https://www.mediafire.com/file/f4wxhmq1inuj7op/ubuntuserver1804.7z/file", + "compression": "7z" + } + ], + "versions": [ + { + "name": "20.04", + "images": { + "hda_disk_image": "ubuntuserver2004.qcow2" + } + }, + { + "name": "18.04", + "images": { + "hda_disk_image": "ubuntuserver1804.qcow2" + } + } + ] +} From 7c7b3cfa37ea0d9bb7138bf81938214bc8f2ed95 Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Thu, 30 Sep 2021 11:42:22 +0530 Subject: [PATCH 02/12] Empty VM --- appliances/Empty-VM.gns3a | 72 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 appliances/Empty-VM.gns3a diff --git a/appliances/Empty-VM.gns3a b/appliances/Empty-VM.gns3a new file mode 100644 index 0000000..0dede15 --- /dev/null +++ b/appliances/Empty-VM.gns3a @@ -0,0 +1,72 @@ +{ + "name": "Empty VM", + "category": "guest", + "description": "A empty vm with empty hard disks 8Gig, 30Gig & 100Gig.", + "vendor_name": "Qemu-vm", + "vendor_url": ".", + "documentation_url": "", + "product_name": "QEMU", + "product_url": ".", + "registry_version": 3, + "status": "experimental", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Default at first boot the VM will start from the cdrom.", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 1024, + "arch": "x86_64", + "console_type": "vnc", + "hda_disk_interface": "sata", + "boot_priority": "d", + "kvm": "allow" + }, + "images": [ + { + "filename": "empty8G.qcow2", + "version": "08.0", + "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", + "filesize": 197120, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty8G.qcow2/download" + }, + { + "filename": "empty30G.qcow2", + "version": "30.0", + "md5sum": "3411a599e822f2ac6be560a26405821a", + "filesize": 197120, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download" + }, + { + "filename": "empty100G.qcow2", + "version": "100.0", + "md5sum": "1e6409a4523ada212dea2ebc50e50a65", + "filesize": 198656, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download" + } + ], + "versions": [ + { + "name": "8G", + "images": { + "hda_disk_image": "empty8G.qcow2" + } + }, + { + "name": "30G", + "images": { + "hda_disk_image": "empty30G.qcow2" + } + }, + { + "name": "100G", + "images": { + "hda_disk_image": "empty100G.qcow2" + } + } + ] +} From a8f3327617fadcba4bcb4441d8304f6f157af943 Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Wed, 1 Dec 2021 15:26:02 +0530 Subject: [PATCH 03/12] Delete almalinux.gns3a --- appliances/almalinux.gns3a | 45 -------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 appliances/almalinux.gns3a diff --git a/appliances/almalinux.gns3a b/appliances/almalinux.gns3a deleted file mode 100644 index 70ebb1d..0000000 --- a/appliances/almalinux.gns3a +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "AlmaLinux", - "category": "guest", - "description": "An Open Source, community-governed and forever-free enterprise Linux distribution, focused on long-term stability, providing a robust production-grade platform. AlmaLinux OS is 1:1 binary compatible with RHELĀ® and pre-Stream CentOS.", - "vendor_name": "Alma Linux", - "vendor_url": "https://almalinux.org/", - "documentation_url": "https://wiki.almalinux.org/", - "product_name": "Alma Linux", - "product_url": "https://almalinux.org/blog/", - "registry_version": 3, - "status": "stable", - "maintainer": "Savio D'souza", - "maintainer_email": "savio2002@yahoo.in", - "usage": "Installed from iso image (AlmaLinux-8.4-x86_64-dvd.iso) to 100G empty disk\nDefault options selected during installation\n\ndnf update till 2021-July-11.\n\nUsername:Passwords = gns3:gns3\nRoot Password RootAdmin", - "port_name_format": "eth{0}", - "qemu": { - "adapter_type": "e1000", - "adapters": 1, - "ram": 2048, - "hda_disk_interface": "sata", - "arch": "x86_64", - "console_type": "vnc", - "boot_priority": "c", - "kvm": "allow" - }, - "images": [ - { - "filename": "almalinux-8.4.qcow2", - "version": "8.4", - "md5sum": "43f79e43c1862fb39f0bb6e4c243dc6b", - "filesize": 5750521856, - "download_url": "https://www.mediafire.com/folder/bm8l76uy52bfu/gns3", - "direct_download_url": "https://www.mediafire.com/file/9x9ec1prei5jf5w/almalinux-8.4.7z/file", - "compression": "7z" - } - ], - "versions": [ - { - "name": "8.4", - "images": { - "hda_disk_image": "almalinux-8.4.qcow2" - } - } - ] -} \ No newline at end of file From 21f69263d61784525e94c106c228cc35865fdf5c Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Wed, 1 Dec 2021 15:26:56 +0530 Subject: [PATCH 04/12] Delete ubuntuserver-cli.gns3a --- appliances/ubuntuserver-cli.gns3a | 60 ------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 appliances/ubuntuserver-cli.gns3a diff --git a/appliances/ubuntuserver-cli.gns3a b/appliances/ubuntuserver-cli.gns3a deleted file mode 100644 index 17ff349..0000000 --- a/appliances/ubuntuserver-cli.gns3a +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Ubuntu Server CLI", - "category": "guest", - "description": "An Open Source, Debian based Linux Distribution", - "vendor_name": "Ubuntu Linux", - "vendor_url": "https://ubuntu.com/", - "documentation_url": "https://ubuntu.com/server/docs", - "product_name": "Ubuntu Server CLI", - "product_url": "https://ubuntu.com/download/server/", - "registry_version": 3, - "status": "stable", - "maintainer": "Savio D'souza", - "maintainer_email": "savio2002@yahoo.in", - "usage": "Installed from iso Default options selected during installation\n\nUsername:Passwords = gns3:gns3", - "port_name_format": "eth{0}", - "qemu": { - "adapter_type": "e1000", - "adapters": 1, - "ram": 1024, - "hda_disk_interface": "sata", - "arch": "x86_64", - "console_type": "vnc", - "boot_priority": "c", - "kvm": "allow" - }, - "images": [ - { - "filename": "ubuntuserver2004.qcow2", - "version": "20.04", - "md5sum": "794f768b4551e378570770f5af7869f5", - "filesize": 5084545024, - "download_url": "https://www.mediafire.com/folder/bm8l76uy52bfu/gns3", - "direct_download_url": "https://www.mediafire.com/file/o2gmuwlizb579sa/ubuntuserver2004.7z/file", - "compression": "7z" - }, - { - "filename": "ubuntuserver1804.qcow2", - "version": "18.04", - "md5sum": "59e43a2609fd82a89cfb7926f2d5d27b", - "filesize": 4546035712, - "download_url": "https://www.mediafire.com/folder/bm8l76uy52bfu/gns3", - "direct_download_url": "https://www.mediafire.com/file/f4wxhmq1inuj7op/ubuntuserver1804.7z/file", - "compression": "7z" - } - ], - "versions": [ - { - "name": "20.04", - "images": { - "hda_disk_image": "ubuntuserver2004.qcow2" - } - }, - { - "name": "18.04", - "images": { - "hda_disk_image": "ubuntuserver1804.qcow2" - } - } - ] -} From 4d54dc8ee519c7d8b8205bd0b28dc268c21f4649 Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Mon, 2 May 2022 17:12:50 +0530 Subject: [PATCH 05/12] Update Empty-VM.gns3a add new 200GB disk --- appliances/Empty-VM.gns3a | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/appliances/Empty-VM.gns3a b/appliances/Empty-VM.gns3a index 0dede15..cd48539 100644 --- a/appliances/Empty-VM.gns3a +++ b/appliances/Empty-VM.gns3a @@ -47,6 +47,14 @@ "filesize": 198656, "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download" + }, + { + "filename": "empty200G.qcow2", + "version": "200.0", + "md5sum": "d1686d2f25695dee32eab9a6f4652c7c", + "filesize": 200192, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty200G.qcow2/download" } ], "versions": [ @@ -62,11 +70,17 @@ "hda_disk_image": "empty30G.qcow2" } }, - { + { "name": "100G", "images": { "hda_disk_image": "empty100G.qcow2" } + }, + { + "name": "200G", + "images": { + "hda_disk_image": "empty200G.qcow2" + } } ] } From fa8e10ae93492418f7bb8c0bc595309db305276e Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Mon, 2 May 2022 17:15:01 +0530 Subject: [PATCH 06/12] Update ubuntu-cloud.gns3a Adding ubuntu 22.04 cloud image --- appliances/ubuntu-cloud.gns3a | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/appliances/ubuntu-cloud.gns3a b/appliances/ubuntu-cloud.gns3a index c31af59..d0ddd03 100644 --- a/appliances/ubuntu-cloud.gns3a +++ b/appliances/ubuntu-cloud.gns3a @@ -26,6 +26,13 @@ "options": "-nographic" }, "images": [ + { + "filename": "ubuntu-22.04-server-cloudimg-amd64.img", + "version": "22.04 (LTS)", + "md5sum": "ac2351289daa173fa1ed6b2b81d81d7c", + "filesize": 624295936, + "download_url": "https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-amd64.img" + }, { "filename": "ubuntu-20.04-server-cloudimg-amd64.img", "version": "20.04 (LTS)", @@ -70,6 +77,13 @@ } ], "versions": [ + { + "name": "22.04 (LTS)", + "images": { + "hda_disk_image": "ubuntu-22.04-server-cloudimg-amd64.img", + "cdrom_image": "ubuntu-cloud-init-data.iso" + } + }, { "name": "20.04 (LTS)", "images": { From cf4342830f975a43c130425c3ab8d925b8d4dd50 Mon Sep 17 00:00:00 2001 From: saviodsouza Date: Tue, 19 Jul 2022 11:14:11 +0530 Subject: [PATCH 07/12] Update Empty-VM.gns3a --- appliances/Empty-VM.gns3a | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/appliances/Empty-VM.gns3a b/appliances/Empty-VM.gns3a index cd48539..e473a33 100644 --- a/appliances/Empty-VM.gns3a +++ b/appliances/Empty-VM.gns3a @@ -1,13 +1,14 @@ { + "appliance_id": "1cfdf900-7c30-4cb7-8f03-3f61d2581633", "name": "Empty VM", "category": "guest", - "description": "A empty vm with empty hard disks 8Gig, 30Gig & 100Gig.", - "vendor_name": "Qemu-vm", - "vendor_url": ".", + "description": "A empty VM with empty hard disks 8G, 30G, 100G & 200G.", + "vendor_name": "GNS3", + "vendor_url": "https://gns3.com", "documentation_url": "", "product_name": "QEMU", - "product_url": ".", - "registry_version": 3, + "product_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", + "registry_version": 5, "status": "experimental", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", @@ -19,14 +20,14 @@ "ram": 1024, "arch": "x86_64", "console_type": "vnc", - "hda_disk_interface": "sata", + "hda_disk_interface": "sata", "boot_priority": "d", "kvm": "allow" }, "images": [ { "filename": "empty8G.qcow2", - "version": "08.0", + "version": "8G", "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", "filesize": 197120, "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", @@ -34,7 +35,7 @@ }, { "filename": "empty30G.qcow2", - "version": "30.0", + "version": "30G", "md5sum": "3411a599e822f2ac6be560a26405821a", "filesize": 197120, "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", @@ -42,7 +43,7 @@ }, { "filename": "empty100G.qcow2", - "version": "100.0", + "version": "100G", "md5sum": "1e6409a4523ada212dea2ebc50e50a65", "filesize": 198656, "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", @@ -50,7 +51,7 @@ }, { "filename": "empty200G.qcow2", - "version": "200.0", + "version": "200G", "md5sum": "d1686d2f25695dee32eab9a6f4652c7c", "filesize": 200192, "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", From 1ecc6ee1b0dba33782f2b3f61e052f3c78db59a5 Mon Sep 17 00:00:00 2001 From: savio Date: Tue, 19 Jul 2022 12:00:41 +0530 Subject: [PATCH 08/12] fix empty-vm --- appliances/empty-vm.gns3a | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/appliances/empty-vm.gns3a b/appliances/empty-vm.gns3a index 8372460..e473a33 100644 --- a/appliances/empty-vm.gns3a +++ b/appliances/empty-vm.gns3a @@ -2,13 +2,13 @@ "appliance_id": "1cfdf900-7c30-4cb7-8f03-3f61d2581633", "name": "Empty VM", "category": "guest", - "description": "An empty VM with empty hard disks 8G, 30G & 100G.", + "description": "A empty VM with empty hard disks 8G, 30G, 100G & 200G.", "vendor_name": "GNS3", "vendor_url": "https://gns3.com", "documentation_url": "", "product_name": "QEMU", "product_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", - "registry_version": 4, + "registry_version": 5, "status": "experimental", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", @@ -20,7 +20,7 @@ "ram": 1024, "arch": "x86_64", "console_type": "vnc", - "hda_disk_interface": "sata", + "hda_disk_interface": "sata", "boot_priority": "d", "kvm": "allow" }, @@ -48,6 +48,14 @@ "filesize": 198656, "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download" + }, + { + "filename": "empty200G.qcow2", + "version": "200G", + "md5sum": "d1686d2f25695dee32eab9a6f4652c7c", + "filesize": 200192, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", + "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty200G.qcow2/download" } ], "versions": [ @@ -63,11 +71,17 @@ "hda_disk_image": "empty30G.qcow2" } }, - { + { "name": "100G", "images": { "hda_disk_image": "empty100G.qcow2" } + }, + { + "name": "200G", + "images": { + "hda_disk_image": "empty200G.qcow2" + } } ] } From 8953b5c6eed5260f3ffe4b90a8f1552cd3c80d81 Mon Sep 17 00:00:00 2001 From: savio Date: Tue, 19 Jul 2022 12:57:42 +0530 Subject: [PATCH 09/12] added 2022-07-01-raspios-bullseye-i386 to resbian --- .gitignore | 1 + appliances/raspian.gns3a | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc2ef5d..59543b9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ __pycache__ build packer_cache output-qemu +.history/ \ No newline at end of file diff --git a/appliances/raspian.gns3a b/appliances/raspian.gns3a index e397369..10e71e2 100644 --- a/appliances/raspian.gns3a +++ b/appliances/raspian.gns3a @@ -15,7 +15,7 @@ "usage": "Default password is raspberry", "symbol": "rpi.png", "qemu": { - "adapter_type": "virtio", + "adapter_type": "e1000", "adapters": 1, "ram": 1024, "hda_disk_interface": "sata", @@ -25,6 +25,20 @@ }, "images": [ { + "filename": "2022-07-01-raspios-bullseye-i386.iso", + "version": "2021-01-11", + "md5sum": "e57f42852306ac5ed0d9e97bdc3513cb", + "filesize": 3091660800, + "download_url": "https://www.raspberrypi.org/downloads/raspberry-pi-desktop/" + }, + { + "filename": "2021-01-11-raspios-buster-i386.iso", + "version": "2021-01-11", + "md5sum": "14c0b29c393adee45b90d265b3243564", + "filesize": 3091660800, + "download_url": "https://www.raspberrypi.org/downloads/raspberry-pi-desktop/" + }, + { "filename": "2020-02-12-rpd-x86-buster.iso", "version": "2020-02-12", "md5sum": "98f34fb53086752b4c9c452094f30740", @@ -41,6 +55,20 @@ ], "versions": [ { + "name": "2022-07-01", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "2022-07-01-raspios-bullseye-i386.iso" + } + }, + { + "name": "2021-01-11", + "images": { + "hda_disk_image": "empty8G.qcow2", + "cdrom_image": "2021-01-11-raspios-buster-i386.iso" + } + }, + { "name": "2020-02-12", "images": { "hda_disk_image": "empty8G.qcow2", From db041bd629c2009de91fb12ee535bf5c732688d2 Mon Sep 17 00:00:00 2001 From: savio Date: Tue, 19 Jul 2022 13:13:11 +0530 Subject: [PATCH 10/12] fixing resbian version and filesize --- appliances/raspian.gns3a | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appliances/raspian.gns3a b/appliances/raspian.gns3a index 10e71e2..0c4cafc 100644 --- a/appliances/raspian.gns3a +++ b/appliances/raspian.gns3a @@ -26,9 +26,9 @@ "images": [ { "filename": "2022-07-01-raspios-bullseye-i386.iso", - "version": "2021-01-11", + "version": "2022-07-01", "md5sum": "e57f42852306ac5ed0d9e97bdc3513cb", - "filesize": 3091660800, + "filesize": 3607101440, "download_url": "https://www.raspberrypi.org/downloads/raspberry-pi-desktop/" }, { From c9ba4a0003b72253300128815eb503a9438c6dba Mon Sep 17 00:00:00 2001 From: savio Date: Tue, 19 Jul 2022 18:22:16 +0530 Subject: [PATCH 11/12] gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 59543b9..21f1572 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ __pycache__ build packer_cache output-qemu -.history/ \ No newline at end of file +.history \ No newline at end of file From ae795d101cb35aeff2fb8549a9831a41ccb56fc2 Mon Sep 17 00:00:00 2001 From: savio Date: Tue, 19 Jul 2022 18:49:19 +0530 Subject: [PATCH 12/12] trying to fix emptyvm filenames --- appliances/Empty-VM.gns3a | 87 --------------------------------------- appliances/empty-vm.gns3a | 2 +- 2 files changed, 1 insertion(+), 88 deletions(-) delete mode 100644 appliances/Empty-VM.gns3a diff --git a/appliances/Empty-VM.gns3a b/appliances/Empty-VM.gns3a deleted file mode 100644 index e473a33..0000000 --- a/appliances/Empty-VM.gns3a +++ /dev/null @@ -1,87 +0,0 @@ -{ - "appliance_id": "1cfdf900-7c30-4cb7-8f03-3f61d2581633", - "name": "Empty VM", - "category": "guest", - "description": "A empty VM with empty hard disks 8G, 30G, 100G & 200G.", - "vendor_name": "GNS3", - "vendor_url": "https://gns3.com", - "documentation_url": "", - "product_name": "QEMU", - "product_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", - "registry_version": 5, - "status": "experimental", - "maintainer": "GNS3 Team", - "maintainer_email": "developers@gns3.net", - "usage": "Default at first boot the VM will start from the cdrom.", - "port_name_format": "eth{0}", - "qemu": { - "adapter_type": "e1000", - "adapters": 1, - "ram": 1024, - "arch": "x86_64", - "console_type": "vnc", - "hda_disk_interface": "sata", - "boot_priority": "d", - "kvm": "allow" - }, - "images": [ - { - "filename": "empty8G.qcow2", - "version": "8G", - "md5sum": "f1d2c25b6990f99bd05b433ab603bdb4", - "filesize": 197120, - "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", - "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty8G.qcow2/download" - }, - { - "filename": "empty30G.qcow2", - "version": "30G", - "md5sum": "3411a599e822f2ac6be560a26405821a", - "filesize": 197120, - "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", - "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download" - }, - { - "filename": "empty100G.qcow2", - "version": "100G", - "md5sum": "1e6409a4523ada212dea2ebc50e50a65", - "filesize": 198656, - "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", - "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download" - }, - { - "filename": "empty200G.qcow2", - "version": "200G", - "md5sum": "d1686d2f25695dee32eab9a6f4652c7c", - "filesize": 200192, - "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", - "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty200G.qcow2/download" - } - ], - "versions": [ - { - "name": "8G", - "images": { - "hda_disk_image": "empty8G.qcow2" - } - }, - { - "name": "30G", - "images": { - "hda_disk_image": "empty30G.qcow2" - } - }, - { - "name": "100G", - "images": { - "hda_disk_image": "empty100G.qcow2" - } - }, - { - "name": "200G", - "images": { - "hda_disk_image": "empty200G.qcow2" - } - } - ] -} diff --git a/appliances/empty-vm.gns3a b/appliances/empty-vm.gns3a index e473a33..8e2ac20 100644 --- a/appliances/empty-vm.gns3a +++ b/appliances/empty-vm.gns3a @@ -8,7 +8,7 @@ "documentation_url": "", "product_name": "QEMU", "product_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", - "registry_version": 5, + "registry_version": 4, "status": "experimental", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net",