Skip to content

Instantly share code, notes, and snippets.

@jcockhren
Created September 8, 2013 23:53
Show Gist options
  • Select an option

  • Save jcockhren/6489686 to your computer and use it in GitHub Desktop.

Select an option

Save jcockhren/6489686 to your computer and use it in GitHub Desktop.
This shows the same issue appears even when using the ec2 driver.
[WARNING ] The function 'cloud_config()' defined in '/usr/local/lib/python2.7/dist-packages/saltcloud/config.py' is not yet using the new 'default_path' argument to `salt.config.load_config()`. As such, the 'SALT_CLOUD_CONFIG' environment variable will be ignored
[DEBUG ] Missing configuration file: /etc/salt/cloud
[DEBUG ] Reading configuration from /etc/salt/master
[WARNING ] The function 'cloud_providers_config()' defined in '/usr/local/lib/python2.7/dist-packages/saltcloud/config.py' is not yet using the new 'default_path' argument to `salt.config.load_config()`. As such, the 'SALT_CLOUD_PROVIDERS_CONFIG' environment variable will be ignored
[DEBUG ] Reading configuration from /etc/salt/cloud.providers
[WARNING ] The function 'vm_profiles_config()' defined in '/usr/local/lib/python2.7/dist-packages/saltcloud/config.py' is not yet using the new 'default_path' argument to `salt.config.load_config()`. As such, the 'SALT_CLOUDVM_CONFIG' environment variable will be ignored
[DEBUG ] Reading configuration from /etc/salt/cloud.profiles
[WARNING ] The profile 'west_micro' is defining 'aws_west' as the provider. Since there's no valid configuration for that provider, the profile will be removed from the available listing
[DEBUG ] Configuration file path: /etc/salt/master
[INFO ] salt-cloud starting
[DEBUG ] loading cloud in ['/var/cache/salt/master/extmods/clouds', '/usr/local/lib/python2.7/dist-packages/saltcloud/clouds']
[DEBUG ] Skipping /var/cache/salt/master/extmods/clouds, it is not a directory
[DEBUG ] There is no IBM SCE cloud provider configuration available. Not loading module.
[DEBUG ] There is no Rackspace cloud provider configuration available. Not loading module.
[DEBUG ] There is no Parallels cloud provider configuration available. Not loading module.
[DEBUG ] There is no Linode cloud provider configuration available. Not loading module.
[DEBUG ] There is no Joyent cloud provider configuration available. Not loading module.
[TRACE ] Added saltify.SaltCloudSystemExit to cloud
[TRACE ] Added saltify.create to cloud
[TRACE ] Added saltify.list_nodes to cloud
[TRACE ] Added saltify.list_nodes_full to cloud
[TRACE ] Added saltify.list_nodes_select to cloud
[TRACE ] Added saltify.script to cloud
[DEBUG ] There is no AWS cloud provider configuration available. Not loading module
[DEBUG ] There is no CloudStack cloud provider configuration available. Not loading module.
[DEBUG ] There is no GoGrid cloud provider configuration available. Not loading module.
[DEBUG ] Loading EC2 cloud compute module
[TRACE ] Added ec2.MultiStepDeployment to cloud
[TRACE ] Added ec2.Provider to cloud
[TRACE ] Added ec2.SSHKeyDeployment to cloud
[TRACE ] Added ec2.SaltCloudExecutionFailure to cloud
[TRACE ] Added ec2.SaltCloudExecutionTimeout to cloud
[TRACE ] Added ec2.SaltCloudNotFound to cloud
[TRACE ] Added ec2.SaltCloudSystemExit to cloud
[TRACE ] Added ec2.ScriptDeployment to cloud
[TRACE ] Added ec2.attach_volume to cloud
[TRACE ] Added ec2.avail_images to cloud
[TRACE ] Added ec2.avail_locations to cloud
[TRACE ] Added ec2.avail_sizes to cloud
[TRACE ] Added ec2.conn_has_method to cloud
[TRACE ] Added ec2.create to cloud
[TRACE ] Added ec2.create_attach_volumes to cloud
[TRACE ] Added ec2.create_keypair to cloud
[TRACE ] Added ec2.create_volume to cloud
[TRACE ] Added ec2.del_tags to cloud
[TRACE ] Added ec2.delete_keypair to cloud
[TRACE ] Added ec2.delete_volume to cloud
[TRACE ] Added ec2.delvol_on_destroy to cloud
[TRACE ] Added ec2.destroy to cloud
[TRACE ] Added ec2.detach_volume to cloud
[TRACE ] Added ec2.disable_term_protect to cloud
[TRACE ] Added ec2.enable_term_protect to cloud
[TRACE ] Added ec2.get_availability_zone to cloud
[TRACE ] Added ec2.get_configured_provider to cloud
[TRACE ] Added ec2.get_driver to cloud
[TRACE ] Added ec2.get_image to cloud
[TRACE ] Added ec2.get_location to cloud
[TRACE ] Added ec2.get_node to cloud
[TRACE ] Added ec2.get_size to cloud
[TRACE ] Added ec2.get_subnetid to cloud
[TRACE ] Added ec2.get_tags to cloud
[TRACE ] Added ec2.keepvol_on_destroy to cloud
[TRACE ] Added ec2.keyname to cloud
[TRACE ] Added ec2.libcloud_version to cloud
[TRACE ] Added ec2.list_availability_zones to cloud
[TRACE ] Added ec2.list_nodes to cloud
[TRACE ] Added ec2.list_nodes_full to cloud
[TRACE ] Added ec2.list_nodes_select to cloud
[TRACE ] Added ec2.node_state to cloud
[TRACE ] Added ec2.query to cloud
[TRACE ] Added ec2.reboot to cloud
[TRACE ] Added ec2.rename to cloud
[TRACE ] Added ec2.script to cloud
[TRACE ] Added ec2.securitygroup to cloud
[TRACE ] Added ec2.securitygroupid to cloud
[TRACE ] Added ec2.set_tags to cloud
[TRACE ] Added ec2.show_image to cloud
[TRACE ] Added ec2.show_instance to cloud
[TRACE ] Added ec2.show_keypair to cloud
[TRACE ] Added ec2.show_term_protect to cloud
[TRACE ] Added ec2.show_volume to cloud
[TRACE ] Added ec2.ssh_interface to cloud
[TRACE ] Added ec2.ssh_pub to cloud
[TRACE ] Added ec2.ssh_username to cloud
[TRACE ] Added ec2.start to cloud
[TRACE ] Added ec2.stop to cloud
[DEBUG ] There is no Openstack cloud provider configuration available. Not loading module.
[DEBUG ] There is no Digital Ocean cloud provider configuration available. Not loading module.
[DEBUG ] The 'botocore' library is not installed. The libcloud AWS support will be loaded instead.
[DEBUG ] 'parallels.avail_sizes' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'parallels.avail_locations' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'saltify.destroy' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'saltify.avail_sizes' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'saltify.avail_images' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'saltify.avail_locations' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] loading cloud in ['/var/cache/salt/master/extmods/clouds', '/usr/local/lib/python2.7/dist-packages/saltcloud/clouds']
[DEBUG ] Skipping /var/cache/salt/master/extmods/clouds, it is not a directory
[DEBUG ] There is no IBM SCE cloud provider configuration available. Not loading module.
[DEBUG ] There is no Rackspace cloud provider configuration available. Not loading module.
[DEBUG ] There is no Parallels cloud provider configuration available. Not loading module.
[DEBUG ] There is no Linode cloud provider configuration available. Not loading module.
[DEBUG ] There is no Joyent cloud provider configuration available. Not loading module.
[TRACE ] Added saltify.SaltCloudSystemExit to cloud
[TRACE ] Added saltify.create to cloud
[TRACE ] Added saltify.list_nodes to cloud
[TRACE ] Added saltify.list_nodes_full to cloud
[TRACE ] Added saltify.list_nodes_select to cloud
[TRACE ] Added saltify.script to cloud
[DEBUG ] There is no AWS cloud provider configuration available. Not loading module
[DEBUG ] There is no CloudStack cloud provider configuration available. Not loading module.
[DEBUG ] There is no GoGrid cloud provider configuration available. Not loading module.
[DEBUG ] Loading EC2 cloud compute module
[TRACE ] Added ec2.MultiStepDeployment to cloud
[TRACE ] Added ec2.Provider to cloud
[TRACE ] Added ec2.SSHKeyDeployment to cloud
[TRACE ] Added ec2.SaltCloudExecutionFailure to cloud
[TRACE ] Added ec2.SaltCloudExecutionTimeout to cloud
[TRACE ] Added ec2.SaltCloudNotFound to cloud
[TRACE ] Added ec2.SaltCloudSystemExit to cloud
[TRACE ] Added ec2.ScriptDeployment to cloud
[TRACE ] Added ec2.attach_volume to cloud
[TRACE ] Added ec2.avail_images to cloud
[TRACE ] Added ec2.avail_locations to cloud
[TRACE ] Added ec2.avail_sizes to cloud
[TRACE ] Added ec2.conn_has_method to cloud
[TRACE ] Added ec2.create to cloud
[TRACE ] Added ec2.create_attach_volumes to cloud
[TRACE ] Added ec2.create_keypair to cloud
[TRACE ] Added ec2.create_volume to cloud
[TRACE ] Added ec2.del_tags to cloud
[TRACE ] Added ec2.delete_keypair to cloud
[TRACE ] Added ec2.delete_volume to cloud
[TRACE ] Added ec2.delvol_on_destroy to cloud
[TRACE ] Added ec2.destroy to cloud
[TRACE ] Added ec2.detach_volume to cloud
[TRACE ] Added ec2.disable_term_protect to cloud
[TRACE ] Added ec2.enable_term_protect to cloud
[TRACE ] Added ec2.get_availability_zone to cloud
[TRACE ] Added ec2.get_configured_provider to cloud
[TRACE ] Added ec2.get_driver to cloud
[TRACE ] Added ec2.get_image to cloud
[TRACE ] Added ec2.get_location to cloud
[TRACE ] Added ec2.get_node to cloud
[TRACE ] Added ec2.get_size to cloud
[TRACE ] Added ec2.get_subnetid to cloud
[TRACE ] Added ec2.get_tags to cloud
[TRACE ] Added ec2.keepvol_on_destroy to cloud
[TRACE ] Added ec2.keyname to cloud
[TRACE ] Added ec2.libcloud_version to cloud
[TRACE ] Added ec2.list_availability_zones to cloud
[TRACE ] Added ec2.list_nodes to cloud
[TRACE ] Added ec2.list_nodes_full to cloud
[TRACE ] Added ec2.list_nodes_select to cloud
[TRACE ] Added ec2.node_state to cloud
[TRACE ] Added ec2.query to cloud
[TRACE ] Added ec2.reboot to cloud
[TRACE ] Added ec2.rename to cloud
[TRACE ] Added ec2.script to cloud
[TRACE ] Added ec2.securitygroup to cloud
[TRACE ] Added ec2.securitygroupid to cloud
[TRACE ] Added ec2.set_tags to cloud
[TRACE ] Added ec2.show_image to cloud
[TRACE ] Added ec2.show_instance to cloud
[TRACE ] Added ec2.show_keypair to cloud
[TRACE ] Added ec2.show_term_protect to cloud
[TRACE ] Added ec2.show_volume to cloud
[TRACE ] Added ec2.ssh_interface to cloud
[TRACE ] Added ec2.ssh_pub to cloud
[TRACE ] Added ec2.ssh_username to cloud
[TRACE ] Added ec2.start to cloud
[TRACE ] Added ec2.stop to cloud
[DEBUG ] There is no Openstack cloud provider configuration available. Not loading module.
[DEBUG ] There is no Digital Ocean cloud provider configuration available. Not loading module.
[DEBUG ] The 'botocore' library is not installed. The libcloud AWS support will be loaded instead.
[DEBUG ] 'parallels.avail_sizes' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'parallels.avail_locations' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'saltify.destroy' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'saltify.avail_sizes' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'saltify.avail_images' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] 'saltify.avail_locations' has been marked as not supported. Removing from the list of supported cloud functions
[DEBUG ] EC2 Request: https://ec2.us-east-1.amazonaws.com/?SignatureVersion=2&AWSAccessKeyId=myid&Timestamp=2013-09-08T23%3A53%3A04Z&SignatureMethod=HmacSHA256&Version=2013-02-01&Signature=3aER5KLI1k%2FZT9kMc4i2CSHz4TDUvASlZWkb2A05PxY%3D&Action=DescribeInstances
[DEBUG ] EC2 Response Status Code: 200
[DEBUG ] loading output in ['/usr/local/lib/python2.7/dist-packages/saltcloud/output', '/var/cache/salt/master/extmods/output', '/usr/lib/pymodules/python2.7/salt/output']
[DEBUG ] Skipping /var/cache/salt/master/extmods/output, it is not a directory
[TRACE ] Added no_return.NestDisplay to output
[TRACE ] Added no_return.output to output
[TRACE ] Added grains.output to output
[TRACE ] Added overstatestage.output to output
[DEBUG ] Loaded no_out as virtual quiet
[TRACE ] Added quiet.output to output
[DEBUG ] Loaded json_out as virtual json
[TRACE ] Added json.output to output
[TRACE ] Added nested.NestDisplay to output
[TRACE ] Added nested.Number to output
[TRACE ] Added nested.output to output
[TRACE ] Added raw.output to output
[TRACE ] Added highstate.output to output
[DEBUG ] Loaded yaml_out as virtual yaml
[TRACE ] Added yaml.output to output
[TRACE ] Added double_layer.output to output
[TRACE ] Added key.output to output
[TRACE ] Added virt_query.output to output
[TRACE ] Added txt.output to output
[DEBUG ] Loaded pprint_out as virtual pprint
[TRACE ] Added pprint.output to output
Not Actioned/Not Running:
- i-a4d832c7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment