1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-05 15:48:59 +00:00
gns3-server/gns3server/appliances/fedora-cloud.gns3a

71 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-12-15 02:53:48 +00:00
{
"appliance_id": "0d505121-14e3-4414-88ab-b7f102ea6176",
"name": "Fedora Cloud Base",
"category": "guest",
"description": "Fedora Official image for self-hosted cloud",
"vendor_name": "The Fedora Project",
"vendor_url": "https://getfedora.org/",
"documentation_url": "https://docs.fedoraproject.org/en-US/docs/",
"product_name": "Fedora Cloud Base",
"product_url": "https://alt.fedoraproject.org/cloud/",
2023-01-17 05:11:18 +00:00
"registry_version": 4,
2021-12-15 02:53:48 +00:00
"status": "stable",
"maintainer": "Da-Geek",
"maintainer_email": "dageek@dageeks-geeks.gg",
"usage": "Username: fedora\nPassword: fedora",
"port_name_format": "Eth{0}",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 1,
"ram": 1024,
"hda_disk_interface": "virtio",
"arch": "x86_64",
"console_type": "telnet",
"boot_priority": "c",
"kvm": "require",
"options": "-nographic"
},
"images": [
2024-01-12 10:13:52 +00:00
{
"filename": "Fedora-Cloud-Base-39-1.5.x86_64.qcow2",
"version": "39-1.5",
"md5sum": "800a10df2d369891ed65900bcacacd47",
"filesize": 544604160,
"download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Cloud/x86_64/images",
"direct_download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Cloud/x86_64/images/Fedora-Cloud-Base-39-1.5.x86_64.qcow2"
},
2023-08-08 09:07:04 +00:00
{
"filename": "Fedora-Cloud-Base-38-1.6.x86_64.qcow2",
"version": "38-1.6",
"md5sum": "53ddfe7b28666d5ddc55e93ff06abad2",
"filesize": 497287168,
"download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/x86_64/images",
"direct_download_url": "https://download.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/x86_64/images/Fedora-Cloud-Base-38-1.6.x86_64.qcow2"
},
2021-12-15 02:53:48 +00:00
{
"filename": "fedora-cloud-init-data.iso",
"version": "1.0",
"md5sum": "3d0d6391d3f5ece1180c70b9667c4dca",
"filesize": 374784,
2023-06-06 00:37:50 +00:00
"download_url": "https://github.com/GNS3/gns3-registry/tree/master/cloud-init/fedora-cloud",
"direct_download_url": "https://github.com/GNS3/gns3-registry/raw/master/cloud-init/fedora-cloud/fedora-cloud-init-data.iso"
2021-12-15 02:53:48 +00:00
}
],
"versions": [
2023-08-08 09:07:04 +00:00
{
2024-01-12 10:13:52 +00:00
"name": "39-1.5",
2023-08-08 09:07:04 +00:00
"images": {
2024-01-12 10:13:52 +00:00
"hda_disk_image": "Fedora-Cloud-Base-39-1.5.x86_64.qcow2",
2023-08-08 09:07:04 +00:00
"cdrom_image": "fedora-cloud-init-data.iso"
}
},
{
2024-01-12 10:13:52 +00:00
"name": "38-1.6",
2021-12-15 02:53:48 +00:00
"images": {
2024-01-12 10:13:52 +00:00
"hda_disk_image": "Fedora-Cloud-Base-38-1.6.x86_64.qcow2",
2021-12-15 02:53:48 +00:00
"cdrom_image": "fedora-cloud-init-data.iso"
}
}
]
}