DCS floating IP should set internal interface
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_
/** Default DcsMaster Floating IP external IP address */
public static final String DEFAULT_
Need to add more properties for internal interface e.g.,
/** DcsMaster Floating IP internal IP address */
public static final String DCS_MASTER_
/** Default DcsMaster Floating IP internal IP address */
public static final String DEFAULT_
DcsMaster can then invoke dcsbind.sh for both
Changed in trafodion: | |
status: | New → In Progress |
Changed in trafodion: | |
status: | In Progress → Confirmed |