-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #801 from b-ehlers/endhost_haproxy
Add endhost and haproxy appliances
- Loading branch information
Showing
4 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters