-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
139 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"availability": "service-contract", | ||
"maintainer": "Aruba", | ||
"maintainer_email": "[email protected]", | ||
"usage": "Default username admin has to be set at first login.", | ||
"usage": "Default username: admin, no password. New Password has to be set at first login.", | ||
"symbol": ":/symbols/route_switch_processor.svg", | ||
"first_port_name": "mgmt", | ||
"port_name_format": "1/1/{port1}", | ||
|
@@ -30,6 +30,34 @@ | |
"process_priority": "normal" | ||
}, | ||
"images": [ | ||
{ | ||
"filename": "arubaoscx-disk-image-genericx86-p4-20211206170615.vmdk", | ||
"version": "10.09.0002", | ||
"md5sum": "3c772546482013495e31fc9cb0591b46", | ||
"filesize": 555656704, | ||
"download_url": "https://asp.arubanetworks.com/" | ||
}, | ||
{ | ||
"filename": "arubaoscx-disk-image-genericx86-p4-20210812172945.vmdk", | ||
"version": "10.08.0001", | ||
"md5sum": "762b139432aef1012d8be5afdfcb286e", | ||
"filesize": 542237696, | ||
"download_url": "https://asp.arubanetworks.com/" | ||
}, | ||
{ | ||
"filename": "arubaoscx-disk-image-genericx86-p4-20210610000730.vmdk", | ||
"version": "10.07.0010", | ||
"md5sum": "396dc7ad964b7c517e01bc408e3bf84a", | ||
"filesize": 531603968, | ||
"download_url": "https://asp.arubanetworks.com/" | ||
}, | ||
{ | ||
"filename": "arubaoscx-disk-image-genericx86-p4-20210316185909.vmdk", | ||
"version": "10.06.0110", | ||
"md5sum": "f1ed67d5c7e009e21bfb6a91d9183e8e", | ||
"filesize": 381285376, | ||
"download_url": "https://asp.arubanetworks.com/" | ||
}, | ||
{ | ||
"filename": "arubaoscx-disk-image-genericx86-p4-20201110192651.vmdk", | ||
"version": "10.06.0001", | ||
|
@@ -53,6 +81,30 @@ | |
} | ||
], | ||
"versions": [ | ||
{ | ||
"name": "10.09.0002", | ||
"images": { | ||
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20211206170615.vmdk" | ||
} | ||
}, | ||
{ | ||
"name": "10.08.0001", | ||
"images": { | ||
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20210812172945.vmdk" | ||
} | ||
}, | ||
{ | ||
"name": "10.07.0010", | ||
"images": { | ||
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20210610000730.vmdk" | ||
} | ||
}, | ||
{ | ||
"name": "10.06.0110", | ||
"images": { | ||
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20210316185909.vmdk" | ||
} | ||
}, | ||
{ | ||
"name": "10.06.0001", | ||
"images": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"appliance_id": "fb5797d0-512e-4ab2-a588-d4766a441000", | ||
"name": "Debian", | ||
"category": "guest", | ||
"description": "Debian is a GNU/Linux distribution composed of free and open-source software, developed by the community-supported Debian Project.", | ||
"vendor_name": "Debian", | ||
"vendor_url": "https://www.debian.org", | ||
"product_name": "Debian", | ||
"registry_version": 3, | ||
"status": "experimental", | ||
"maintainer": "GNS3 Team", | ||
"maintainer_email": "[email protected]", | ||
"usage": "Username:\tdebian\nPassword:\tdebian\nTo become root, use \"sudo -s\".\n\nNetwork configuration:\n- In \"/etc/network/interfaces\" comment out \"source-directory /run/network/interfaces.d\"\n- Remove \"/etc/network/interfaces.d/50-cloud-init\"\n- Create \"/etc/network/interfaces.d/10-ens4\", for example:\n\nauto ens4\n#iface ens4 inet dhcp\niface ens4 inet static\n address 10.1.1.100/24\n gateway 10.1.1.1\n dns-nameservers 10.1.1.1\n", | ||
"symbol": "linux_guest.svg", | ||
"port_name_format": "ens{port4}", | ||
"qemu": { | ||
"adapter_type": "virtio-net-pci", | ||
"adapters": 1, | ||
"ram": 512, | ||
"hda_disk_interface": "scsi", | ||
"arch": "x86_64", | ||
"console_type": "telnet", | ||
"kvm": "allow" | ||
}, | ||
"images": [ | ||
{ | ||
"filename": "debian-11-genericcloud-amd64-20211220-862.qcow2", | ||
"version": "11.2", | ||
"md5sum": "3bdc52b0b3622a72095efdd001780a45", | ||
"filesize": 253231104, | ||
"download_url": "https://cloud.debian.org/images/cloud/bullseye/", | ||
"direct_download_url": "https://cloud.debian.org/images/cloud/bullseye/20211220-862/debian-11-genericcloud-amd64-20211220-862.qcow2" | ||
}, | ||
{ | ||
"filename": "debian-10-genericcloud-amd64-20211011-792.qcow2", | ||
"version": "10.11", | ||
"md5sum": "ea4de19b17d114b6db813ee64a6b8284", | ||
"filesize": 232980480, | ||
"download_url": "https://cloud.debian.org/images/cloud/buster/", | ||
"direct_download_url": "https://cloud.debian.org/images/cloud/buster/20211011-792/debian-10-genericcloud-amd64-20211011-792.qcow2" | ||
}, | ||
{ | ||
"filename": "debian-cloud-init-data.iso", | ||
"version": "1.0", | ||
"md5sum": "43f6bf70c178a9d3c270b5c24971e578", | ||
"filesize": 374784, | ||
"download_url": "https://github.com/GNS3/gns3-registry/raw/master/cloud-init/Debian/debian-cloud-init-data.iso" | ||
} | ||
], | ||
"versions": [ | ||
{ | ||
"name": "11.2", | ||
"images": { | ||
"hda_disk_image": "debian-11-genericcloud-amd64-20211220-862.qcow2", | ||
"cdrom_image": "debian-cloud-init-data.iso" | ||
} | ||
}, | ||
{ | ||
"name": "10.11", | ||
"images": { | ||
"hda_disk_image": "debian-10-genericcloud-amd64-20211011-792.qcow2", | ||
"cdrom_image": "debian-cloud-init-data.iso" | ||
} | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters