Skip to content

Instantly share code, notes, and snippets.

@ilikeitsalty
Created July 3, 2015 10:09
Show Gist options
  • Select an option

  • Save ilikeitsalty/84257d57c11dd381abf2 to your computer and use it in GitHub Desktop.

Select an option

Save ilikeitsalty/84257d57c11dd381abf2 to your computer and use it in GitHub Desktop.
salt-cloud vmware provider error1
[root@sdfs cloud.providers.d]# salt-cloud -p vmware myinstance -l debug
[DEBUG ] Reading configuration from /etc/salt/cloud
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: sdfs.sdfsdf.com
[DEBUG ] Missing configuration file: /etc/salt/cloud.providers
[DEBUG ] Including configuration from '/etc/salt/cloud.providers.d/vmware.conf'
[DEBUG ] Reading configuration from /etc/salt/cloud.providers.d/vmware.conf
[INFO ] There's at least one cloud driver details under the 'bcds' cloud provider alias which does not have the required 'provider' setting. Was probably just used as a holder for additional data. Removing it from the available providers listing
[DEBUG ] Reading configuration from /etc/salt/cloud.profiles
[DEBUG ] Including configuration from '/etc/salt/cloud.profiles.d/vmware.profiles.conf'
[DEBUG ] Reading configuration from /etc/salt/cloud.profiles.d/vmware.profiles.conf
[DEBUG ] Configuration file path: /etc/salt/cloud
[INFO ] salt-cloud starting
/usr/lib/python2.6/site-packages/salt/cloud/clouds/digital_ocean.py:86: DeprecationWarning: The digital_ocean driver is deprecated and will be removed in Salt Beryllium. Please convert your digital ocean provider configs to use the digital_ocean_v2 driver.[DEBUG ] Failed to import clouds joyent:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/loader.py", line 957, in _load_module
), fn_, fpath, desc)
File "/usr/lib/python2.6/site-packages/salt/cloud/clouds/joyent.py", line 68, in <module>
from Crypto.Signature import PKCS1_v1_5
ImportError: No module named Signature
[DEBUG ] Could not LazyLoad parallels.avail_sizes
[DEBUG ] LazyLoaded parallels.avail_locations
[DEBUG ] LazyLoaded proxmox.avail_sizes
[DEBUG ] Could not LazyLoad saltify.destroy
[DEBUG ] Could not LazyLoad saltify.avail_sizes
[DEBUG ] Could not LazyLoad saltify.avail_images
[DEBUG ] Could not LazyLoad saltify.avail_locations
[DEBUG ] LazyLoaded rackspace.reboot
[DEBUG ] LazyLoaded openstack.list_locations
[DEBUG ] LazyLoaded rackspace.list_locations
[ERROR ] Profile vmware is not defined
[DEBUG ] LazyLoaded nested.output
Error:
Profile vmware is not defined
[root@sdfs cloud.providers.d]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment