Commit Graph

1387 Commits (ecf30095bca767e77780fb7c14c1c4104e2d6ce1)

Author SHA1 Message Date
Siva Popuri ecf30095bc ansible module for managing alert policy in centurylink cloud has been added 9 years ago
Brian Coca 46f01535ec minor docfixes 9 years ago
Brian Coca aea762bfce fixed version added 9 years ago
Siva Popuri 6e861f7c74 Merge branch 'devel' into clc_group 9 years ago
Siva Popuri 4c0aaf8c90 Corrected the license text to match GPLv3 9 years ago
Brian Coca edbd715985 Merge pull request #698 from CenturylinkTechnology/clc_publicip
clc_publicip : the ansible module to manage public ip on a centurylink cloud
9 years ago
Rene Moser 312b34ad81 cloudstack: new module cs_staticnat 9 years ago
Rene Moser 7d6738ab9d cloudstack: cs_instance: fix display_name not used in deployment 9 years ago
Rene Moser 8e6e9c782b cloudstack: use get_or_fallback() from cloudstack utils 9 years ago
Rene Moser 6c9410dce9 cloudstack: cs_portforward: fix public_end_port was used for private_end_port 9 years ago
Brian Coca 591c22b18f Merge pull request #680 from wimnat/feature/s3_logging
New module - s3_logging
9 years ago
Rob White 9fb2eae7dd Doc fixup 9 years ago
Rob White c791282c95 Removed requirement for target_bucket 9 years ago
Maciej Delmanowski ebb9125567 virt: remove BabyJSON
Removed the usage of baby json. This is in response to the fact
that the baby json functionality was removed in Ansible 1.8

Ref: #430
9 years ago
Siva Popuri fa7a5f4233 Added clc ansible module for managing groups in centurylink cloud 9 years ago
Siva Popuri 3e5fa95891 Revert "ansible modules for centurylink cloud are added"
This reverts commit 11c953477c.
9 years ago
Rob White dd4d33b1fe New module - s3_logging 9 years ago
Brian Coca cf764bf060 minor doc fixes 9 years ago
Siva Popuri 8a41108b2b corrected the license string to make it compatible with GPLV3 9 years ago
Brian Coca 91690b67a1 Merge pull request #168 from bekelchik/bekelchik
New sts_assume_role module
9 years ago
Siva Popuri 3ac3f02c32 changes to include PR review comments 9 years ago
Boris Ekelchik 998bba4a21 Added changes requested by reviewers
Copied @wimnat incorporating changes requested in feedback comments
9 years ago
Rene Moser 1ccb21bd18 cloudstack: cs_instance: fix missing resource error in check mode if instance is not yet present 9 years ago
Siva Popuri 539fd2357b Removed all of the clc-ansbile-modules and kept only clc_publicip as the first module to go 9 years ago
Siva Popuri 11c953477c ansible modules for centurylink cloud are added 9 years ago
Toshio Kuratomi 639902ff20 Fix the documentation of route53_zone 9 years ago
Brian Coca b6d3306f49 Merge pull request #624 from minichate/route53_zone
Add support for creating and deleting Route53 hosted zones
9 years ago
Matt Martz 6a8c0cd89c Merge pull request #268 from smashwilson/rax_clb_ssl
Rackspace Cloud Load Balancer SSL termination module
9 years ago
Ash Wilson 84880c5e35 Use rax_to_dict(). 9 years ago
Ash Wilson bd4023fe8f Bring the examples up to date. 9 years ago
Ash Wilson 9462ad55e3 Guard calls that modify the CLB with try/except. 9 years ago
Ash Wilson d1a63d39a2 Include the balancer acted upon in the result. 9 years ago
Ash Wilson a706689a35 Bump version_added. 9 years ago
Quentin Stafford-Fraser e724dc2bed webfaction: Allow machine to be specified if account has more than one. 9 years ago
Brian Coca aa1d2acb68 Merge pull request #645 from resmo/for-ansible
cloudstack: bugfixes
9 years ago
Matt Martz fda25aa93b Fix interpreter line in webfaction modules 9 years ago
Matt Martz 9f9422fcb5 Update vsphere_copy.py to use new style module_utils import 9 years ago
Brian Coca d9778a40b5 Merge pull request #660 from dagwieers/patch-2
Work around a software bug in vSphere
9 years ago
Brian Coca a1b2677c26 Merge pull request #579 from rickmendes/keys-with-passphrases
now handles keys protected with a passphrase
9 years ago
Greg DeKoenigsberg 9de82d186a Merge pull request #654 from loia/feature/aws_dynamodb
dynamodb_table docfixes and error handling
9 years ago
Dag Wieers 57e7a6662a Work around a software bug in vSphere
Due to a software bug in vSphere, it fails to handle ampersand in datacenter names.
The solution is to do what vSphere does (when browsing) and double-encode ampersands.

It is likely other characters need special treatment like this as well, haven't found any.
9 years ago
Alan Loi c7f0fafe62 Check AWS region and credentials are provided. 9 years ago
Alan Loi 9e8802cacd Docfixes - add version_added and default values. 9 years ago
Rene Moser 90d0828b1a cloudstack: fix user_data gathering, must not be in for loop 9 years ago
Christopher Troup 0dc2fb73d3 Add GPL file header 9 years ago
Rene Moser db33fcf89a cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
9 years ago
Rick Mendes 2791edc496 resolving merge conflicts 9 years ago
Rene Moser 94060b5ade cloudstack: fix state=expunged in cs_instance 9 years ago
Rene Moser 5b86a15cdb cloudstack: cs_instance do not pass zoneid to listVirtualMachines
This change is related to 2 issues;

- The API does not return destroyed VMs if zone ID is passed for CS version < 4.5.2. Also see CLOUDSTACK-8578. This only affects domain and root admins.
- The instance name must be unique across all zones. If we pass the zone ID to find  a VM, it will not be found if it is in a different zone but a deployment with the name would fail.
9 years ago
Rene Moser c8d6d68428 cloudstack: cleanup cs_instance use param key exlicitly for utils methods 9 years ago