Move te-broker default IP address to 1.254
We're moving it to the end of the range to make deploys easier. At the low end it races with dhcp agents and so forth. Change-Id: I34600d127ff5b43c775bea07f7217cdc875b8e6a
This commit is contained in:
parent
b1e516272a
commit
b556475692
@ -11,7 +11,7 @@ fi
|
||||
export TE_DISTRO=$TRIPLEO_OS_DISTRO
|
||||
export TE_EXTRA_ELEMENTS=
|
||||
export TE_PROVIDER_NET_NAME=datacentre
|
||||
export TE_GEARMANHOST=192.168.1.1
|
||||
export TE_GEARMANHOST=192.168.1.254
|
||||
|
||||
export TE_OVERCLOUDPASSWD=$(awk '$1=="tripleo-ci" { print $2 }' < /os-asserted-users)
|
||||
export TE_OVERCLOUDNPPASSWD=$(awk '$1=="openstack-nodepool" { print $2 }' < /os-asserted-users)
|
||||
|
Loading…
Reference in New Issue
Block a user