Assign secondary IP
Ivan Hrasko
Hi!
For my Robot tests I need to assign secondary IP address for cluster owner
as I do here: https://jenkins.opendaylight.org/sandbox/job/sxp-csit-3node-routing-all-neon/7/
I get IP address to be assigned from ${TOOLS_SYSTEM_2_IP} which is turned off
in the beginning of the test.
Problem is that secondary IP address is pingable only from owner.
It is not reachable from other cluster ODL nodes.
When IP address is assigned on ${TOOLS_SYSTEM_2_IP} then it is pingable from all cluster nodes,
see setup (Setup Custom SXP Cluster Session#SxpClusterLib . Shutdown Tools Node) in:
For my Robot tests I need to assign secondary IP address for cluster owner
as I do here: https://jenkins.opendaylight.org/sandbox/job/sxp-csit-3node-routing-all-neon/7/
I get IP address to be assigned from ${TOOLS_SYSTEM_2_IP} which is turned off
in the beginning of the test.
Problem is that secondary IP address is pingable only from owner.
It is not reachable from other cluster ODL nodes.
When IP address is assigned on ${TOOLS_SYSTEM_2_IP} then it is pingable from all cluster nodes,
see setup (Setup Custom SXP Cluster Session#SxpClusterLib . Shutdown Tools Node) in:
https://jenkins.opendaylight.org/sandbox/job/sxp-csit-3node-routing-all-neon/7/
Also creating virtual interface and assign IP address to it doesn't work.
Can you give me advice how to make assigned secondary IP reachable from all ODL nodes?
Also creating virtual interface and assign IP address to it doesn't work.
Can you give me advice how to make assigned secondary IP reachable from all ODL nodes?
Thank you!