Skip to content

Commit

Permalink
Update NM's non_vip prependers
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Mar 13, 2020
1 parent 77cf01b commit 534531b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contents:
case "$STATUS" in
pre-up)
logger -s "NM non-virtual-ip-prepender triggered by pre-upping ${1}."
NON_VIRTUAL_IP=$(/usr/local/bin/non_virtual_ip \
NON_VIRTUAL_IP=$(/usr/local/bin/machine-config-daemon node-ip show \
"{{.Infra.Status.PlatformStatus.BareMetal.APIServerInternalIP}}" \
"{{.Infra.Status.PlatformStatus.BareMetal.NodeDNSIP}}" \
"{{.Infra.Status.PlatformStatus.BareMetal.IngressIP}}")
Expand Down Expand Up @@ -38,4 +38,4 @@ contents:
;;
*)
;;
esac
esac

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contents:
case "$STATUS" in
pre-up)
logger -s "NM non-virtual-ip-prepender triggered by pre-upping ${1}."
NON_VIRTUAL_IP=$(/usr/local/bin/non_virtual_ip \
NON_VIRTUAL_IP=$(/usr/local/bin/machine-config-daemon node-ip show \
"{{.Infra.Status.PlatformStatus.OpenStack.APIServerInternalIP}}" \
"{{.Infra.Status.PlatformStatus.OpenStack.NodeDNSIP}}" \
"{{.Infra.Status.PlatformStatus.OpenStack.IngressIP}}")
Expand Down

This file was deleted.

12 changes: 0 additions & 12 deletions templates/worker/00-worker/ovirt/files/ovirt-non-virtual-ip.yaml

This file was deleted.

0 comments on commit 534531b

Please sign in to comment.