Skip to content

Commit

Permalink
Merge pull request #288 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…87-to-release-4.14

[release-4.14] OCPBUGS-23474: Use shorter IP label for keepalived VIP
  • Loading branch information
openshift-merge-bot[bot] committed Nov 29, 2023
2 parents e7fa0f2 + a32001e commit 4b7c64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/data/keepalived.conf.tmpl
Expand Up @@ -21,7 +21,7 @@ vrrp_instance {{.Cluster.Name}}_API {
auth_pass {{.Cluster.Name}}_api_vip
}
virtual_ipaddress {
{{.Cluster.APIVIP}}/{{.Cluster.VIPNetmask}} label {{.VRRPInterface}}:vip
{{.Cluster.APIVIP}}/{{.Cluster.VIPNetmask}} label vip
}
track_script {
chk_ocp
Expand All @@ -39,7 +39,7 @@ vrrp_instance {{.Cluster.Name}}_INGRESS {
auth_pass {{.Cluster.Name}}_ingress_vip
}
virtual_ipaddress {
{{.Cluster.IngressVIP}}/{{.Cluster.VIPNetmask}} label {{.VRRPInterface}}:vip
{{.Cluster.IngressVIP}}/{{.Cluster.VIPNetmask}} label vip
}
track_script {
chk_ingress
Expand Down

0 comments on commit 4b7c64b

Please sign in to comment.