summaryrefslogtreecommitdiff
path: root/cloud
Commit message (Expand)AuthorAgeFilesLines
* updated catch statement to pass test (as e)Allen Sanabria2016-08-031-5/+5
* Make sure to catch if no gateways existAllen Sanabria2016-08-031-2/+1
* remove botoAllen Sanabria2016-08-031-1/+0
* version bumpAllen Sanabria2016-08-031-1/+1
* Module requires boto due to ec2.pyAllen Sanabria2016-08-031-0/+1
* Added default result of None in catch statementAllen Sanabria2016-08-031-0/+2
* Updated module to be compliant with test cases.Allen Sanabria2016-08-031-209/+344
* Fixed the missing argument to get_eip_allocation_id_by_addressAllen Sanabria2016-08-031-2/+6
* Manage AWS Nat GatewaysAllen Sanabria2016-08-031-0/+930
* Consolidate to one module and use new arg specJames Tanner2016-08-022-900/+114
* add examplesJames Tanner2016-08-011-0/+26
* Remove print statementsJames Tanner2016-08-012-34/+1
* fix tabsJames Tanner2016-08-011-32/+24
* fix tabsJames Tanner2016-08-011-32/+24
* Add the guest state moduleJames Tanner2016-08-011-0/+823
* Rename moduleJames Tanner2016-08-011-2/+2
* Add return data exampleJames Tanner2016-08-011-1/+9
* Add template deployerJames Tanner2016-08-011-0/+846
* Merge pull request #2126 from bcoca/s3_bucket_fix_json_plusRyan Brown2016-07-281-82/+63
|\
| * send json string to api instead of dictBrian Coca2016-07-281-1/+1
| * now using type=json which takes care of str/dictBrian Coca2016-07-271-8/+2
| * fixes and refactoring of s3_bucketBrian Coca2016-07-271-83/+70
* | Add modules to support Google Cloud DNS (#2252)William Albert2016-07-282-0/+1171
* | Update importsToshio Kuratomi2016-07-271-2/+2
* | Update examples in the documentation to yaml syntaxToshio Kuratomi2016-07-271-12/+19
* | Fixed multiline string formatting issuespascalheraud2016-07-271-75/+78
* | Changed order of import and documentation to fix the buildpascalheraud2016-07-271-12/+12
* | Fixed RETURN documentationpascalheraud2016-07-271-0/+2
* | Update ovh_ip_loadbalancing_backend.pypascalheraud2016-07-271-1/+1
* | Update ovh_ip_loadbalancing_backend.pypascalheraud2016-07-271-6/+8
* | Update ovh_ip_loadbalancing_backend.pypascalheraud2016-07-271-3/+3
* | Changed licence and main()pascalheraud2016-07-271-3/+17
* | Fixed bad location and importpascalheraud2016-07-271-3/+2
* | Fixed the module to be compliant with pep8pascalheraud2016-07-271-90/+154
* | Removed unnecessary moduleChanged=Falsepascalheraud2016-07-271-8/+17
* | Added a timeout param to prevent infinite loop while waiting forpascalheraud2016-07-271-9/+27
* | Fixed module from review inputs : pascalheraud2016-07-271-17/+45
* | Added OVH Ip loadbalancing module for managing backendspascalheraud2016-07-272-0/+166
* | Add os_zone module (#2173)Ricardo Carrillo Cruz2016-07-271-0/+237
* | Add os_recordset module (#2240)Ricardo Carrillo Cruz2016-07-271-0/+242
|/
* Fix a number of issues around detecting nat gateways, how (#1511)Kaz Cheng2016-07-251-20/+42
* Ensure os_project checks the right domain (#2519)Alvaro Aleman2016-07-251-3/+7
* Remove duplicate requirements.Matt Clay2016-07-211-1/+0
* Make os_user_role respect domain when querying for projects (#2520)Alvaro Aleman2016-07-211-5/+9
* Update cs_volume module to fix typo on force attribute (#2592)lorijoan2016-07-201-1/+1
* iam_server_certificate_facts: Correct call to `get_server_certs`Ryan S. Brown2016-07-141-2/+2
* iam_server_certificate_facts: list all certsAllen Sanabria2016-07-141-27/+32
* iam_server_certificate_facts: change `except` to python 2.6 syntaxAllen Sanabria2016-07-141-5/+9
* iam_server_certificate_facts: Retrieve attributes from server certificateAllen Sanabria2016-07-141-0/+164
* Add os_stack module for create, update and delete stack (#2002)mathieu bultel2016-07-111-0/+262