Skip to content

Commit

Permalink
HPCC-15357 ConfigMgr - Topology Cluster should include alias attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Gleb Aronsky <[email protected]>
  • Loading branch information
Gleb Aronsky committed Apr 20, 2016
1 parent d4b198e commit 903ed56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployment/deployutils/wizardInputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ IPropertyTree* CWizardInputs::createTopologyForComp(IPropertyTree* pNewEnvTree,

xpath.clear().appendf("./%s/%s[1]/%s", XML_TAG_SOFTWARE, xmlTag.str(), XML_ATTR_NAME);

clusterStr.clear().appendf("<Cluster name=\"%s\" prefix=\"%s\"></Cluster>", component, component);
clusterStr.clear().appendf("<Cluster name=\"%s\" prefix=\"%s\" alias=\"\"></Cluster>", component, component);

IPropertyTree* pCluster = createPTreeFromXMLString(clusterStr.str());
if(pCluster)
Expand Down
8 changes: 4 additions & 4 deletions initfiles/etc/DIR_NAME/environment.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -175,23 +175,23 @@
<RoxieServerProcess computer="localhost" name="localhost" netAddress="."/>
</RoxieCluster>
<Topology build="_" buildSet="topology" name="topology">
<Cluster name="hthor" prefix="hthor">
<Cluster name="hthor" prefix="hthor" alias="">
<EclSchedulerProcess process="myeclscheduler"/>
<EclAgentProcess process="myeclagent"/>
<EclCCServerProcess process="myeclccserver"/>
</Cluster>
<Cluster name="thor" prefix="thor">
<Cluster name="thor" prefix="thor" alias="">
<EclAgentProcess process="myeclagent"/>
<EclCCServerProcess process="myeclccserver"/>
<ThorCluster process="mythor"/>
<EclSchedulerProcess process="myeclscheduler"/>
</Cluster>
<Cluster name="roxie" prefix="roxie">
<Cluster name="roxie" prefix="roxie" alias="">
<RoxieCluster process="myroxie"/>
<EclCCServerProcess process="myeclccserver"/>
<EclSchedulerProcess process="myeclscheduler"/>
</Cluster>
<Cluster name="thor_roxie" prefix="thor">
<Cluster name="thor_roxie" prefix="thor" alias="">
<EclCCServerProcess process="myeclccserver"/>
<ThorCluster process="mythor"/>
<RoxieCluster process="myroxie"/>
Expand Down

0 comments on commit 903ed56

Please sign in to comment.