rhodain
65952571d6
Ovirt_disk - Add ability to refresh passthrough disks ( #46386 )
...
* Ovirt_disk - Add ability to refresh passthrough disks
A new paramter "host" is added. When this paramter is specified the newly
created disk or an existing disk will refresh its information about the
underlying storage via the specified host. This oprion is only valid for
passthrough disks. This option requires at least the logical_unit.id to be
specified.
* Host search modification and some other minor changes.
* pep8 correction
2018-10-05 08:12:48 -04:00
Martin Nečas
66b1c838c7
Ovirt delete snapshots after x days ( #45551 )
...
* ovirt add snapshot delete after x days
* update logic of deleting snapshot and rename it
* update docs and names of vars
* update docs syntax
* Update ovirt_snapshot.py
* put remove logic to function
* use default removing function for snapshot
2018-10-05 06:38:25 -04:00
Martin Nečas
4c7bb32c1f
Ovirt add kernel persist ( #45555 )
...
* ovirt add kernel persist
* Add description to kernel_params_persist
* update kernel_params_persist control logic
* correct pep8 syntax
* add condition for kernel_params
* put kernel persist check to function
* kernel persist check update tabs
2018-10-05 03:09:45 -04:00
Martin Nečas
d79be6a00c
add external provider to ovirt network ( #43636 )
...
* add external provider to ovirt network
* add version added
* add example
* test of importing external network
* ovirt correct datacenter search in external provider
* repair importing external provider
* update external provider docs
* update pep8 syntax
2018-10-04 18:55:51 -04:00
Christian Kotte
a4961ff32a
VMware: Add check mode support to module vmware_host_firewall_facts ( #46265 )
2018-10-04 05:28:53 -05:00
Christian Kotte
ab26119637
VMware: Add check mode support to module vmware_host_acceptance ( #46260 )
...
* Improve module description
* Add check mode support
2018-10-04 05:27:33 -05:00
Christian Kotte
1589424c3e
VMware: Add check mode support in vmware_host_config_facts ( #46272 )
2018-10-03 07:55:40 -05:00
mrmagooey
b2dc7075df
vcenter_folder - fix error events being generated, incorrect parent folders ( #45951 )
...
* fix error events being generated when vmware folders exist
* fix incorrect parent folders being identified (wrong type)
2018-10-02 14:47:35 +05:30
Will Thames
411397a975
Use recursive_diff for kubernetes ( #45645 )
...
Move recursive_diff from cloudfront_distribution to
common.dict_transformations and reuse it in k8s modules
2018-10-02 03:24:52 -04:00
Zim Kalinowski
2a4bf670bb
clean up doc - removed required: false ( #46357 )
2018-10-01 15:39:40 -07:00
Jason Meridth
667c40e80b
Fix typo in ec2_vpnc_nat_gateway module ( #46304 )
...
- Added space between `format` and `in` on return item `create_time`
2018-10-01 09:16:04 -05:00
abarbare
c5d5d08b6b
feat: add scaleway security_group_rule management ( #45694 )
...
* feat: add scaleway security_group_rule management
2018-10-01 12:37:48 +01:00
Remo Wenger
83e584577a
docker_container: ambiguous parameter "stop_timeout" ( #43874 )
...
* docker_container: Honour stop_timeout when creating docker containers (#43814 )
* Adjusting description to what actually happens.
See docker-py changelog for 2.7.0: 'APIClient.stop will
no longer override the stop_timeout value present in the
container’s configuration.'
* Add a test whether stop_timeout can be configured for the container.
* Added changelog.
* Integrate with comparisons (by default, ignore stop_timeout value for restarts; will be configurable with PR ansible/ansible#44789 ).
* Fix config change code and tests (#2 )
* Improving wildcard test.
* Using correct config.
2018-09-30 12:03:53 +01:00
Ondra Machacek
142d1f1f1c
ovirt_host: Fix fail condititon of upgrade ( #46104 )
...
Signed-off-by: Ondra Machacek <omachace@redhat.com >
2018-09-28 09:59:59 +01:00
Felix Fontein
84682464c7
docker_container: allow to configure comparison for existing containers ( #44789 )
...
* Added comparison configuration.
* Improving user feedback on specifying a wrong option.
* Avoid bare except.
* Added basic integration tests.
* Adding wildcard support.
* Warn if ignore_image=yes is overridden.
* Added changelog fragment.
2018-09-28 08:33:38 +01:00
Sloane Hertel
9efc3dc761
Fix ec2_group for EC2-Classic accounts ( #46242 )
...
* Fix ec2_group for EC2-Classic accounts
* changelog
2018-09-27 23:11:04 -04:00
Felix Fontein
a727a1ee67
[aws] route53 module: fix idempotency for CAA records ( #46049 )
...
* Fixing record order for CAA records to properly handle idempotency.
* Add integration tests that reproduce CAA failure
2018-09-27 15:08:47 -04:00
David Passante
382641ff24
cs_account: Implement role parameter support ( #46166 )
2018-09-27 07:37:56 +02:00
Yunge Zhu
69594c5370
add azure_rm_cdnprofile and azure_rm_cdnprofile_facts ( #45097 )
...
* add cdn profile with facts
* fix merge issue
* fix version
* fix lint
* move cdn client out of azure_rm_common
* fix lint
* fix helper
* fix code bug
* fix bug
* fix import
* fix typo
* fix test
2018-09-27 10:10:01 +10:00
René Moser
f73996e6eb
cs_resourcelimit: use query_api for error handling ( #46036 )
2018-09-26 09:05:48 +02:00
René Moser
48b9992446
cs_ip_address: use query_api, fixes error handling ( #46034 )
2018-09-26 09:05:07 +02:00
René Moser
7f92a8c94c
cs_staticnat: fix sanity ( #46037 )
2018-09-26 09:03:16 +02:00
René Moser
c09b785a66
cs_instance: doc: fix typo in examples ( #46035 )
2018-09-26 09:02:06 +02:00
Felix Fontein
95cfcac694
docker-py: bump minimal version to 1.8.0 ( #46134 )
...
* Bumping docker-py minimal version to 1.8.0.
* Improve docs formatting.
2018-09-26 11:58:32 +05:30
Abhijeet Kasurde
c98cec17e0
VMware: trigger customization for customization_spec ( #45415 )
...
This fix allows to trigger VM customization if user specifies
customization spec.
Fixes : #44159
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-26 02:26:45 -04:00
Abhijeet Kasurde
a6b095756c
VMware: Add support for service type ( #40651 )
...
* Add support for - Replication, Provisioning
* Update documentation
* Update example
Fixes : #40529
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-26 11:53:45 +05:30
Nathan Webster
3b786acb86
EC2_ASG: Enable support for launch_templates ( #45647 )
...
* Enable support for launch_templates in ec2_asg
* Fix asg create with LT and no version number
* Update mutually exclusive list
* Better function names
2018-09-25 16:39:34 -04:00
José Maia
923a7bd30f
[azure] Fix name for the symbol * in docs ( #46119 )
...
Correct name is "asterisk", not "asterix", which is a popular franco-belgian comic character!
+label: docsite_pr
2018-09-25 15:21:24 -04:00
Zim Kalinowski
6056b89675
fix for managed disk facts ( #46021 )
2018-09-26 00:48:22 +08:00
abarbare
98b0594352
feat: add scaleway security group module ( #45686 )
...
fix: pep8 coding style
fix: error order requests
2018-09-25 16:39:49 +01:00
René Moser
e7926cf9f4
cs_instance: fix host migration without volume ( #46115 )
2018-09-25 16:48:45 +02:00
Abhijeet Kasurde
4b4b21d745
[docs] Fix typos in aws_s3 and s3_bucket module docs ( #46106 )
...
Eucalypus to Eucalyptus
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-25 08:57:44 -04:00
Hirshr
c11c3506cd
spotinst_aws_elastigroup elastic_ips example ( #41190 )
...
* Update spotinst_aws_elastigroup.py
2018-09-25 11:41:07 +01:00
Anoop Sood
d1688adefc
Update sl_vm.py ( #43966 )
...
* Update sl_vm.py
Updated the list of datacenters to include new datacenters.
2018-09-25 11:15:51 +01:00
Sandra McCann
c5a8a911b3
fix doc links ( #46094 )
2018-09-24 16:08:05 -05:00
Dominik Holler
67e87d3d1c
ovirt_host_network: Add save parameter to example ( #45965 )
...
The parameter 'save' is added to an example and the default
behavior is mentioned in the description of the other
examples.
2018-09-24 16:44:07 -04:00
Rémy Léone
53886ecc9b
Add an Online servers fact
2018-09-24 21:03:50 +02:00
Vinay Dandekar
fe6b7f6b5d
[aws] Change IAM role name parsing to come from the ARN ( #45534 )
2018-09-24 12:41:23 -04:00
Sloane Hertel
485320aab8
[sns_topic] Don't mask non-authorization errors ( #46030 )
2018-09-24 11:58:46 -04:00
Dag Wieers
f90fc8a9a2
Fix author in modules ( #46068 )
...
Fix a few cases where the author was incomplete or incorrect.
2018-09-24 10:14:29 -05:00
José Maia
9039002886
Fix typo in Azure ARM module documentation ( #46065 )
2018-09-24 09:57:23 -05:00
Rémy Léone
6d7004f367
Add a Scaleway IP module ( #45121 )
...
- Add an option to enable public ip at server creation
2018-09-24 10:14:23 -04:00
Felix Fontein
7caf70db42
docker_container: fix various idempotency problems and non-working options ( #45905 )
...
* Sorting args.
* Doing comparisons of options with container parameters in a more context-sensitive way.
This prevents unnecessary restarts, or missing restarts (f.ex. if parameters are removed from ``cmd``).
* Make blkio_weight work.
* Fix cap_drop idempotency problem.
* Making groups idempotent if it contains integers.
* Make cpuset_mems work.
* Make dns_opts work.
* Fixing log_opts: docker expects string values, returns error for integer.
* Adding tests from felixfontein/ansible-docker_container-test#2 .
* Make uts work.
* Adding changelog entry.
* Forgot option security_opts.
* Fixing typo.
* Explain strict set(dict) comparison a bit more.
* Improving idempotency tests.
* Making dns_servers a list, since the ordering is relevant.
* Making dns_search_domains a list, since the ordering is relevant.
* Improving dns_search_domains/dns_servers.
* Fixing entrypoint test.
* Making sure options are only supported for correct docker-py versions.
2018-09-24 10:40:05 +01:00
René Moser
83ec418470
cs_loadbalancer_rule_member: fix error handling ( #46012 )
...
* make use of query_api
* fix sanity
2018-09-22 13:40:40 +02:00
Tom Hodder
c123b4e7ef
digital_ocean_domain: fix to allow updating the module param ip between calls ( #42009 )
...
* update the domain record with the new ip from params if resource exists
* fixes for pylint and pep8 checks
2018-09-22 03:13:20 -04:00
Matt Davis
3b52d968e6
fix premature exit when RG doesn't exist ( #46013 )
...
* fixes #45941
* corrects regression introduced by #26104 ; when the resource group doesn't exist, the module exits prematurely with an error instead of creating it.
2018-09-21 16:23:21 -07:00
Abhijeet Kasurde
0ecbd50c3b
Misc typo fixes ( #45969 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-21 14:43:22 +01:00
Abhijeet Kasurde
a9680ee3ef
VMware: new module vcenter_extension_facts ( #45472 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-21 13:57:47 +05:30
lwm
0947948d6b
Use dashes not underscores for linode labels. ( #44719 )
...
This is because underscores are illegals in hostnames and users might
want to create the same host names are the name of the Linode machine
(as in the report in #30059 ).
Closes https://github.com/ansible/ansible/issues/30059 .
2018-09-20 15:42:45 -04:00
lwm
4774ea7a15
Linode: docs note for py3 limitation and deprecated API ( #44723 )
...
* Add note that linode-python having no py3 support.
Closes https://github.com/ansible/ansible/issues/44695 .
* Add note that the module uses the deprecated API.
2018-09-20 15:41:46 -04:00