We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6546cf2 commit 5144a60Copy full SHA for 5144a60
templates/master/00-master/on-prem/files/keepalived-keepalived.yaml
@@ -69,6 +69,24 @@ contents:
69
fall 2
70
}
71
72
+ {{- if and (eq .Infra.Status.PlatformStatus.Type "OpenStack") (or (eq .IPFamilies "DualStack") (eq .IPFamilies "DualStackIPv6Primary")) }}
73
+ vrrp_sync_group VG_API {
74
+ group {
75
+ {{`{{ range $i, $config := .Configs }}`}}
76
+ {{`{{ .Cluster.Name }}`}}_API_{{`{{$i}}`}}
77
+ {{`{{ end }}`}}
78
+ }
79
80
+
81
+ vrrp_sync_group VG_INGRESS {
82
83
84
+ {{`{{ .Cluster.Name }}`}}_INGRESS_{{`{{$i}}`}}
85
86
87
88
+ {{- end}}
89
90
{{`{{ range $i, $config := .Configs }}`}}
91
{{`{{$nonVirtualIP := .NonVirtualIP}}`}}
92
0 commit comments