Brian Coca
9d25d88b9a
Merge pull request #1187 from chrismeyersfsu/feature-azure_delete_disks
...
correctly delete disks associated with vms
2015-05-05 08:47:03 -04:00
Pascal Borreli
f29a6ec54d
Fixed typos
2015-05-04 12:54:03 +01:00
Chris Meyers
c66de51b16
better timeout logic when deleting vm disks. Python 2.4 safe excepts
2015-04-22 17:57:37 -04:00
Chris Meyers
797a617a1d
correctly delete disks associated with vms
2015-04-22 17:04:35 -04:00
Brian Coca
70e24f1f4d
Merge pull request #540 from lander2k2/hosted_service
...
azure check for hosted service and vm before creating
2015-04-22 11:07:29 -04:00
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'.
2015-02-16 19:04:09 -05:00
Brian Coca
ed8ded7127
Merge pull request #519 from lander2k2/public_ips
...
set network_config.public_ips attribute
2015-02-16 19:02:18 -05:00
moussa taifi
ab8b4c0270
Adds the currently available instance types for azure to the available dict(choices.....
2015-02-10 11:14:28 -05:00
Richard Lander
dc5641afe3
azure check for hosted service and vm before creating
2014-12-17 17:29:07 -05:00
Richard Lander
73e32db22f
password required
2014-12-16 17:28:12 -05:00
Richard Lander
0ab3b30b2f
set network_config.public_ips attribute
2014-12-15 16:26:33 -05:00
Brian Coca
19ed60196c
added __init__.py to new cloud subcategories so builds work again
2014-11-05 11:07:19 -05:00
Brian Coca
0c4adcb2c6
made subcategories for cloud modules for better organization
2014-11-04 11:18:09 -05:00
Michael DeHaan
c8e1a2077e
file extensions!
2014-09-26 10:37:56 -04:00
Michael DeHaan
417309a626
Restructuring.
2014-09-26 10:13:26 -04:00
Michael DeHaan
73123b69fa
Move modules into subdirectory.
2014-09-26 09:23:50 -04:00
Sterling Windmill
c098183b9d
add additional Azure Regions
2014-08-31 09:15:46 -04:00
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
2014-07-30 16:28:13 -04:00
Ranjan Kumar
8ef95374e7
Provision VM using virtual network.
2014-07-03 15:36:51 +05:30
James Cammarata
de94863eb1
Catch error in azure related to a failed deployment when creating a vm
2014-06-12 10:25:31 -05:00
Martin Joehren
6967d821b9
azure - fixed missing return statement
2014-06-08 21:39:31 +02:00
Martin Joehren
9b04ecec8c
azure - fix for: temporary redirect, not deleted vhds, missing locations and role types, async api calls
2014-06-08 00:36:55 +02:00
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
2014-06-06 15:58:28 -05:00
Sean Whitbeck
723a86c792
Add azure VM provisioning/termination module
2014-05-29 17:29:09 -07:00