Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-4.14] OCPBUGS-23474: Use shorter IP label for keepalived VIP #288

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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