如今nova能够通过命令创建一个server group,在server group中的vm能够指定一些policy。这些policy包含affinity和anti-affinity。affinity表示尽量把vm都安排到一个host上面,anti-ffinity表示尽量把vm安排到不同的host上...
分类:
其他好文 时间:
2014-10-31 15:11:21
阅读次数:
422
这个功能类似于Heat.exe,指定文件夹,生成对应的WIX标签。Winform做的,代码简单,生成的标签需要粘贴到对应的目录才能使用,并不是一步到位。 需要设定两个参数,一个是文件夹路径,一个是文件夹对应的变量。 会根据文件夹的目录生成Directory目录、DirectoryRef目录(...
分类:
其他好文 时间:
2014-09-23 16:18:24
阅读次数:
274
RUNET BETONexpress v20.06.2013 1CDRUNET FRAME2Dexpress v20.01.2013 1CDRUNET WOODexpress v10.06.2013 1CDTecplot.RS.2013.v2013.1.0.39214.Win32 1CDTecplo...
分类:
其他好文 时间:
2014-09-20 09:58:47
阅读次数:
216
最新的Heat template目前支持string | number |
json | comma_delimited_list | boolean等类型。
采用默认的hot格式,yaml文件格式。
定义一个string类型的属性,内容为true或false的时候,会报错。
查看heat engine的log会发现这个属性值默认被转为了boolean类型。
...
分类:
其他好文 时间:
2014-09-04 19:08:20
阅读次数:
260
Problem Description
Dragon is watching NBA. He loves James and Miami Heat.
Here's an introduction of basketball game:http://en.wikipedia.org/wiki/Basketball. However the game in Dragon's version...
分类:
其他好文 时间:
2014-08-26 15:38:56
阅读次数:
183
OpenStack Heat是个很有前景的项目,主要负责在数据中心中利用模板来完成资源的自动化管理。
即,用户定义可读性好(json or yaml)的资源模板,heat负责将这些资源在openstack中进行部署。
其内部主要分heatclient、heatapi、heatengine三层,调用逻辑如下图所示。
heat-client,接受输入命令、参数和模板(...
分类:
其他好文 时间:
2014-08-19 12:58:14
阅读次数:
259
Problem Description
Fighting the Landlords is a card game which has been a heat for years in China. The game goes with the 54 poker cards for 3 players, where the “Landlord” has 20 cards and the ot...
分类:
其他好文 时间:
2014-08-08 16:04:46
阅读次数:
204
Fighting the LandlordsProblem DescriptionFighting the Landlords is a card game which has been a heat for years in China. The game goes with the 54 pok...
分类:
其他好文 时间:
2014-08-07 21:47:30
阅读次数:
408
Heat简介
Heat是OpenStack的负责编排计划的主要项目。它可以基于模板来实现云环境中资源的初始化,依赖关系处理,部署等基本操作,也可以解决自动收缩,负载均衡等高级特性。目前Heat自身的模板格式(HOT)正在不停的改进,同时也支持AWS
CloudFormation 模板(CFN),HOT的目标是在不远的将来可以完全的替代CFN。
Heat提供了一个OpenStack的...
分类:
其他好文 时间:
2014-08-01 16:10:42
阅读次数:
318
现在nova可以通过命令创建一个server group,在server group中的vm可以指定一些policy。
这些policy包括affinity和anti-affinity。affinity表示尽量把vm都安排到一个host上面,anti-ffinity表示尽量把vm安排到不同的host上面。
创建server-group的命令如下:
nova server-group-crea...
分类:
其他好文 时间:
2014-07-21 13:43:36
阅读次数:
214