Commit Graph

30 Commits (4b78b5597fab60cec052cf23a6dd9200fb87a652)

Author SHA1 Message Date
Chris Meyers 59225ca7b0 ensure password or ssh cert specified 9 years ago
Michal Smereczynski 1cfa21829b Added new Premium Storage instance sizes and case-related documentation clarification. 9 years ago
Benno Joy 762f4f25f7 enable azure to provision windows instances 9 years ago
Benno Joy fbbc74d5fe enable the module to provision windows instances 9 years ago
Greg DeKoenigsberg 28a869a030 Updating cloud modules with proper github author information 9 years ago
Toshio Kuratomi 60a66a544d Several cleanups to many modules:
* Fix docs to specify when python2.6+ is required (due to a library
  dep).  This helps us know when it is okay to use python2.6+ syntax in
  the file.
* remove BabyJson returns.  See #1211  This commit fixes all but the
  openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
  if the module is run as a program.  This allows for the potential to
  unittest the code later.
10 years ago
Brian Coca 9d25d88b9a Merge pull request #1187 from chrismeyersfsu/feature-azure_delete_disks
correctly delete disks associated with vms
10 years ago
Pascal Borreli f29a6ec54d Fixed typos 10 years ago
Chris Meyers c66de51b16 better timeout logic when deleting vm disks. Python 2.4 safe excepts 10 years ago
Chris Meyers 797a617a1d correctly delete disks associated with vms 10 years ago
Brian Coca 70e24f1f4d Merge pull request #540 from lander2k2/hosted_service
azure check for hosted service and vm before creating
10 years ago
Brian Coca 706be79f8f Merge pull request #528 from lander2k2/password_required
TODO: check if instance already exists and this is not meant to create it but modify it, not supported by current code which always tries to create when 'present'.
10 years ago
Brian Coca ed8ded7127 Merge pull request #519 from lander2k2/public_ips
set network_config.public_ips attribute
10 years ago
moussa taifi ab8b4c0270 Adds the currently available instance types for azure to the available dict(choices..... 10 years ago
Richard Lander dc5641afe3 azure check for hosted service and vm before creating 10 years ago
Richard Lander 73e32db22f password required 10 years ago
Richard Lander 0ab3b30b2f set network_config.public_ips attribute 10 years ago
Brian Coca 19ed60196c added __init__.py to new cloud subcategories so builds work again 10 years ago
Brian Coca 0c4adcb2c6 made subcategories for cloud modules for better organization 10 years ago
Michael DeHaan c8e1a2077e file extensions! 10 years ago
Michael DeHaan 417309a626 Restructuring. 10 years ago
Michael DeHaan 73123b69fa Move modules into subdirectory. 10 years ago
Sterling Windmill c098183b9d add additional Azure Regions 10 years ago
James Laska ff401c41c6 Several azure fixes
Several azure fixes/improvements, including:
* Improve failure message when python-azure is not installed
* Improve required argument handling
* Fixes a traceback on instance termination when the variable
'deployment' was not set.
* Fixes a traceback (#8298) when creating instances using the newer SDK
10 years ago
Ranjan Kumar 8ef95374e7 Provision VM using virtual network. 10 years ago
James Cammarata de94863eb1 Catch error in azure related to a failed deployment when creating a vm 10 years ago
Martin Joehren 6967d821b9 azure - fixed missing return statement 10 years ago
Martin Joehren 9b04ecec8c azure - fix for: temporary redirect, not deleted vhds, missing locations and role types, async api calls 10 years ago
James Cammarata 8e6ba1015b Cleaning up azure module
* Fixed error messages to be more descriptive
* Removed direct use of subprocess module and replaced it with calls
  to module.run_command
* Changed AZURE_MANAGEMENT_CERT_PATH to be just AZURE_CERT_PATH, which
  matches what is expected by the inventory script
10 years ago
Sean Whitbeck 723a86c792 Add azure VM provisioning/termination module 10 years ago