Commit graph

27 commits

Author SHA1 Message Date
Robin Schneider
67a1bebbd3 Use addresses and names reserved for documentation (#2894)
Trying to preserve the meaning of the examples.

Related to: https://github.com/ansible/ansible/issues/17479
2016-09-12 11:27:45 +02:00
nitzmahone
8502d2595a fix azure_rm_deployment for rc5 2016-07-07 10:56:57 -07:00
nitzmahone
6ee1cfc5cf remove duplicate deployment_mode docstring
submodule ref wasn't updated, so missed that this had recently been added
2016-06-07 17:07:51 -07:00
nitzmahone
a0bd87f04e various fixes to azure_rm_deployment
bugfix for lost results on incomplete poll (sub-optimal, but works)
add docs for undocumented module args (will temporarily break module validator)
2016-06-04 16:16:43 -07:00
Laurent Mazuel
4b4a8025e1 Adapt Code to Azure SDK 2.0.0RC4 (#2319) 2016-06-04 15:14:16 -07:00
trondhindenes
3d6da37864 azure_rm_deploy docfix (#2354) 2016-06-01 15:18:56 -04:00
Rene Moser
94e6c32608 azure_rm_deployment: fix docs and move import utils near main()
fixes build
2016-04-29 10:10:27 +02:00
chouseknecht
a1cc951d6f Updated per PR comments 2016-04-27 10:48:20 -04:00
chouseknecht
99f5e394ad
Rename azure_deploy to azure_rm_deployment. Refactor to use azure_common. 2016-04-26 01:32:09 -04:00
Laurent Mazuel
a0ee1f37d1 Add user-agent information for analytics 2016-03-15 16:13:29 -07:00
Andre Price
c69c0f8fd7 Get failed deployments when create fails also 2016-03-14 12:45:06 -07:00
Laurent Mazuel
112355d965 Updated to use ServicePrincipalCredentials class and get rid of requests 2016-03-14 11:22:33 -07:00
Laurent Mazuel
027ae690c4 Fixes after Travis feedback 2016-03-14 11:01:30 -07:00
Laurent Mazuel
36b9fe9ac9 Py2.6 compatible + minor fixes 2016-03-14 10:52:45 -07:00
Laurent Mazuel
a714e1d9f9 Fix YAML documentation 2016-03-14 10:20:36 -07:00
Laurent Mazuel
dd50d741dd Add update from @obsoleted 2016-03-11 16:44:01 -08:00
Laurent Mazuel
4fb6a7e468 Azure plugin using Azure Python SDK 2.0.0rc1 2016-03-11 13:25:28 -08:00
David Justice
547fd41352 add azure resource manager template deployment module 2016-03-11 13:25:28 -08: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