mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 19:47:52 +00:00
correct cloud openSyncGW docker
This commit is contained in:
@@ -17,12 +17,6 @@ MQTT_BROKER_HOST="${MQTT_SERVER}"
|
|||||||
|
|
||||||
BACKEND_SERVER="${BACKEND_SERVER}"
|
BACKEND_SERVER="${BACKEND_SERVER}"
|
||||||
|
|
||||||
if [[ -n $BACKEND_SERVER ]]
|
|
||||||
then
|
|
||||||
OVSDB_MANAGER_HOST=$BACKEND_SERVER
|
|
||||||
MQTT_BROKER_HOST=$BACKEND_SERVER
|
|
||||||
fi
|
|
||||||
|
|
||||||
OVSDB_PROPS=" "
|
OVSDB_PROPS=" "
|
||||||
OVSDB_PROPS+=" -Dconnectus.ovsdb.managerAddr=$OVSDB_MANAGER_HOST"
|
OVSDB_PROPS+=" -Dconnectus.ovsdb.managerAddr=$OVSDB_MANAGER_HOST"
|
||||||
OVSDB_PROPS+=" -Dconnectus.ovsdb.listenPort=6640 "
|
OVSDB_PROPS+=" -Dconnectus.ovsdb.listenPort=6640 "
|
||||||
|
|||||||
Reference in New Issue
Block a user