You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.5 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "category": "guest",
  3. "status": "stable",
  4. "maintainer": "Christian Pape",
  5. "description": "OpenNMS is a carrier-grade, highly integrated, open source platform designed for building network monitoring solutions.",
  6. "images": [
  7. {
  8. "md5sum": "${md5sum}",
  9. "direct_download_url": "http://opennms.org/opennms-horizon.qcow2.gz",
  10. "compression": "gzip",
  11. "filename": "opennms-horizon.qcow2",
  12. "version": "${version}",
  13. "filesize": ${filesize}
  14. }
  15. ],
  16. "versions": [
  17. {
  18. "images": {
  19. "hda_disk_image": "opennms-horizon.qcow2"
  20. },
  21. "name": "${version}"
  22. }
  23. ],
  24. "product_name": "OpenNMS Horizon",
  25. "symbol": "server",
  26. "registry_version": 4,
  27. "maintainer_email": "christian@opennms.org",
  28. "product_url": "https://opennms.org",
  29. "documentation_url": "http://docs.opennms.org/opennms/index.html",
  30. "usage": "Interface eth0 is set to DHCP. CLI access: root/secret, Web access: admin/admin",
  31. "vendor_name": "OpenNMS Project",
  32. "qemu": {
  33. "ram": 4096,
  34. "hda_disk_interface": "ide",
  35. "adapters": 1,
  36. "console_type": "vnc",
  37. "kvm": "require",
  38. "adapter_type": "virtio-net-pci",
  39. "cpus": 2,
  40. "arch": "x86_64",
  41. "options": "-usbdevice tablet -k de"
  42. },
  43. "availability": "free",
  44. "vendor_url": "https://opennms.org",
  45. "name": "OpenNMS Horizon"
  46. }