mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-10-29 09:42:26 +00:00
Adding tipport comments
This commit is contained in:
@@ -53,6 +53,12 @@ HOSTNAMES="--add-host mgr.owls.net:172.21.10.2 --add-host node1.owls.net:172.21.
|
||||
# To run a script, please replace the host line with this one in your manager section
|
||||
#
|
||||
# -e ERL_NODE_NAME="mgr@mgr.owls.net" -e ERL_OPTIONS="-noshell -noinput -tipauth 1 -tipapi $TIP_API_HOST -sim $SIM_SCRIPT " -e ERL_NODE_TYPE="manager" \
|
||||
#
|
||||
# If you are running the microk8s version of TIP, you must tell OWLS about the port to use for the API endpoint. The default is port 9051
|
||||
# add the following "-tipport 9051" to the other options in your docker run manager section
|
||||
#
|
||||
# -e ERL_NODE_NAME="mgr@mgr.owls.net" -e ERL_OPTIONS="-noshell -noinput -tipauth 1 -tipapi $TIP_API_HOST -tipport 9051 -sim $SIM_SCRIPT " -e ERL_NODE_TYPE="manager" \
|
||||
#
|
||||
|
||||
#start manager node
|
||||
docker run -d -p 9091:9090 --init \
|
||||
|
||||
Reference in New Issue
Block a user