Ben Visser
410ee32770
staging that num_nodes is required when state=present
9 years ago
Brian Coca
907b7f7cf4
fix bad linebreak
9 years ago
Michael Scherer
90f8228fb1
Fix #2629 , replace choices=BOOLEANS by type='bool'
9 years ago
Sam Thursfield
6e9adc4687
os_server: Add some error checking for the 'nics' parameter
...
If this parameter was not of the right type, the module would fail with a
traceback, with a "AttributeError: 'str' object has no attribute 'get'"
exception.
It now gives a proper error message on type errors.
9 years ago
Toshio Kuratomi
fcb3397df7
Fix up documentation
9 years ago
Toshio Kuratomi
15c1c0cca7
entrypoint feature added in 2.1
9 years ago
Toshio Kuratomi
2220dc8e12
Merge pull request #2185 from AndrewPashkin/add_entrypoint_param_to_docker_module
...
Add entrypoint parameter to docker module
9 years ago
Toshio Kuratomi
ba3ee25172
labels is actually not aded in 1.9.4 but in 2.1
9 years ago
Omar Khan
19ebc45364
Add stop_timeout option to docker module
9 years ago
Toshio Kuratomi
d907f889a3
Merge pull request #1972 from yannh/docker-restarted
...
Docker module: restarted should update the container when necessary
9 years ago
Toshio Kuratomi
d6d3a8b21c
Merge pull request #1903 from andynelson/extra-route-targets
...
ec2_vpc module update (eni and vpc peering connections & return state on termination)
9 years ago
Toshio Kuratomi
5fe0fbbf20
Merge pull request #1883 from haad/ec2_elb_fixes
...
Two fixes for ec2_elb_lb module to make stickiness work with undefined expiration period
9 years ago
Toshio Kuratomi
581b4f6de6
Add version_added to documentation
9 years ago
Joe Quadrino
8fe5d6f7ef
add devices parameter for docker module
9 years ago
Pedro Romano
1bd04f797e
GCE libcloud 0.15 support and code cleanup
...
* Code formatting (indentation and white space) fixes for improved PEP8 conformity.
* Remove redundant backslashes inside parentheses.
* Test for object identity should be 'is not None'.
* Test for membership should be 'not in'.
* Fit docstring to the PEP8 79 character limit.
* Use forward compatible Python 2.6+ 'except .. as' syntax for exception handling.
* Support libcloud > 0.15 'metadata' argument format.
9 years ago
Brian Coca
23c4297c96
Merge pull request #2703 from agireud/fix_boot_volume
...
Update root_volume variable
9 years ago
Chrrrles Paul
92fd2a9436
Merge pull request #2564 from luto/feature/vsphere_guest/support_nested_folders
...
vsphere_guest: support putting a guest into a nested folder
9 years ago
Alberto Gireud
9cc67e45a6
Update root_volume variable
9 years ago
Toshio Kuratomi
f04cd88d22
Fix os_server docs build
9 years ago
Donovan Jones
cf061dd93a
fix typo in os_server security_groups description
9 years ago
Chrrrles Paul
e252fffb92
Merge pull request #2689 from tsmolka/patch1
...
Making cluster parameter optional
9 years ago
Brian Coca
6b13da738b
updated module docs, added choices to state
9 years ago
Brian Coca
a6223ba43c
Merge pull request #2577 from emonty/pass-volume-args
...
Pass volume args to OpenStack Server creation
9 years ago
Brian Coca
4e8d04d248
Merge pull request #2159 from leonty/devel
...
Support 'labels' parameter for docker.
9 years ago
Monty Taylor
187a4bd505
Add support for network, boot_from_volume and volumes
...
nics is a great flexible parameter, but it's wordy. Shade now supports
a simple parameter too, which is just "network" and takes a name or id.
Add passthrough support.
In addition to supporting booting from a pre-existing volume, nova and
shade both support the concept of booting from volume based on an image.
Pass the parameters through.
Shade supports boot-time attachment of additional volumes for OpenStack
instances. Pass through the parameter so that ansible users can also
take advantage of this.
9 years ago
Tobias Smolka
0cacadb670
Making cluster parameter optional
9 years ago
Brian Coca
1590f49618
Merge pull request #2655 from traveloka/fix-ec2-vol
...
Set the argument type for ec2_vol's encrypted parameter
9 years ago
Brian Coca
a876704740
Merge pull request #2239 from boushley/devel
...
Fix issue with comparing versions improperly
9 years ago
Brian Coca
0250ea1507
Merge pull request #2097 from phanect/gcenet-errormsg
...
Error message & doc improvement for ipv4_range
9 years ago
Brian Coca
ed43b66d77
made note that Z/z are only 2.1 options
9 years ago
Brian Coca
38d651fb82
Merge pull request #2455 from solidm/selinux
...
Add support for 'z' and 'Z' option for volumes for selinux hosts
9 years ago
Brian Coca
f680076686
Merge pull request #2663 from timrchavez/fix_add_ips_to_server
...
Get new server object after adding floating IP
9 years ago
Chrrrles Paul
a56d652c7b
Merge pull request #2196 from fennm/vmware_clone_to_folder
...
Support cloning VMs into a specific VM folder
9 years ago
Chrrrles Paul
b4254fe1a4
Merge pull request #2182 from serialdoom/devel
...
vsphere: automatically add new drives
9 years ago
Timothy R. Chavez
b9fe8166fd
Get new server object after adding floating IP
...
We need a new server object once we add the floating ip, otherwise we
will be operating with the older server object pre-floating-ip
assignment.
9 years ago
Michel Alexandre Salim
18f4f5dcc6
Set the argument type for ec2_vol's encrypted parameter
...
If this is not set, Ansible parses the parameter as a string.
This is fine if the parameter is not provided by the caller, but
if it is set to False or True explicitly, ec2_vol receives this as
the string 'False' or the string 'True', both of which are truthy.
Thus, without this fix, setting the parameter results in encryption
always enabled.
9 years ago
Brian Coca
15dcabe012
Merge pull request #2541 from joshuaeke/patch-1
...
Update ec2.py remove state tag
9 years ago
Arthur Clement
bfcdb05597
Example of single instance with ssd gp2 root volume creation
9 years ago
Brian Coca
43d2ecda06
Merge pull request #2546 from traveloka/fix-ec2-snapshot-info
...
Fix ec2_snapshot documentation
9 years ago
Toshio Kuratomi
cd9a7667aa
Don't raise or catch StandardError in amazon modules
9 years ago
Brian Coca
ead1028256
Merge pull request #2565 from suonto/devel
...
Removed unneccessary permission greed
9 years ago
Brian Coca
aad7497f18
Merge pull request #2542 from maxrothman/patch-1
...
Fix rds "promote" command never promoting
9 years ago
luto
794911c592
vsphere_guest: support putting a guest into a nested folder
9 years ago
Markus Suonto
32edc2f56f
fixed quantum_ modules to work with minimum access rights if greater access rights are not needed
9 years ago
Brian Coca
9c30ef8926
doc updates
...
- added version_added to new api_token
- updated notes to explain API issues, option switch and versions affected.
9 years ago
Jay Rogers
cab97cd2d9
Update in Amazon IAM Policy Documentation
...
There were typos in the documentation that made the examples seem misleading of what was being demonstrated. This update fixes that.
9 years ago
Brian Coca
c428483b24
updated docs to denote retirement of v1 api and clarify when and why auth fields have changed
9 years ago
Lippy Lee
b2ace272a5
Make digital_ocean_domain use API v2
9 years ago
Michel Alexandre Salim
b07ff99cac
Fix ec2_snapshot documentation
...
last_snapshot_min_age is added in 2.0, not 1.9
9 years ago
Max Rothman
f1f201c234
Fix rds "promote" command never promoting
...
Previously, the `promote` command in the `rds` module would always return OK and never actually promote an instance. This was because `promote_db_instance()` had its conditions backwards: if the instance had the `replication_source` attribute indicating that it **was** a replica, it would set `changed = False` and do nothing. If the instance **wasn't** a replica, it would attempt to run `boto.rds.promote_read_replica()`, which would always fail.
9 years ago