Merge pull request #748 from pstavirs/master

Add 1.2.0 image to Ostinato appliance
This commit is contained in:
Jeremy Grossmann 2023-03-11 18:22:10 +08:00 committed by GitHub
commit 2e0ca8b413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,13 @@
"options": "-vga std -usbdevice tablet"
},
"images": [
{
"filename": "ostinatostd-1.2.0-1.qcow2",
"version": "1.2.0",
"md5sum": "682680fe75f88975992c0a1a5c973149",
"filesize": 173801472,
"download_url": "https://ostinato.org/pricing/gns3"
},
{
"filename": "ostinatostd-1.1-1.qcow2",
"version": "1.1",
@ -38,6 +45,12 @@
}
],
"versions": [
{
"name": "1.2.0",
"images": {
"hda_disk_image": "ostinatostd-1.2.0-1.qcow2"
}
},
{
"name": "1.1",
"images": {