Skip to content

Commit

Permalink
Merge pull request #2595 from yboaron/render_ingress_priority
Browse files Browse the repository at this point in the history
Bug 1886572: [on-prem] set keepalived ingress priority to variable
  • Loading branch information
openshift-merge-robot authored Jun 12, 2021
2 parents 5e4fb4d + 4ab9cdf commit 3f6db24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ contents:
state BACKUP
interface {{`{{ .VRRPInterface }}`}}
virtual_router_id {{`{{ .Cluster.IngressVirtualRouterID }}`}}
priority 40
priority {{`{{ .IngressConfig.Priority }}`}}
advert_int 1
{{`{{if .EnableUnicast}}`}}
unicast_src_ip {{`{{.NonVirtualIP}}`}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contents:
state BACKUP
interface {{`{{ .VRRPInterface }}`}}
virtual_router_id {{`{{ .Cluster.IngressVirtualRouterID }}`}}
priority 40
priority {{`{{ .IngressConfig.Priority }}`}}
advert_int 1
{{`{{if .EnableUnicast}}`}}
unicast_src_ip {{`{{.NonVirtualIP}}`}}
Expand Down

0 comments on commit 3f6db24

Please sign in to comment.