DISCOVERY.port change in vrouter agent conf doesn't work
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
Medium
|
Kumar Harsh | |||
R2.21.x |
Fix Committed
|
Medium
|
Kumar Harsh | |||
R2.22.x |
Fix Committed
|
Medium
|
Kumar Harsh | |||
R3.0 |
Fix Committed
|
Medium
|
Kumar Harsh | |||
Trunk |
Fix Committed
|
Medium
|
Kumar Harsh |
Bug Description
DISCOVERY.port configuration added to agent code in commit https:/
-# IP address of discovery server
-# server=
+# IP address and port of discovery server
+# port=5998
+# server=127.0.0.1
doesn't work on 2.21-102 and 2.21.2. Port change in config file is ignored.
[DISCOVERY]
#If DEFAULT.collectors and/or CONTROL-NODE and/or DNS is not specified this
/etc/contrail/
# IP address and port of discovery server
# port=5998
port=9110
# server=127.0.0.1
server=10.41.0.20
root@vrouter-
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
07:49:48.682860 IP 10.41.0.22.38672 > 10.41.0.20.5998: Flags [S], seq 786616545, win 29200, options [mss 1460,sackOK,TS val 83584336 ecr 0,nop,wscale 7], length 0
07:49:48.684436 IP 10.41.0.20.5998 > 10.41.0.22.38672: Flags [S.], seq 3759982292, ack 786616546, win 28960, options [mss 1460,sackOK,TS val 168689472 ecr 83584336,nop,wscale 7], length 0
07:49:48.684513 IP 10.41.0.22.38672 > 10.41.0.20.5998: Flags [.], ack 1, win 229, options [nop,nop,TS val 83584337 ecr 168689472], length 0
07:49:48.684648 IP 10.41.0.22.38672 > 10.41.0.20.5998: Flags [P.], seq 1:303, ack 1, win 229, options [nop,nop,TS val 83584337 ecr 168689472], length 302
07:49:48.684972 IP 10.41.0.20.5998 > 10.41.0.22.38672: Flags [.], ack 303, win 235, options [nop,nop,TS val 168689472 ecr 83584337], length 0
07:49:48.694913 IP 10.41.0.20.5998 > 10.41.0.22.38672: Flags [P.], seq 1:266, ack 303, win 235, options [nop,nop,TS val 168689474 ecr 83584337], length 265
07:49:48.694949 IP 10.41.0.22.38672 > 10.41.0.20.5998: Flags [.], ack 266, win 237, options [nop,nop,TS val 83584339 ecr 168689474], length 0
07:49:48.695309 IP 10.41.0.22.38672 > 10.41.0.20.5998: Flags [F.], seq 303, ack 266, win 237, options [nop,nop,TS val 83584340 ecr 168689474], length 0
07:49:48.695660 IP 10.41.0.20.5998 > 10.41.0.22.38672: Flags [F.], seq 266, ack 304, win 235, options [nop,nop,TS val 168689474 ecr 83584340], length 0
07:49:48.69
description: | updated |
description: | updated |
information type: | Proprietary → Public |
tags: | added: config |
tags: |
added: discovery removed: config |
Review in progress for https:/ /review. opencontrail. org/21412
Submitter: Kumar Harsh (<email address hidden>)