From cc883f8d17185b1e6f41a7092095d49b1ecccc52 Mon Sep 17 00:00:00 2001 From: adosztal Date: Tue, 13 Apr 2021 18:44:13 +0200 Subject: [PATCH] Added mcjoin, new DANOS release --- appliances/danos.gns3a | 26 +++++++++++++------------- appliances/mcjoin.gns3a | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+), 13 deletions(-) create mode 100644 appliances/mcjoin.gns3a diff --git a/appliances/danos.gns3a b/appliances/danos.gns3a index 8739db4..3e9279b 100644 --- a/appliances/danos.gns3a +++ b/appliances/danos.gns3a @@ -11,29 +11,29 @@ "status": "stable", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", - "usage": "Default username/password is vyatta/vyatta. DANOS will live boot and drop into a shell. DANOS can then be installed inside the VM by typing install image. Defaults to using a telnet console, but the vnc console can provide additional help if it's not booting.", + "usage": "Default username / password is tmpuser / tmppwd. DANOS will live boot and drop into a shell. DANOS can then be installed inside the VM by typing install image. Defaults to using a telnet console, but the vnc console can provide additional help if it's not booting.", "symbol": ":/symbols/affinity/circle/gray/router_cloud.svg", "port_name_format": "dp0p{1}s{0}", "qemu": { "adapter_type": "virtio-net-pci", - "adapters": 3, + "adapters": 8, "ram": 4096, - "cpus": 2, + "cpus": 4, "hda_disk_interface": "ide", "arch": "x86_64", "console_type": "telnet", - "boot_priority": "dc", - "kvm": "allow", + "boot_priority": "cd", + "kvm": "require", "options": "-cpu host" }, "images": [ { - "filename": "danos-1908-amd64-vrouter.iso", - "version": "1908", - "md5sum": "e850b6aa2859de1075c11b9149fa50f4", - "filesize": 409993216, - "download_url": "https://danosproject.atlassian.net/wiki/spaces/DAN/pages/753667/DANOS+1908", - "direct_download_url": "http://repos.danosproject.org.s3-website-us-west-1.amazonaws.com/images/danos-1908-amd64-vrouter.iso" + "filename": "danos-2012-base-amd64.iso", + "version": "2012", + "md5sum": "fb7a60dc9afecdb274464832b3ab1ccb", + "filesize": 441450496, + "download_url": "https://danosproject.atlassian.net/wiki/spaces/DAN/pages/892141595/DANOS+2012", + "direct_download_url": "https://s3-us-west-1.amazonaws.com/2012.repos.danosproject.org/2012/iso/danos-2012-base-amd64.iso" }, { "filename": "empty8G.qcow2", @@ -46,10 +46,10 @@ ], "versions": [ { - "name": "1908", + "name": "2012", "images": { "hda_disk_image": "empty8G.qcow2", - "cdrom_image": "danos-1908-amd64-vrouter.iso" + "cdrom_image": "danos-2012-base-amd64.iso" } } ] diff --git a/appliances/mcjoin.gns3a b/appliances/mcjoin.gns3a new file mode 100644 index 0000000..74515a3 --- /dev/null +++ b/appliances/mcjoin.gns3a @@ -0,0 +1,18 @@ +{ + "name": "mcjoin", + "category": "guest", + "description": "mcjoin is a very simple and easy-to-use tool to test IPv4 and IPv6 multicast.", + "vendor_name": "Joachim Nilsson", + "vendor_url": "https://github.com/troglobit", + "product_name": "mcjoin", + "registry_version": 3, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "symbol": "linux_guest.svg", + "docker": { + "adapters": 1, + "image": "troglobit/mcjoin:latest", + "console_type": "telnet" + } +}