Commit graph

14394 commits

Author SHA1 Message Date
Matt Martz
6a1c175991 Raise AnsibleParserError instead of AssertionError 2015-06-06 09:16:38 -05:00
Brian Coca
bdba807fd1 minor fixes to ssh error reporting
shoudl fix #11041
2015-06-06 00:16:35 -04:00
Brian Coca
1a0775a498 Merge pull request #11190 from EdwardJKim/vault-import-fix
Add missing import in vault.py
2015-06-05 23:37:53 -04:00
Edward J Kim
6a5a930c5a Add missing import in vault.py 2015-06-05 23:04:21 -04:00
Brian Coca
4776146154 added openstack client config module to changelog 2015-06-05 22:23:50 -04:00
Brian Coca
3edbe17d3f added datadog monitor to changelog 2015-06-05 21:51:41 -04:00
Brian Coca
3dd40b61d9 added puppet module 2015-06-05 21:46:06 -04:00
Brian Coca
68e13126dd Merge pull request #11187 from sivel/fix-tests
Get tests passing
2015-06-05 19:20:18 -04:00
Brian Coca
ed57f0732b added os_image and deprecated glance_image 2015-06-05 19:22:25 -04:00
Toshio Kuratomi
65d982b186 Merge pull request #11186 from sivel/winrm-syntax-error
Fix syntax error in winrm
2015-06-05 15:47:21 -07:00
Brian Coca
d67c9858a9 removed become_pass as it should not be used 2015-06-05 18:43:42 -04:00
Brian Coca
24fd4faa28 avoid removing test all~ file 2015-06-05 18:42:14 -04:00
Brian Coca
46673cd620 Merge pull request #11183 from sivel/issue/11169-become-pass
Don't empty out become_pass. See #11169
2015-06-05 18:21:29 -04:00
Matt Martz
49d19e82ab Get tests passing
The largest failure in the tests was due to selinux not being installed.
The tests don't require it to be installed, so mock the import.
2015-06-05 16:05:39 -05:00
Matt Martz
6f5ebb4489 Fix syntax error in winrm 2015-06-05 16:02:29 -05:00
Matt Martz
45b4ee9cfe Don't allow setting become_pass in a play 2015-06-05 14:10:00 -05:00
Toshio Kuratomi
f9b56a5d7c Fix raising AnsibleError 2015-06-05 11:41:23 -07:00
Brian Coca
c2f26ad95d added iam, prefixed amazon modules 2015-06-05 14:04:39 -04:00
Matt Martz
6bc2ea1f2b Don't empty out become_pass. See #11169 2015-06-05 12:02:35 -05:00
Brian Coca
04f4f77d91 Merge pull request #11124 from sivel/jit-connect
Use a decorator to perform just in time connection
2015-06-05 11:38:17 -04:00
Brian Coca
1e9c9df075 added webfaction modules to changelog 2015-06-05 11:21:08 -04:00
Brian Coca
f4c6caa24d added elasticache_subnet_group to changelog 2015-06-05 10:17:11 -04:00
Brian Coca
5e2c6ac80f Merge pull request #11182 from vroetman/patch-1
Update current released Ansible to 1.9.1

Thanks, note to team: we really need to make this dynamic on doc build
2015-06-05 09:58:25 -04:00
vroetman
e3d40e541c Update current released Ansible to 1.9.1
Update current released Ansible to 1.9.1 and development version to 2.0
2015-06-05 09:55:24 -04:00
James Cammarata
9ac624d2c9 Fix mock DictDataLoader _get_file_contents to match real code 2015-06-05 07:19:14 -04:00
James Cammarata
73c956366e Correctly determine failed task state when checking results
Fixes #11172
2015-06-05 07:16:19 -04:00
James Cammarata
a4ebee4b16 Merge pull request #11170 from dguerri/devel
Fix lookup() plugin
2015-06-04 16:05:06 -04:00
James Cammarata
ee5e166563 Fixing ansible_*_interpreter use
Fixes ansible/ansible-modules-core#1459
2015-06-04 15:43:07 -04:00
Davide Guerri
ee06eebea3 Fix lookup() plugin
lookup() plugin is currently broken because _get_file_contents() now
returns a tuple: (contents, show_data).

This patch fix that issue.
2015-06-04 19:46:09 +01:00
Matt Martz
bce281014c Decorate the ConnectionBase methods, switch to calling super from individual connection classes 2015-06-04 13:27:18 -05:00
Matt Martz
9754c67138 Use a decorator to ensure jit connection, instead of an explicit call to _connect 2015-06-04 13:14:28 -05:00
James Cammarata
f3f3fb7c49 Fixing vars_prompt 2015-06-04 13:54:51 -04:00
Brian Coca
f7839dee11 Merge pull request #11168 from sivel/v1-sync
Resync the v1 directory with v1_last. Fixes #11162
2015-06-04 13:33:57 -04:00
Matt Martz
ccb8bcebd3 Resync the v1 directory with v1_last. Fixes #11162 2015-06-04 11:36:01 -05:00
Brian Coca
a98382681a Merge pull request #11166 from JavierMartinz/patch-1
Fixed Github examples directory URL
2015-06-04 12:02:00 -04:00
Javier Martínez
23cbfc17e5 Fixed Github examples directory URL 2015-06-04 17:52:37 +02:00
Brian Coca
0826106441 minor docs reformat
- clearer 'version added' for module options, now it sits under the option name
- made notes a section, so it now appears in toc
- moved requirements and made it a list, more prominent and more readable
2015-06-03 22:19:26 -04:00
Brian Coca
337b1dc45c minor doc fixes 2015-06-03 20:56:33 -04:00
Toshio Kuratomi
7dd3ef7b60 Older python-six from early RHEL and ubuntu do not have add_metaclass but do have with_metaclass 2015-06-03 13:29:24 -07:00
Brian Coca
f3ccff42e5 Merge pull request #11142 from Etienne-Carriere/factor_f5
Add common fonctions for F5 modules (FQ Name functions)
2015-06-03 16:27:57 -04:00
Toshio Kuratomi
0cbd7b6b24 Merge pull request #11156 from sivel/v1-hacking
Add the hacking directory to v1
2015-06-03 13:02:06 -07:00
Matt Martz
c89f98168d Add the hacking directory to v1 2015-06-03 14:53:19 -05:00
Etienne CARRIERE
94fa5e8794 Simplify Fully Qualified function 2015-06-03 21:19:11 +02:00
Brian Coca
9856a8f674 added missing imports to doc module 2015-06-03 15:00:41 -04:00
Toshio Kuratomi
96836412aa Make error messages tell which inventory script the error came from 2015-06-03 11:51:33 -07:00
Brian Coca
a87687dccb Merge pull request #11147 from sivel/module-docs-import-mutablemapping
Import missing MutableMapping class for module_docs
2015-06-03 14:50:17 -04:00
Toshio Kuratomi
1c8527044b Fix error handling when pasing output from dynamic inventory 2015-06-03 11:29:20 -07:00
Brian Coca
67d065c758 Merge pull request #10946 from izhukov/inventory-DO-api-v2
Update DigitalOcean dynamic inventory to API v2
2015-06-03 14:06:25 -04:00
Toshio Kuratomi
c3caff5eeb Fix for six version 1.1.0 (rhel6). 2015-06-03 10:25:07 -07:00
Brian Coca
6b642afc7b Merge pull request #11146 from sivel/issue/11136
Don't set a default on the _become FieldAttribute
2015-06-03 12:38:20 -04:00