リンクhttps://brooklyn.incubator.apache.org/v/latest/yaml/chef/creating-blueprints.htmlに従って、シェフから青写真を作成しようとしました。
大規模なインスタンスの場所と provisioning.properties は、yaml を介して提供されます。
しかし、起動すると、次のエラーが表示されます。
Required entity not healthy: ChefEntityImpl{id=aL3U028F}Failure running task invoking
start[locations] on 1 node (Aw2cyO4I): Error invoking start at ChefEntityImpl{id=aL3U028F}:
org.jclouds.aws.AWSResponseException: request POST https://ec2.us-west-1.amazonaws.com/
HTTP/1.1 failed with code 400, error: AWSError{requestId='27baa951-42d1-424d-9bca-c97047207ac3',
requestToken='null', code='InvalidParameterCombination', message=**'Virtualization type
'hvm' is required for instances of type 't2.small'.',**
Brooklyn は、 yaml で言及されている provisioning.properties を無視して、t2.small タイプのインスタンスをピックアップしています。
brooklyn.properties ファイルを介して provision.properties を指定する方法、または blueprint を介して提供される構成で Brooklyn を強制的にオーバーライドする方法はありますか?
誰かがこれで私を助けることができますか?