git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@134325 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f6e6e57aa7
commit
58a8ad19cf
|
@ -102,16 +102,8 @@ public class DataminerPoolManager {
|
|||
AlgorithmSet algoSet = new AlgorithmSet();
|
||||
algoSet.setName("fake");
|
||||
algoSet.addAlgorithm(algorithm);
|
||||
|
||||
***REMOVED*** create the cluster (dataminers in the vre)
|
||||
Cluster cluster = new Cluster();
|
||||
for(Host h:new ISClient().listDataminersInVRE(vre)) {
|
||||
cluster.addHost(h);
|
||||
***REMOVED***
|
||||
|
||||
***REMOVED*** apply the changes
|
||||
new AnsibleBridge().applyAlgorithmSetToCluster(algoSet, cluster);
|
||||
|
||||
|
||||
this.addAlgorithmsToVRE(algoSet, vre);
|
||||
***REMOVED***
|
||||
|
||||
public void addAlgorithmsToVRE(AlgorithmSet algorithms, String vre) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue