Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Thomas Vachuska
2015-05-20 13:59:22 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
69bf7c1f296d3aafd0d9736d07087baeb361ed2a
69bf7c1f
1 parent
3cd677dd
Fixing port for clustering.
Change-Id: I0d0893f3ba32fae5c690603bd074f79f5ec6b3f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
tools/dev/bin/onos-setup-karaf
tools/dev/bin/onos-setup-karaf
View file @
69bf7c1
...
...
@@ -100,8 +100,8 @@ cat > $STAGE/config/cluster.json <<EOF
EOF
cat >
$STAGE
/config/tablets.json
<<EOF
{ "nodes": [ { "ip": "$IP", "id": "$IP", "tcpPort":
7238
}],
"partitions": { "p1": [ { "ip": "$IP", "id": "$IP", "tcpPort":
7238
}]}}
{ "nodes": [ { "ip": "$IP", "id": "$IP", "tcpPort":
9876
}],
"partitions": { "p1": [ { "ip": "$IP", "id": "$IP", "tcpPort":
9876
}]}}
EOF
echo
"Setting up hazelcast.xml for subnet
$SUBNET
.*..."
...
...
Please
register
or
login
to post a comment