Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mapping error: server_plugin.server has no attribute 'shutdown_guest' [node=test_vm, type=operations] #89

Open
algupta opened this issue Sep 14, 2015 · 0 comments

Comments

@algupta
Copy link

algupta commented Sep 14, 2015

Apologies for vague question.
I just started with Cloudify and stuck while creating a guest VM on my ESX server.

While trying to create a guest VM on VCenter getting following error:

(cloudify)vagrant@cloudify:~/cloudify$ cfy bootstrap -p ag_blueprint2.yaml executing bootstrap validation
mapping error: server_plugin.server has no attribute 'shutdown_guest' [node=test_vm, type=operations]

BLUEPRINT:

tosca_definitions_version: cloudify_dsl_1_1

imports:

node_templates:
test_vm:
type: cloudify.vsphere.nodes.Server
properties:
networking:
dns_servers: ['10.10.10.10']
connected_networks:
- name: devops-vm-cfy
management: true
switch_distributed: false
use_dhcp: true
server:
name: cfy_deleteit
template: test_template1

  connection_config:
    url: 192.168.20.30
    username: [email protected]
    password: myPass
    datacenter_name: alok_esx
    resource_pool_name: /Resources
    auto_placement: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant