octavia/elements/haproxy-octavia/pkg-map
Adam Harwell b0a845554b Update HAProxy version for Centos
ALso tweak the systemd service config for haproxy 1.8 since it no longer
ships with a systemd wrapper.

Change-Id: If4f230dcba8c360c919f6c2d93705bf67089b2cf
2018-05-07 18:57:34 +00:00

29 lines
510 B
Plaintext

{
"release": {
"ubuntu": {
"trusty": {
"haproxy": "haproxy/trusty-backports"
}
}
},
"distro": {
"ubuntu": {
"haproxy": "haproxy"
},
"centos7": {
"haproxy": "haproxy18"
}
},
"family": {
"debian": {
"haproxy": "haproxy"
},
"redhat": {
"iputils-ping": "iputils"
}
},
"default": {
"haproxy": "haproxy"
}
}