Rene Moser
94e6c32608
azure_rm_deployment: fix docs and move import utils near main()
...
fixes build
9 years ago
chouseknecht
a1cc951d6f
Updated per PR comments
9 years ago
chouseknecht
99f5e394ad
Rename azure_deploy to azure_rm_deployment. Refactor to use azure_common.
9 years ago
Laurent Mazuel
a0ee1f37d1
Add user-agent information for analytics
9 years ago
Andre Price
c69c0f8fd7
Get failed deployments when create fails also
9 years ago
Laurent Mazuel
112355d965
Updated to use ServicePrincipalCredentials class and get rid of requests
9 years ago
Laurent Mazuel
027ae690c4
Fixes after Travis feedback
9 years ago
Laurent Mazuel
36b9fe9ac9
Py2.6 compatible + minor fixes
9 years ago
Laurent Mazuel
a714e1d9f9
Fix YAML documentation
9 years ago
Laurent Mazuel
dd50d741dd
Add update from @obsoleted
9 years ago
Laurent Mazuel
4fb6a7e468
Azure plugin using Azure Python SDK 2.0.0rc1
9 years ago
David Justice
547fd41352
add azure resource manager template deployment module
9 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.
11 years ago
James Cammarata
de94863eb1
Catch error in azure related to a failed deployment when creating a vm
11 years ago
Martin Joehren
6967d821b9
azure - fixed missing return statement
11 years ago
Martin Joehren
9b04ecec8c
azure - fix for: temporary redirect, not deleted vhds, missing locations and role types, async api calls
11 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
11 years ago
Sean Whitbeck
723a86c792
Add azure VM provisioning/termination module
11 years ago