Skip to content

Commit bafe282

Browse files
author
David Linko
committed
working to have two agents
1 parent 2f1c630 commit bafe282

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

deps/reftools.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ RUN cd /usr/local/src/nm && \
123123
-DTRANSPORT_UNIX_SOCKET=OFF \
124124
-DTRANSPORT_PROXY_SOCKET=ON \
125125
-DTRANSPORT_ION_BP=ON \
126-
-DBUILD_TESTING=OFF \
126+
-DBUILD_UNITTEST=OFF -DBUILD_FUZZING=OFF \
127127
-DBUILD_DOCS_API=OFF -DBUILD_DOCS_MAN=OFF \
128128
-G Ninja && \
129129
cmake --build build/default && \

deps/test-ion-configs/mgr.rc

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ION Configuration File for Node N1, ipn:1
1+
# ION Configuration File for Node N1, ipn:1, hostname manager
22
## begin ionadmin
33
1 1 ''
44
s
@@ -12,12 +12,13 @@ m horizon +0
1212
## begin bpadmin
1313
1
1414
e 1
15+
w 1
1516
a scheme ipn 'ipnfw' 'ipnadminep'
1617
a endpoint ipn:1.0 x
1718
a endpoint ipn:1.1 x
1819
a endpoint ipn:1.4 x
19-
a endpoint ipn:1.6 x
20-
a endpoint ipn:1.7 x
20+
a endpoint ipn:1.6 q
21+
a endpoint ipn:1.7 q
2122

2223

2324
# Protocols
@@ -28,19 +29,17 @@ a protocol tcp 1400 100
2829
a induct udp 0.0.0.0:4556 udpcli
2930

3031
# Outducts
31-
a outduct udp 127.0.0.1 udpclo
32-
a outduct udp ION-AGENT2:4556 udpclo
33-
a outduct udp ION-AGENT3:4556 udpclo
34-
32+
a outduct udp 10.5.0.101:4556 udpclo
33+
a outduct udp 10.5.0.102:4556 udpclo
34+
a outduct udp 10.5.0.103:4556 udpclo
3535

3636
s
3737
## end bpadmin
3838

3939
## begin ipnadmin
40-
a plan 1 udp/127.0.0.1
41-
a plan 2 udp/ION-AGENT2:4556
42-
a plan 3 udp/ION-AGENT3:4556
43-
40+
a plan 1 udp/10.5.0.101:4556
41+
a plan 2 udp/10.5.0.102:4556
42+
a plan 3 udp/10.5.0.103:4556
4443

4544
## end ipnadmin
4645

0 commit comments

Comments
 (0)