Commit graph

6776 commits

Author SHA1 Message Date
James Cammarata
61ceebdd8c Merge pull request #807 from indrajitr/pacman-boolean-fix
pacman: Remove choice list for boolean values in arg spec
2015-09-16 14:02:32 -04:00
James Cammarata
4c9b804ffe Merge pull request #916 from senz/patch-1
Update mongodb_user.py
2015-09-16 14:01:53 -04:00
James Cammarata
4c59101825 Merge pull request #961 from resmo/feature/cs_account
cloudstack: cs_account improvements
2015-09-16 14:01:13 -04:00
James Cammarata
6198f5471f Merge pull request #972 from wimnat/feature/route_table_facts_doc_fix
Documentation fixup
2015-09-16 14:00:33 -04:00
James Cammarata
984b7bd09d Merge pull request #983 from DazWorrall/bug/sensu_check_missing_file
Fix errors in sensu_check
2015-09-16 14:00:02 -04:00
Darren Worrall
b0926125c2 Fix json loading in sensu_check
Fixes `AttributeError: 'str' object has no attribute 'read'` when the
check path exists
2015-09-15 16:43:26 +01:00
Darren Worrall
4ead053031 Initialise stream variable
Fixes `UnboundLocalError: local variable 'stream' referenced before
assignment` when the check path doesnt exist
2015-09-15 16:40:01 +01:00
Rob
d1c15d6c84 Documentation fixup 2015-09-14 10:38:36 +10:00
Rene Moser
c419dabe12 cloudstack: cs_account re-factor error handling state=present 2015-09-11 19:04:41 +02:00
Rene Moser
67bc8e9fda cloudstack: cs_account: create account for states locked/disabled/enabled if not present 2015-09-11 19:03:35 +02:00
Rene Moser
462c90eb54 cloudstack: cs_account: add state unlocked as alias for enabled 2015-09-11 19:02:01 +02:00
Brian Coca
ea1bd0b078 Merge pull request #959 from resmo/for-ansible
cloudstack: fix templates not always have checksums
2015-09-11 11:17:49 -04:00
Rene Moser
6bd40787ce cloudstack: fix templates not always have checksums
It is not documented but it seems only registered templates have checksums. Templates created from VMs and snapshot don't.

This change fixes the traceback. But we must re-thinking, if it still makes sense to look for the checksum.
2015-09-11 08:52:30 +02:00
Brian Coca
648ff9b856 Merge pull request #934 from analogbyte/devel
fix #894 by actually updating with the modified settings
2015-09-10 21:42:07 -04:00
Brian Coca
5a39c5ed0d Merge pull request #948 from steynovich/patch-1
Update route53_zone.py
2015-09-10 21:05:27 -04:00
Brian Coca
9285b232f7 Merge pull request #855 from markleehamilton/openvswitch_db
Openvswitch db
2015-09-10 17:24:48 -04:00
James Cammarata
82f8ffc627 Merge pull request #954 from evanccnyc/devel
fixing hang after creation in ec2_eni
2015-09-10 15:33:09 -04:00
Evan Carter
604578cfcc fixing hang after creation 2015-09-10 15:23:57 -04:00
steynovich
bdfb67ae28 Update route53_zone.py
Proposed fix for issue #940

