Brian Coca
b13c9955a1
Merge pull request #468 from resmo/feature/extend_cs_vmshapshot
...
cloudstack: cs_vmshapshot: add account and domain
2015-05-13 09:43:16 -04:00
Brian Coca
e579da1fc7
Merge pull request #473 from resmo/feature/cs_sshkeypair_account_domain
...
cloudstack: cs_sshkeypair: add account and domain support
2015-05-13 09:42:56 -04:00
Brian Coca
3ee26c3e9d
Merge pull request #421 from resmo/feature/cs_portforward
...
cloudstack: new cs_portforward module
2015-05-13 09:40:57 -04:00
Brian Coca
c51c64409e
Merge pull request #458 from NickatEpic/devel
...
New module for creating annotations with Circonus SaaS service
2015-05-13 09:17:21 -04:00
Rene Moser
24b2b29aba
cloudstack: cs_firewall: add results
2015-05-12 23:56:12 +02:00
Rene Moser
0edf04dca2
cloudstack: cs_vmshapshot: add account and domain
2015-05-12 23:47:40 +02:00
Rene Moser
cc02c3227a
cloudstack: new cs_portforward module
2015-05-12 23:46:45 +02:00
Rene Moser
c5514e0618
cloudstack: cs_instance: add domain and account
2015-05-12 23:45:56 +02:00
Rene Moser
5bc3ae040d
cloudstack: cs_firewall: add account and domain
2015-05-12 23:45:00 +02:00
Rene Moser
8476fe1d72
cloudstack: add alias port
in cs_firewall
2015-05-12 23:45:00 +02:00
Rene Moser
4c24c1cbfd
cloudstack: cs_securitygroup_rule: minor cleanup, DRY
2015-05-12 23:43:48 +02:00
Rene Moser
5de249aaf9
cloudstack: cs_securitygroup_rule: fix result was not always what expected
2015-05-12 23:43:48 +02:00
Rene Moser
185cb8757d
cloudstack: cs_securitygroup_rule: type -> sg_type
2015-05-12 23:43:48 +02:00
Rene Moser
95305f4ea9
cloudstack: cs_sshkeypair: add account and domain support
2015-05-12 23:43:08 +02:00
Nick Harring
cf2b734ab3
Removed as keyword for 2.4 and earlier backwards compat.
2015-05-12 14:42:21 -07:00
Nick Harring
46f6e5f6fc
Fixed ansible module import which I changed chasing a better PEP-8 score.
2015-05-12 14:35:47 -07:00
Nick Harring
910761bd6d
Added version_added in Documentation output. Fixed shebang to be /usr/bin/python.
2015-05-12 14:27:22 -07:00
Brian Coca
8afc822d0c
Merge pull request #485 from dhutty/patch-1
...
Additional example, not using local_action
2015-05-12 12:56:34 -04:00
dhutty
33b845a14f
Additional example, not using local_action
2015-05-12 12:43:33 -04:00
Matt Martz
ab0e131586
Merge pull request #484 from sivel/py27-compileall
...
Add py27 compileall to test all modules
2015-05-12 10:55:21 -05:00
Toshio Kuratomi
e5022ba87b
Add python >= 2.6 to documented deps
2015-05-12 08:43:31 -07:00
Matt Martz
6c8d505532
Add py27 compileall to test all modules, specifically for syntax errors
2015-05-12 10:36:27 -05:00
Brian Coca
e1c6757eae
Merge pull request #477 from resmo/feature/cs_account
...
cloudstack: add new module cs_account
2015-05-11 15:26:30 -04:00
Brian Coca
a9910c7de5
Merge pull request #423 from JeanFred/hipchat-checkmode
...
Add check_mode support to HipChat module
2015-05-11 14:52:12 -04:00
Toshio Kuratomi
a589a66710
Update module documentation if modules have a dep on python2.6+
2015-05-11 10:09:56 -07:00
Toshio Kuratomi
6bf4558df8
Merge pull request #476 from sivel/py24-fixes
...
Fix up modules that have python24 syntax errors
2015-05-11 09:02:49 -07:00
Rene Moser
92c6f64adf
cloudstack: add new module cs_account
2015-05-11 17:49:39 +02:00
Matt Martz
d97ffb3f58
Be more explicit with exclusions
2015-05-11 10:37:41 -05:00
Matt Martz
a258606694
Use try/finally with file opening to close the file
2015-05-11 10:29:28 -05:00
Matt Martz
c8bd663548
Exclude consul modules from py24 syntax check
2015-05-11 10:20:54 -05:00
Matt Martz
1b3b0caa51
Give consul modules a .py extension
2015-05-11 10:09:56 -05:00
Matt Martz
265fefd7ec
Give pushover a .py file extension
2015-05-11 09:58:07 -05:00
Matt Martz
e568032bc3
Fix up modules that have python24 syntax error
2015-05-11 09:51:48 -05:00
Jean-Fred Berthelot
f0508fa30e
Add check_mode support to HipChat module
...
The HipChat module declares to support check_mode,
but the message is sent in any case.
With this, if executed in check mode, the module will exit
before actually sending the message to HipChat.
It will return changed=False, as per the convention
for notifications modules.
2015-05-11 12:26:30 +01:00
Ian Cordasco
deb11be684
Interpolate container name into error message
...
In the event failed to start, the container name was not being properly
interpolated into the error message.
2015-05-08 21:18:59 -05:00
Toshio Kuratomi
19b345932a
Merge pull request #465 from sivel/python24-compat-test
...
Add test validating if modules are python24 compatible
2015-05-08 13:03:36 -07:00
Brian Coca
b89532cd21
Merge pull request #454 from jeffrizzo/pkgin-fix
...
Support both new and old pkgin versions by testing if '-p' flag exists.
2015-05-08 15:51:24 -04:00
Brian Coca
42f3df3862
Merge pull request #443 from resmo/feature/cs_instancegroup
...
cloudstack: new module cs_instancegroup
2015-05-08 15:06:42 -04:00
Brian Coca
18711b32a9
Merge pull request #218 from wkf/patch-1
...
Allow sending direct messages with slack module
2015-05-08 15:00:26 -04:00
Matt Martz
2c4ea93771
Add compileall testing via travis to validate modules are python24 compatible
2015-05-08 13:42:20 -05:00
Jeff Rizzo
d8d1ca85df
Support both new and old pkgin versions by testing if '-p' flag exists.
2015-05-06 11:41:12 -07:00
Nick Harring
c0ca227717
PEP-8 style fixes
2015-05-06 09:43:38 -07:00
Toshio Kuratomi
66a96ad6e2
Merge pull request #453 from julienvey/patch-1
...
[homebew_cask] Be consistent in the documentation
2015-05-06 06:48:24 -07:00
Rene Moser
a52a4b33e7
cloudstack: new module cs_instancegroup
2015-05-06 14:53:56 +02:00
Julien Vey
34b81a8756
[homebew_cask] Be consistent in the documentation
...
The documentation for the `state` field is not very clear.
It says possible values are "installed, uninstalled" and default value is "present"
The examples below alow uses `present` and `absent`.
This patch uses "absent" and "present" instead of "installed" and "uninstalled"
Moreover, this is consistent with other packaging modules, like homebrew itself
2015-05-06 10:48:28 +02:00
Brian Coca
3d00e1c5d1
Merge pull request #452 from zyegfryed/patch-1
...
Typo
2015-05-05 11:03:36 -04:00
Sébastien Fievet
4e21eb09db
Typo
2015-05-05 16:58:25 +02:00
Brian Coca
fd63c5f612
Merge pull request #451 from resmo/fix/cloudstack-doc2
...
cloudstack: fix missing doc fragment in cs_securitygroup_rule
2015-05-05 10:19:03 -04:00
Rene Moser
8438ef995e
cloudstack: fix missing doc fragment in cs_securitygroup_rule
2015-05-05 16:17:05 +02:00
Brian Coca
1b20b91282
Merge pull request #450 from resmo/fix/cloudstack-doc-fragments
...
cloudstack: fix missing doc fragments
2015-05-05 10:05:47 -04:00