DCS floating IP should set internal interface

Bug #1444549 reported by Matt Brown
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Trafodion
Confirmed
Medium
Matt Brown

Bug Description

DCS currently has the following properties for floating IP:

    /** DcsMaster Floating IP external IP address */
    public static final String DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS = "dcs.master.floating.ip.external.ip.address";

    /** Default DcsMaster Floating IP external IP address */
    public static final String DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS = "default";

Need to add more properties for internal interface e.g.,

    /** DcsMaster Floating IP internal IP address */
    public static final String DCS_MASTER_FLOATING_IP_INTERNAL_IP_ADDRESS = "dcs.master.floating.ip.internal.ip.address";

    /** Default DcsMaster Floating IP internal IP address */
    public static final String DEFAULT_DCS_MASTER_FLOATING_IP_INTERNAL_IP_ADDRESS = "default";

DcsMaster can then invoke dcsbind.sh for both

Matt Brown (mattbrown-2)
Changed in trafodion:
status: New → In Progress
Matt Brown (mattbrown-2)
Changed in trafodion:
status: In Progress → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.