Fix: Include common AWS parameters in module arguments
2015-09-09 23:43:15 +02:00
Mark Hamilton
cef26fd695 removed extra syslog message and DOCUMENTATION variable 2015-09-09 14:28:50 -07:00
Brian Coca
84b460d96d added version added 2015-09-09 09:58:24 -04:00
Brian Coca
919b2e96e2 Merge pull request #882 from isotopp/devel
add force= option to allow force installation/removal of packages
2015-09-09 09:55:57 -04:00
Kristian Koehntopp
d0e3c882f9 Merge remote-tracking branch 'upstream/devel' into devel 2015-09-09 14:24:45 +02:00
Brian Coca
6ba52c694d Merge pull request #924 from resmo/for-ansible
cloudstack: cs_account: fix error handing on state=absent
2015-09-09 08:09:27 -04:00
Brian Coca
cb1b8055ba Merge pull request #930 from yasuyuki-baba/devel
typetalk module does not work
2015-09-08 14:36:51 -04:00
Brian Coca
c7fe46f3f7 Merge pull request #935 from privateip/devel
adds missing serialize_instance function
2015-09-08 12:46:35 -04:00
Peter Sprygada
356e867721 adds missing serialize_instance function 2015-09-08 10:50:13 -04:00
Brian Coca
ba64e812b1 Merge pull request #926 from h3biomed/eni_creation_hang_fix
Fix hang at creation of detached ENIs
2015-09-08 09:34:36 -04:00
Daniel Nägele
39eb3807f3 fix #894 by actually updating with the modified settings 2015-09-08 15:28:05 +02:00
Kristian Koehntopp
7435b49f77 Merge remote-tracking branch 'upstream/devel' into devel 2015-09-07 12:24:11 +02:00
baba
c7f7698fdc Fix missing parameter in typetalk module 2015-09-07 15:40:52 +09:00
Bret Martin
e5fdbc25a2 Only wait for ENI attachment at creation when instance_id is specified 2015-09-06 22:00:02 -04:00
Toshio Kuratomi
a55dbb717c Try to revert the pieces of #651 that @willthames and @erydo requested 2015-09-06 07:56:58 -07:00
Toshio Kuratomi
70568aa242 Merge pull request #651 from wimnat/feature/ec2_vpc_igw
Fixed incorrect connect_to_aws call
2015-09-06 07:50:58 -07:00
Rene Moser
6e2b97427b cloudstack: cs_account: fix error handing on state=absent 2015-09-06 01:42:56 +02:00
Toshio Kuratomi
6a3cf63351 correct documentation formatting 2015-09-05 08:55:34 -07:00
Kristian Koehntopp
c57669a39f Merge remote-tracking branch 'upstream/devel' into devel 2015-09-05 13:36:15 +02:00
Brian Coca
5e45d9dffb added version_added to new feature 2015-09-04 14:50:27 -04:00
Brian Coca
a9d5392b71 fixed option description 2015-09-04 14:49:46 -04:00
Brian Coca
b235b171ad Merge pull request #722 from carljm/bower-production
Add 'production' option to bower module.
2015-09-04 14:47:44 -04:00
Brian Coca
12f8f125cf Merge pull request #918 from dbhirko/devel
ec2_vpc_igw.py changed boto connection obejct to vpc
2015-09-04 14:37:24 -04:00
Brian Coca
4a6285b774 Merge pull request #886 from DazWorrall/feature/cs_instance_custom
Add support for custom service offerings
2015-09-04 12:46:08 -04:00
Brian Coca
00ba47e4ed Merge pull request #718 from wimnat/feature/s3_lifecycle
New module - s3_lifecycle
2015-09-04 12:44:10 -04:00
Brian Coca
b0b0ac1a58 Merge pull request #713 from trondhindenes/win_package
Added module win_package (was #618)
2015-09-04 12:42:55 -04:00
Brian Coca
2ca3a8112b Merge pull request #842 from stelligent/devel
fixes issue creating table when no range_key_name is defined
2015-09-04 12:42:15 -04:00
Brian Coca
5cd0fab9d0 Merge pull request #890 from kmalov/locale_gen_fix
Add some more locales to LOCALE_NORMALIZATION
2015-09-04 11:47:19 -04:00
Kristian Koehntopp
8eb37e7109 Merge remote-tracking branch 'upstream/devel' into devel 2015-09-04 17:31:24 +02:00
dbhirko
041d6f6077 Change boto connection object from ec2 to vpc
Issue 906 - ec2_vpc_igw has incorrect connection parameters
2015-09-03 16:00:41 -04:00
Toshio Kuratomi
903d209071 Merge pull request #896 from resmo/for-ansible
cloudstack: add api_region arg
2015-09-03 13:00:05 -07:00
Constantine Romanov
781043f511 Update mongodb_user.py
version_added: "2.0"
2015-09-03 22:02:36 +03:00