Commit graph

7406 commits

Author SHA1 Message Date
Brian Coca
bcabac510d Merge pull request #1372 from resmo/for-ansible
cloudstack: cs_instance: fixes and improvements
2015-12-15 08:17:41 -05:00
Rene Moser
a0a19e16ff cloudstack: cs_instance: fixes and improvements
- cs_instance: fix VM not updated with states given stopped, started, restarted
  A missing VM will be created though but an existing not updated. This fixes the lack of consistency.

- cs_instance: fix user data can not be cleared

- cs_instance: fix deleted VM not recovered on state=present
2015-12-15 08:49:43 +01:00
Monty Taylor
6912ca0aca Sync minor fixes from OpenStack Infra
Infra has been keeping a local copy of this waiting for ansible 2 to
release. In getting ready for ansible 2 (and our ability to delete our
local copy of the file, I noticed we had a couple of minor cleanups.

Also, the timeout command is there to improve life and workaround puppet
deficiencies. However, it's not working around deficiencies on systems
that do not have the timeout command if we blindly use it.

The puppet specific timeout options are more complex and out of scope of
this.

Issue: #1273
2015-12-14 23:40:01 -05:00
Brian Coca
d6a976f90c Merge pull request #1327 from georgefrank/win_nssm-fix-1161
Use an empty string instead of null for AppParameters
2015-12-14 23:20:06 -05:00
Brian Coca
5601c1338a Merge pull request #1288 from resmo/fix/cs_facts_docs
cloudstack: cs_facts: fix wrong description of returns cloudstack_pub…
2015-12-14 23:18:39 -05:00
Brian Coca
cbe0211f3d Merge pull request #1294 from resmo/feature/cs_instance_restore
cloudstack: cs_instance: implement state=restored
2015-12-14 23:17:51 -05:00
Brian Coca
a34d2c7e38 Merge pull request #1318 from autotune/devel
Fixed bug to recognize haproxy changes.
2015-12-14 23:14:14 -05:00
Brian Coca
892cf445dd added missing version_added to new options 2015-12-14 23:09:06 -05:00
Brian Coca
22f20ebeed Merge pull request #1295 from superquadratic/win_choco_params
win_chocolatey: Add install_args, params and ignoredependencies
2015-12-14 23:04:42 -05:00
Brian Coca
0e9c9e759a Merge pull request #1341 from s1lv3r40/doc_fix
Doc fix on route53_health_check.py and ec2_vpc_route_table.py.
2015-12-14 21:56:47 -05:00
Brian Coca
1623fba07c Merge pull request #1315 from yuppie-flu/latest_as_version_default_value
maven_artifact: Set latest as version argument default value
2015-12-14 21:55:05 -05:00
Brian Coca
0f5faf976a updated version version_added to 2.1 2015-12-14 21:56:50 -05:00
Brian Coca
feb25f0eda Merge pull request #1306 from pileofrogs/cpanm
added option to specify module version
2015-12-14 21:52:53 -05:00
Brian Coca
ab1693a075 Merge pull request #1079 from wkeeling/bugfix_634
Fixes multiple param handling by modprobe.py
2015-12-14 21:47:15 -05:00
Brian Coca
a6ceec998d corrected version_added for new monit timeout opt 2015-12-14 21:47:26 -05:00
Brian Coca
91df684902 Merge pull request #806 from gaqzi/monit/retry-option
monit: Add retry for pending/initializing services
2015-12-14 21:42:56 -05:00
Brian Coca
0415ac5cc3 Merge pull request #526 from msvab/devel
maven_artifact: ensure latest snapshot of certain version is getting downloaded
2015-12-14 21:41:24 -05:00
Brian Coca
f3251de29c Merge pull request #1366 from matburt/fix_vsphere_copy
Fix up vsphere_copy after open_url change
2015-12-14 10:13:19 -05:00
Brian Coca
6580867f33 Merge pull request #1359 from twmartin/znode-obj-not-iterable
Correct 'object not iterable' TypeError
2015-12-13 10:45:05 -05:00
Matthew Jones
c157dbe55a Fix up vsphere_copy after open_url change
* Remove leading module parameter on open_url call as it's no longer used
  by module_utils.urls.open_url
* Force basic auth otherwise vsphere will just return a 401
2015-12-13 01:13:47 -05:00
Rob
1b0250125a Add secondary addresses to facts 2015-12-12 11:33:10 +00:00
Brian Coca
b51a662258 Merge pull request #1361 from bpennypacker/nagios-rawcommand-fix
monitoring/nagios bug: nagios/icinga error due to extraneous space at end of command string
2015-12-11 23:21:05 -05:00
Matt Davis
76ae7d8826 Merge pull request #1350 from daveres/patch-1
Correct problem with changed:true
2015-12-11 09:10:40 -08:00
Bruce Pennypacker
5abd7deab0 Remove extraneous space from end of command string in nagios_cmd 2015-12-11 16:06:33 +00:00
Chrrrles Paul
0ee578e938 Changing docs to reflect vm_name as the default vm_id_type 2015-12-11 09:57:10 -05:00
Brian Coca
fabafe9aa8 Merge pull request #1325 from wimnat/feature/issue-1323
Added missing else statement that caused existing rules to be discarded
2015-12-11 09:42:46 -05:00
Charles Paul
7ded482e6c pep8 whitespace 2015-12-10 15:42:49 -05:00
twmartin
90327ad76b Correct 'object not iterable' TypeError 2015-12-10 09:49:58 -06:00
Michael Scherer
fed6090e73 Simplify the code and remove use_unsafe_shell=True
While there is no security issue with this shell snippet, it
is better to not rely on shell and avoid use_unsafe_shell.
2015-12-10 01:02:15 +01:00
Charles Paul
51813e0033 upped version added, search by vm_name by default 2015-12-09 16:30:31 -05:00
Chrrrles Paul
415ab8d046 Merge pull request #1319 from ritzk/vmware-execute-local-process
vmware_vm_shell: add the ability to start program without network connection
2015-12-09 16:25:55 -05:00
Toshio Kuratomi
cbed642009 Simplify code 2015-12-09 12:08:06 -08:00
Brian Coca
f6a0fec577 Merge pull request #1261 from agx/zypper-rc-status
zypper: Add returncode to result
2015-12-08 17:19:42 -05:00
daveres
5d1e9c6acb Correct problem with changed:true
I have just changed a small piece of this module to avoid to return always that the task is changed
2015-12-08 19:00:31 +01:00
Brian Coca
0749ee5897 Merge pull request #1344 from gordonfierce/devel
Fix documentation
2015-12-08 11:18:49 -05:00
Brian Coca
f2dbaa6b33 Merge pull request #1102 from bgeihsgt/win_webpicmd_fix
Fix #1101: win_webpicmd strict mode fixes
2015-12-08 09:35:09 -05:00
Gordon Fierce
b0196edb34 Fix documentation to prevent formatting error where each letter has its own line. 2015-12-07 18:47:26 -05:00
Brian Coca
2ce866f759 corrected version added to 2.1 2015-12-07 10:03:13 -08:00
Brian Coca
43b63c36fd Merge pull request #973 from wimnat/feature/ec2_vpc_net_facts
New module - ec2_vpc_net_facts
2015-12-07 12:59:49 -05:00
Vladimir Dimov
de672f1ab2 Doc fix ec2_vpc_route_table.py 2015-12-07 19:15:24 +02:00
Vladimir Dimov
9ba686f8e6 Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record. 2015-12-07 18:55:45 +02:00
Brian Coca
1d27ef13fe Merge pull request #1333 from atsaki/cloudstack_resize_volume
Enable to resize a volume with cs_volume
2015-12-05 18:23:33 -05:00
quoing
4c0b91fd9b Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.108' when IP host is configured
...
    jabber: user=ansible@mydomain.tld
            host=10.100.1.108
...

fatal: [bruce.mess.cz] => failed to parse: Invalid debugflag given: always
Invalid debugflag given: nodebuilder
2015-12-05 17:05:02 +01:00
Atsushi Sasaki
91d3c02571 Enable to resize a volume with cs_volume 2015-12-05 19:21:28 +09:00
Brian Coca
5e52b2f091 Merge pull request #1322 from resmo/for-ansible
[v2] cloudstack fixes
2015-12-05 00:48:33 -05:00
gfrank
cfe4f59b5b Use "" for AppParameters if it's null 2015-12-04 15:46:06 -05:00
Matt Davis
2bd773f32a Merge pull request #1198 from georgefrank/win_nssm-fix-1195
Escape parameter string before converting to hash table
2015-12-04 12:22:12 -08:00
gfrank
a550644d9f Merge remote-tracking branch 'refs/remotes/ansible/devel' into devel 2015-12-04 14:36:51 -05:00
gfrank
bc42aea3a3 Replace slashes in the parameter string
Also remove duplicate documentation
2015-12-04 14:33:31 -05:00
Toshio Kuratomi
a10bdd6be9 Merge pull request #1302 from mscherer/fix_1282
Add a more explicit error message on missing requirement for firewalld
2015-12-04 07:32:35 -08:00