this_host_ip_rendered
This commit is contained in:
parent
bcda4e5ad6
commit
c5829b8975
|
@ -8,7 +8,7 @@ echo "ZZZ $1"
|
||||||
|
|
||||||
START(){
|
START(){
|
||||||
hostname=$(hostname)
|
hostname=$(hostname)
|
||||||
loopbackIP={{LAN_IP}}
|
loopbackIP={{this_host_ip_rendered}}
|
||||||
controllerIP={{OVN_VIP}}
|
controllerIP={{OVN_VIP}}
|
||||||
echo "Starting OpenVSwitch and OVN on $hostname with $loopbackIP and pointing to OVN controller $controllerIP"
|
echo "Starting OpenVSwitch and OVN on $hostname with $loopbackIP and pointing to OVN controller $controllerIP"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue