Commit Graph

1753 Commits (9f03302b68b4038fa664230dcbb66920325dbd1f)

Author SHA1 Message Date
Monty Taylor 9f03302b68 Use int in the parameter list instead of casting 11 years ago
dagnello 2e8daa2330 Resolving issues in rule comparison algorithm
Port range min/max values are at times represented as string and
compared to int equivalents.  This fix explicitly ensures all
port range values are ints for proper comparisons.
11 years ago
David Shrewsbury f027e75976 Compare ports as strings
Ports as returned from shade are ints. They are strings as they come
in to the module.
11 years ago
David Shrewsbury 9d0c8b0507 Fix syntax error 11 years ago
Monty Taylor 0e5942d7e7 Return rule object 11 years ago
David Shrewsbury 16b3b72294 Update secgroup rules module for latest shade
This allows the rules module to work against either nova or neutron
for handling security groups. New parameters for 'direction' and
'ethertype' are added.

Check mode is supported with this version.
11 years ago
David Shrewsbury 5b6c6cac20 Recongnize None and -1 port equivalency
shade 0.7.0 represents disabled min/max ports as None (in the
neutron style) rather than -1. Recognize this as the same as -1.
11 years ago
David Shrewsbury 5758b4ebdc Fix id value reference 11 years ago
David Shrewsbury 8f2e70a1c1 Update rules mode for latest shade
Shade 0.7.0 normalized the security group data that is returned,
when using nova, to look more like neutron security group data.
This adjusts for that change.
11 years ago
dagnello b98e6663e8 Minor fixes for os_security_group_rule module
Was not able to use this module as it was.  The changes submitted
resolved the issues I ran into in order to get it working.
11 years ago
dagnello d35df1f217 Minor fixes for os_security_group_rule module
Was not able to use this module as it was.  The changes submitted
resolved the issues I ran into in order to get it working.
11 years ago
Davide Guerri a9301ba918 Fix invalid syntax in openstack_module_kwargs call 11 years ago
Monty Taylor 08b4bb42c4 Fix example code syntax 11 years ago
Monty Taylor 08b2f31915 Add OpenStack Security Group Rule module 11 years ago
Juho-Mikko Pellinen 041dc8b587 Remove empty aliases 11 years ago
Juho-Mikko Pellinen 228c03bd67 Add version number 11 years ago
Juho-Mikko Pellinen f0ad6c5a1f Fix hosted_zone_id after rebase. 11 years ago
Juho-Mikko Pellinen 71ebe6321b Add support for specifying unique hosted zone identifier 11 years ago
Juho-Mikko Pellinen 110f618487 Add support for specifying unique hosted zone identifier 11 years ago
Brian Coca 52543435d6 Merge pull request #1562 from micxer/iam_policy-json-string
Add the option to pass a string as policy
11 years ago
Brian Coca 981f0ad481 Merge pull request #1635 from smiller171/devel
update docs for cloudformation
11 years ago
Brian Coca 51b6b725cc Merge pull request #1078 from andrewgdavis/devel
ansible_facts reflects 1.8 output
11 years ago
Scott Miller c3c2e6ab72 Update cloudformation.py
Fix for inaccurate phrasing
11 years ago
Brian Coca 17bb405578 Merge pull request #1659 from mikeputnam/fix-docs-descrepancy
Upstream docs show launch_config_name as required.
11 years ago
Toshio Kuratomi ac3024e57e Merge pull request #1620 from robbwagoner/ec2_elb_lb_instances
return health of instances and counts
11 years ago
Robb Wagoner 8f0d462fd0 remove double dict & fix increment bug 11 years ago
Mike Putnam 5c17a99a1c Upstream docs show launch_config_name as required.
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_AutoScalingGroup.html

Fixes #11209

Ansible behavior is correct, this commit just updates the docs to
reflect that correctness.
11 years ago
Toshio Kuratomi ff69ce7912 Merge pull request #1638 from j2sol/bugfix/os_server_afip_doc
Document auto_floating_ip argument
11 years ago
Toshio Kuratomi c71f85377d Merge pull request #1637 from defionscode/quick_iam_patch
no_log to iam password
11 years ago
Toshio Kuratomi 968386cba3 Merge pull request #1631 from emonty/features/single-cloud-details
Add filter ability to OpenStack os-client-config module
11 years ago
Toshio Kuratomi 8f13f8851f Merge pull request #1582 from evanccnyc/devel
Add ClassicLink settings to EC2_launchconfig
11 years ago
Toshio Kuratomi 02b6df3160 Fix indentation levels in os_keypair 11 years ago
Toshio Kuratomi 8f74a73713 Merge pull request #1561 from micxer/iam_policy-fix
Fix connection creation in iam_policy module to allow usage of profiles with boto
11 years ago
Toshio Kuratomi edad5c80ff Few minor things from review of the pull request 11 years ago
Toshio Kuratomi 8703fb3c76 Merge pull request #1045 from emonty/feature/os_keypair
Add OpenStack Keypair module
11 years ago
Toshio Kuratomi 406402bb26 Merge pull request #332 from proby/add-s3-list
Add support for listing keys in a specific S3 bucket
11 years ago
Michael Weinrich 4da3a724f1 Fix connection creation to allow usage of profiles with boto 11 years ago
Brian Coca 79ad99bc67 Merge pull request #497 from robbwagoner/ec2_lc_user_data
ec2_lc - include all launch config properties in the return
11 years ago
Brian Coca afeb3c8d07 Merge pull request #1031 from smashwilson/docker-wait
[docker] Wait for process exit on detached=no.
11 years ago
Brian Coca 8b290c6274 Merge pull request #831 from j-carl/feature-route53-nameserver
List the name servers of a zone. Fixes #801
11 years ago
Brian Coca 5f5f01833f Merge pull request #1508 from tarrychk/issue_1442
Fix computation of port bindings
11 years ago
Brian Coca 038cc05f4e Merge pull request #1609 from smashwilson/default-net-bridge
[docker] Prevent unnecessary reloads due to the net parameter
11 years ago
Brian Coca ec15b67712 Merge pull request #547 from steveeJ/devel
Fix bind-volumes on docker >= 1.4.0
11 years ago
Jesse Keating ddc78c82a4 Document auto_floating_ip argument 11 years ago
Toshio Kuratomi 7edacf6b1c Use module.fail_json() instead of sys.exit() 11 years ago
David Shrewsbury 7970924bd5 Use newest documentation style for return value. 11 years ago
Jonathan Davila def5fdcb21 no_log to iam password 11 years ago
David Shrewsbury e6fc129013 Add a note about the return value. 11 years ago
Scott Miller 692045f693 update docs for cloudformation 11 years ago
Monty Taylor 7b0b75ceed Fix dict syntax typo 11 years ago