Monty Taylor
1e0e7a6b28
Add support for nova availability zones
...
If a cloud has availability zone support, it's possible to specify
an availability zone via the nova client. Add that as a config param.
10 years ago
Monty Taylor
8938222029
Pass through nova region name
...
If the region name is specified in the config, we need to pass it
in to the nova client constructor. Since key_name is similarly optional,
go ahead and handle both parameters the same.
10 years ago
Monty Taylor
10a50b4a61
Split nova floating-ip pool logic
...
The desires around getting a floating ip associated with a pool and
getting a floating ip not associated with a pool is just different
enough that following it as one set of nested ifs is tricky. Split
the function into two, one for the pool and one for the non-pool logic.
10 years ago
CaptTofu
6da266f64c
Added floating IP functionality to nova_compute
10 years ago
Lorin Hochstein
42df1f890a
ec2 module: document valid states
10 years ago
James Cammarata
22f3f2b74a
Merge pull request #8174 from altruism/devel
...
Make ec2_group module not just fail
10 years ago
James Cammarata
745b28072a
Check for the numeric "all" value (-1) for the rule protocol
...
Fixes #7832
10 years ago
James Cammarata
00ce87484b
Merge pull request #8363 from greenmoss/devel
...
Fix Docker image name parsing
10 years ago
James Laska
7288a6095b
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
Michael DeHaan
19bf388a17
Merge pull request #8353 from gdamjan/ec2-running-return-info
...
return the most up-to-date info about an instance when starting/stopping it
10 years ago
Dave Johnson
76c925c22a
Parameters to disable_rollback are "true" or "false"
10 years ago
Kurt Yoder
8ee6906885
Fix Docker image name parsing
...
Fixes #8357
10 years ago
Damjan Georgievski
16e5b1b9e6
return the most up-to-date info about an instance when starting/stopping it
...
otherwise the module will return the info about the instance that it got prior to the action taken
So if you had a task to start an instance:
ec2:
instance_ids: ...
state: running
register: ec2_info
the registered data would have empty public_dns_name, public_ip, private_dns_name, private_ip
10 years ago
Michael DeHaan
f948a94f51
Merge pull request #8313 from sivel/issue/8250
...
Make sure to assign pyrax.cloudservers to cs. Fixes #8250
10 years ago
Matt Martz
571f343e7d
Make sure to assign pyrax.cloudservers to cs. Fixes #8250
10 years ago
James Laska
d51e10a3f4
Correct BotoServerError typo in ec2 module
...
Resolves a traceback due to an undefined 'BotoSeverError' exception.
10 years ago
James Cammarata
1134f6169c
Minor indentation fixes on ec2_eip
10 years ago
James Martin
1453f7b013
Fixes #8290 .
10 years ago
Michael DeHaan
2769b3d0b2
Update version_added attribute on recent GCE module additions.
10 years ago
Michael DeHaan
98c6688343
Merge pull request #6976 from clconway/gce-snapshots
...
Adds support for snapshots and extra persistent disks to the gce modules
10 years ago
Jacob Hickey
ea9af2cbb1
Add missing params to get_target_from_rule
...
get_target_from_rule was extracted from main() without enough parameters for
all the local variables it took with it from the extraction site.
10 years ago
Michael DeHaan
3aa10d9db5
Merge pull request #8145 from amandolo/ec2_tag
...
Fix EC2_TAG module output structure when listing tags
10 years ago
James Cammarata
68e59332c7
Merge branch 'patch-2' of https://github.com/napkindrawing/ansible into napkindrawing-patch-2
10 years ago
James Cammarata
02a6d5224f
Merge pull request #8124 from dataxu/dev-asg-set-health-checks
...
Added setting of the health_check options on an existing ASG
10 years ago
Andrea Mandolo
d346b76fb7
Fix EC2_TAG module output structure when listing tags
10 years ago
napkindrawing
fe74cb0ad0
New option for route53: retry_interval
...
The current (hard-coded) retry interval of 500 seconds can cause ansible to have excessive run-times in the case of many domains. `retry_interval` provides a way to customize the wait between retries of calls to route53.
10 years ago
James Cammarata
49d07ca4cc
Adding a note about 'type' field becoming required in rax_dns_record
10 years ago
James Cammarata
b2f09d3989
Merge branch 'rax-ptr' of https://github.com/sivel/ansible into sivel-rax-ptr
10 years ago
Matt Ferrante
66d3d75b35
Added setting of the health_check options on an existing ASG
10 years ago
James Cammarata
d52b50cb03
Merge pull request #7478 from sivel/rax-keypair-filepath
...
rax_keypair module: Allow public_key to be a path to a file
10 years ago
James Cammarata
8753849959
Merge pull request #7477 from sivel/rax-user-data
...
rax module: Support config_drive and user_data
10 years ago
Graham Mainwaring
fb83bdffa8
Fixed tracebacks when datacenter not found, when notes not given, and when collecting facts after VM creation. Fixes #8067 .
10 years ago
James Cammarata
4d86bbe6dc
Merge pull request #8086 from dataxu/dev-fix-typo
...
Bug Fix - fixed the choices typo got the ec2_asg module
10 years ago
James Cammarata
3a6d00f81d
Add note about changing resource_tags to required in ec2_vpc
10 years ago
James Cammarata
2184b15542
Merge branch 'psa-resource-tag-required' into devel
10 years ago
Matt Ferrante
03fc2714f1
fixed the choices typo got the ec2_asg module
10 years ago
James Cammarata
3e7d91723f
Adding version_added for new vm_hw_version field in vpshere_guest
10 years ago
James Cammarata
87d1cdd035
Merge branch 'fix-7206' of https://github.com/hiciu/ansible into hiciu-fix-7206
10 years ago
James Cammarata
0798f3cda4
Merge branch 'issue_7848' of https://github.com/mpeters/ansible into mpeters-issue_7848
10 years ago
James Cammarata
26707568c7
Merge branch 'issue_7906' of https://github.com/mpeters/ansible into mpeters-issue_7906
10 years ago
James Cammarata
aecd292f13
Merge branch 'resource-tag-required' of https://github.com/psa/ansible into psa-resource-tag-required
10 years ago
James Cammarata
06f72ca3b1
Merge branch 'bug/8057' of https://github.com/ericwb/ansible into ericwb-bug/8057
10 years ago
James Cammarata
0da5996bb5
Merge pull request #8049 from ranjan/dev
...
Provision VM using virtual network.
10 years ago
Eric Brown
cdedb0f817
Adds an option to specify the glance endpoint type
...
Some environments that utilize an SSL terminator with a self-signed
certificate can use the publicURL without getting certificate
verify errors. This allows using the internalURL with in my case
is HTTP and not HTTPS.
Closes issue: #8057
10 years ago
James Cammarata
1f2a436bbf
Merge pull request #8038 from caphrim007/correct-missing-msg-argument
...
Fix missing msg argument
11 years ago
James Cammarata
ec16b18bab
Merge pull request #8036 from sqs/remove-fragile-RDS-instance-type-validation
...
Remove validation of RDS DB instance type names because Amazon frequently adds new ones
11 years ago
James Cammarata
1f813ba128
Merge pull request #8022 from psa/vpc-gateway-peering
...
Fix for #7368 breaks peering connections. Unreak them.
11 years ago
Tim Rupp
4a871f496a
Fix missing msg argument
...
The following patch adds a missing 'msg=' syntax. An exception is raised
in ansible if this block is reached during the execution of the module
TypeError: fail_json() takes exactly 1 argument (2 given)
With the 'msg=' added, you get a more informative error. For example
msg: No settings provided to update_domain().
11 years ago
Quinn Slack
9190df2aa9
Remove validation of RDS DB instance type names because Amazon frequently adds new ones
11 years ago
Ranjan Kumar
ac252ea731
Provision VM using virtual network.
11 years ago