We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: