Browse Source

Merge pull request #12759 from jakesmith/hpcc-22463

HPCC-22463 Switch to "ClusterGroup" from legacy "Cluster"

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 6 years ago
parent
commit
528c3a9457
1 changed files with 3 additions and 3 deletions
  1. 3 3
      initfiles/etc/DIR_NAME/environment.xml.in

+ 3 - 3
initfiles/etc/DIR_NAME/environment.xml.in

@@ -945,9 +945,9 @@
   <path>${INSTALL_DIR}</path>
   <Keys>
    <KeyPair name="mythor" publicKey="@HOME_DIR@/@RUNTIME_USER@/certificate/public.key.pem" privateKey="@HOME_DIR@/@RUNTIME_USER@/certificate/key.pem"/>
-   <Cluster name="mythor" keyPairName="mythor"/>
-   <Cluster name="myroxie" keyPairName="mythor"/>
-   <Cluster name="hthor__myeclagent" keyPairName="mythor"/>
+   <ClusterGroup name="mythor" keyPairName="mythor"/>
+   <ClusterGroup name="myroxie" keyPairName="mythor"/>
+   <ClusterGroup name="hthor__myeclagent" keyPairName="mythor"/>
   </Keys>
  </EnvSettings>
  <Programs>