Skip to content

Commit

Permalink
Merge pull request #801 from b-ehlers/endhost_haproxy
Browse files Browse the repository at this point in the history
Add endhost and haproxy appliances
  • Loading branch information
grossmj authored Jul 25, 2023
2 parents 3ee5490 + 7b1cd18 commit 6adf9fe
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
17 changes: 17 additions & 0 deletions appliances/endhost.gns3a
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"docker": {
"adapters": 1,
"image": "gns3/endhost:latest"
}
}
18 changes: 18 additions & 0 deletions appliances/haproxy.gns3a
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"usage": "Modify /etc/haproxy/haproxy.cfg to suit your needs.",
"docker": {
"adapters": 1,
"image": "gns3/haproxy:latest"
}
}
6 changes: 2 additions & 4 deletions docker/docker_images
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
--platform=linux/amd64 # global options

chromium chromium
endhost endhost
haproxy haproxy
ipterm-base ipterm/base
ipterm ipterm/cli
webterm ipterm/web
Expand All @@ -24,10 +26,6 @@ xeyes xeyes
# The following images are not used by any appliance
#

# AJ Nouri
#endhost endhost
#haproxy haproxy

# GNS3 Developers
#dhcp dhcp
#snmpsimulator snmpsimulator
1 change: 0 additions & 1 deletion docker/haproxy/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ global
user haproxy
group haproxy
#daemon
debug

#---------------------------------------------------------------------
# common defaults that all the 'listen' and 'backend' sections will
Expand Down

0 comments on commit 6adf9fe

Please sign in to comment.