public class ProvisioningHelper extends Object
| Constructor and Description |
|---|
ProvisioningHelper(String endpoint,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canDeployOnNode(NodeResponse node) |
static boolean |
canDeployOnNode(NodeResponse node,
int requiredCPU) |
List<OrkaNode> |
getFreeNodes(int vms,
int requiredCPU) |
public ProvisioningHelper(String endpoint, String credentialsId) throws IOException
IOExceptionpublic List<OrkaNode> getFreeNodes(int vms, int requiredCPU) throws IOException
IOExceptionpublic static boolean canDeployOnNode(NodeResponse node)
public static boolean canDeployOnNode(NodeResponse node, int requiredCPU)
Copyright © 2016–2019. All rights reserved.