0

Cloudify 用のchef-plugin を使用して作成した設計図を検証してアップロードしようとしているときに、エラーが発生しました。シェフプラグインをインポートしています。

エラーは次のようになります。

CloudifyCliError: Failed to validate blueprint my_blueprint.yaml: Missing definition for relationship cloudify.relationships.connected_to which is declared as derived by relationship cloudify.chef.connected_to

これは私の blueprint.yaml がどのように見えるかです:

tosca_definitions_version: cloudify_dsl_1_0

imports:
  - http://getcloudify.org/spec/chef-plugin/1.1/plugin.yaml

node_templates:

  testserver:
    type: cloudify.chef.nodes.WebServer
    properties:
      chef_config:
        version: 11.18.0
        chef_server_url: URL
        validation_client_name: chef-validator
        validation_key: ""
        node_name_prefix: chef-node-
        node_name_suffix: testserver.com
        environment: _default
        runlist: recipe[cookbook::recipe]

どんな助けでも大歓迎です。

4

1 に答える 1