JClouds:是否有一种可移植的方法来创建一组节点,这些节点将智能地分配所有位置的节点?

时间:2013-04-17 05:59:09

标签: jclouds

我试图找出是否有办法创建一组节点,以便它们分布在所有位置:

//It would be helpful if there was a parameter to the function call that would give
//a hint to allocate nodes across all AZs or an option through the template 
groupNodes = computeService.createNodesInGroup("mygroup", 2, template);

对于云开发人员而言,这将是一个很好的功能,以确保他在每个AZ中都有一些节点,以便即使单个AZ发生故障,他的应用程序也会继续运行。

1 个答案:

答案 0 :(得分:0)

简短回答:不。

虽然我明白你的目标是什么。实际上,您通常需要知道实例的起始位置,以便您可以获取位置和ID以便稍后引用它们。如果您想进一步讨论,我邀请您加入jclouds-dev小组。