mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-11 21:15:28 +00:00
Add endhost and haproxy appliances
This commit is contained in:
parent
3ee54906a6
commit
7b1cd1880c
17
appliances/endhost.gns3a
Normal file
17
appliances/endhost.gns3a
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"appliance_id": "f59a5cf6-baaa-45a6-9685-989a2c3f3f4a",
|
||||||
|
"name": "endhost",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "General purpose alpine-based endhost",
|
||||||
|
"vendor_name": "endhost",
|
||||||
|
"vendor_url": "https://www.alpinelinux.org",
|
||||||
|
"product_name": "endhost",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "experimental",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"docker": {
|
||||||
|
"adapters": 1,
|
||||||
|
"image": "gns3/endhost:latest"
|
||||||
|
}
|
||||||
|
}
|
18
appliances/haproxy.gns3a
Normal file
18
appliances/haproxy.gns3a
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"appliance_id": "79df483d-8cc9-48de-85ea-e6cb45b93e2a",
|
||||||
|
"name": "haproxy",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "haproxy alpine container",
|
||||||
|
"vendor_name": "haproxy",
|
||||||
|
"vendor_url": "https://www.haproxy.org",
|
||||||
|
"product_name": "haproxy",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "experimental",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"usage": "Modify /etc/haproxy/haproxy.cfg to suit your needs.",
|
||||||
|
"docker": {
|
||||||
|
"adapters": 1,
|
||||||
|
"image": "gns3/haproxy:latest"
|
||||||
|
}
|
||||||
|
}
|
@ -3,6 +3,8 @@
|
|||||||
--platform=linux/amd64 # global options
|
--platform=linux/amd64 # global options
|
||||||
|
|
||||||
chromium chromium
|
chromium chromium
|
||||||
|
endhost endhost
|
||||||
|
haproxy haproxy
|
||||||
ipterm-base ipterm/base
|
ipterm-base ipterm/base
|
||||||
ipterm ipterm/cli
|
ipterm ipterm/cli
|
||||||
webterm ipterm/web
|
webterm ipterm/web
|
||||||
@ -24,10 +26,6 @@ xeyes xeyes
|
|||||||
# The following images are not used by any appliance
|
# The following images are not used by any appliance
|
||||||
#
|
#
|
||||||
|
|
||||||
# AJ Nouri
|
|
||||||
#endhost endhost
|
|
||||||
#haproxy haproxy
|
|
||||||
|
|
||||||
# GNS3 Developers
|
# GNS3 Developers
|
||||||
#dhcp dhcp
|
#dhcp dhcp
|
||||||
#snmpsimulator snmpsimulator
|
#snmpsimulator snmpsimulator
|
||||||
|
@ -8,7 +8,6 @@ global
|
|||||||
user haproxy
|
user haproxy
|
||||||
group haproxy
|
group haproxy
|
||||||
#daemon
|
#daemon
|
||||||
debug
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
# common defaults that all the 'listen' and 'backend' sections will
|
# common defaults that all the 'listen' and 'backend' sections will
|
||||||
|
Loading…
x
Reference in New Issue
Block a user