community-catalog/templates/f5/0/rancher-compose.yml
Prachi Damle 6e74b3b6af Catalog entry for the f5 external-LB service
Using the uppercase F5 in Readme

Changed category to Load Balancing
More friendlier labels
2016-05-02 15:43:30 -07:00

35 lines
1018 B
YAML

.catalog:
name: "F5 LB"
version: "v0.1.1-rancher1"
description: "Rancher External LB service powered by F5 BIG-IP."
questions:
- variable: "F5_BIGIP_HOST"
label: "Host Address"
description: "IP Address of the F5 BIG-IP Device"
type: "string"
required: true
- variable: "F5_BIGIP_USER"
label: "Username"
description: "Username of the F5 admin"
type: "string"
required: true
- variable: "F5_BIGIP_PWD"
label: "Password"
description: "Password of the F5 admin"
type: "string"
required: true
- variable: "LB_TARGET_RANCHER_SUFFIX"
label: "Suffix for F5 pool names"
description: "A suffix added to the Pool names on F5 BIG-IP to identify the pools added by Rancher"
type: "string"
required: true
default: rancher.internal
external-lb:
health_check:
port: 1000
interval: 2000
unhealthy_threshold: 3
request_line: GET / HTTP/1.0
healthy_threshold: 2
response_timeout: 2000