Brian Coca
c91df36ebe
added module name to missing interpreter error
...
fixes #13816
2016-01-12 11:25:11 -05:00
sebastianneubauer
2c33f5a12b
added galaxy data
...
not tested, but something like this seems to be missing in the Manifest.in
2016-01-12 16:22:01 +01:00
Brian Coca
f56c15e7e2
Merge pull request #13766 from nflx/devel
...
Allow InventoryScript JSON with childgroups only
2016-01-12 10:01:11 -05:00
James Cammarata
b58673289a
Split up comma-separated tags properly
...
Fixes #13795
2016-01-12 08:18:06 -05:00
Peter Sprygada
4d3aa72143
bugfix in nxos shared module for including defaults
2016-01-11 22:46:42 -05:00
Peter Sprygada
a758806287
bugfix in ios shared module for including defaults
2016-01-11 22:46:32 -05:00
Peter Sprygada
935ae2801f
bugfix in eos shared module for including defaults
2016-01-11 22:45:40 -05:00
Toshio Kuratomi
bcb22b0e1a
Integration tests for https://github.com/ansible/ansible-modules-core/pull/558
2016-01-11 17:16:40 -08:00
Toshio Kuratomi
d274fea358
Update submodules ref to pick up fix #558
2016-01-11 17:16:40 -08:00
Brian Coca
477d632118
now file mode diff shows octal values
2016-01-11 19:47:47 -05:00
nitzmahone
7ed4ad23a5
updated new windows module list in changelog
2016-01-11 16:25:25 -08:00
Toshio Kuratomi
cacc22abbb
Add the porting guide
2016-01-11 13:58:39 -08:00
Brian Coca
a12164497b
Merge pull request #13726 from teolupus/devel
...
Added OpenStack dynamic inventory example
2016-01-11 16:07:27 -05:00
Brian Coca
f8b06e1613
Merge pull request #13785 from claremacrae/patch-1
...
Fixed typo: Integerations -> Integrations
2016-01-11 14:36:56 -05:00
Brian Coca
247ae748f5
Merge pull request #13786 from quinot/bug/attributes_typo
...
Fix minor typo in comment
2016-01-11 14:32:45 -05:00
Toshio Kuratomi
4ac76f60ee
Merge pull request #13694 from resmo/fix/case-insensitivity
...
[2.0] cloudstack: fix more case insensitivity
2016-01-11 11:00:53 -08:00
Matt Martz
a99ea7f3af
Merge pull request #13804 from jeblair/devel
...
Fix typo in API docs
2016-01-11 11:59:25 -06:00
James Cammarata
6ec4d98764
When setting fail state skip RESCUE/ALWAYS if cur_block doesn't have them
...
Fixes #13749
2016-01-11 12:51:04 -05:00
James E. Blair
51255aed9b
Fix typo in API docs
...
This typo caused a SyntaxError when attempting to run the example
in the API docs.
2016-01-11 09:48:25 -08:00
Brian Coca
fc53d3d5d2
Merge pull request #13797 from robinro/patch-1
...
remove unused imports in utils/path.py
2016-01-11 11:30:30 -05:00
Sandra Wills
deeb3381f7
adding sitemap for swiftype to core
2016-01-11 11:30:28 -05:00
Sandra Wills
9601ae60fd
adding swiftype search script to footer.html
2016-01-11 11:30:28 -05:00
Brian Coca
45e686d03d
another unused file
2016-01-11 11:28:23 -05:00
Brian Coca
8ff47d63e1
removed unused files to avoid confusion
...
really, its a vcs, no need to rename to _old and keep stuff around
2016-01-11 11:27:39 -05:00
Brian Coca
a9aa5c665e
Merge pull request #13798 from docschick/devel
...
added custom code for swiftype custom search
2016-01-11 10:10:58 -05:00
Sandra Wills
7124a525a2
added custom code for swiftype custom search
...
Google custom search replacement
2016-01-11 08:54:49 -05:00
Robin Roth
e01ff3b352
remove unused imports
...
clean up imports of time.sleep and stat that are no (longer) used here
2016-01-11 14:14:20 +01:00
Karthik T
c4cbeeffa8
Fixes #13763 Update connections _play_context on every iteration
...
If this isnt updated, the _connection is reused, and thus has an outdated _play_context
This results in outdated `success_key` and `prompt` causing issues if sudo is run in a loop
Refer to the issue #13763 for more debugging and details
2016-01-11 16:30:52 +08:00
Rene Moser
766738ef7c
cloudstack: fix case insensitivity
...
cloudstack: fix has_change reports changed for case insensitivity values
2016-01-10 22:38:18 +01:00
Peter Sprygada
c3dd0213ef
deletes nxapi from shared modules
...
The nxapi module has been superseded by the nxos shared module and is not longer needed. This commit removes (deletes) nxapi from module_utils. All custom modules that have used nxapi should be using nxos instead.
2016-01-10 14:56:15 -05:00
Peter Sprygada
f99b834583
Merge pull request #13789 from privateip/shared_module_netcfg
...
adds network config file parser to shared modules
2016-01-10 14:44:00 -05:00
Peter Sprygada
b7fec945be
Merge pull request #13788 from privateip/shared_module_junos
...
initial add of junos shared module
2016-01-10 14:39:37 -05:00
Peter Sprygada
60e0e1a12e
Merge pull request #13784 from privateip/shared_module_openswitch
...
initial add of openswitch shared module
2016-01-10 14:35:42 -05:00
Peter Sprygada
771d8014fc
Merge pull request #13779 from privateip/shared_module_nxos
...
adds shared module nxos for building cisco nxos modules
2016-01-10 14:32:23 -05:00
Peter Sprygada
a0a4edd494
Merge pull request #13777 from privateip/shared_module_ios
...
updates the ios shared module with new shell
2016-01-10 14:28:00 -05:00
Peter Sprygada
a648097285
Merge pull request #13778 from privateip/shared_module_iosxr
...
adds new iosxr shared module for developing modules that work with IO…
2016-01-10 14:23:22 -05:00
Peter Sprygada
41fed323bc
Merge pull request #13776 from privateip/shared_module_eos
...
initial add of eos shared module
2016-01-10 14:19:31 -05:00
Peter Sprygada
7e677899a4
Merge pull request #13775 from privateip/shared_module_shell
...
adds shared module shell for creating cli based transports
2016-01-10 14:09:43 -05:00
Peter Sprygada
01bf3940e3
adds network config file parser to shared modules
...
This commit adds a new shared module that parses network device configuration
files. It is used to build modules that work with the various supported
network device operating systems
2016-01-10 10:47:28 -05:00
Peter Sprygada
e709095f53
initial add of junos shared module
...
This commit adds a new shared module for working with network devices running
the Juniper Junos operating system. The commit includes a new document
fragment junos to be used when building modules. The junos shared module
currently only supports CLI
2016-01-10 10:36:44 -05:00
Thomas Quinot
2eb22d5536
Fix minor typo in comment
2016-01-10 10:27:50 +01:00
Clare Macrae
04ace28f6d
Fixed typo: Integerations -> Integrations
2016-01-09 22:34:03 +00:00
Peter Sprygada
3ae6fd4b31
initial add of openswitch shared module
...
This commit adds a new shared module openswitch for building modules that
work with OpenSwitch. This shared module supports connectivity to
OpenSwitch devices over SSH, CLI or REST. It also adds an openswitch
documentation fragment for use in modules
2016-01-09 10:38:48 -05:00
Peter Sprygada
01a99f52a9
adds shared module nxos for building cisco nxos modules
...
This commit refactors the nxapi into a new shared module nxos that supports
connectivity over both ssh (cli) and nxapi. It supercedes the nxapi shared
module and removes it from module_utils. This commit also adds a
documentation fragement supporting the nxos shared module
2016-01-09 09:10:02 -05:00
Brian Coca
c9a5f7ea7e
updated self to cls to match convention
...
tempted to just use this. in all cases
2016-01-08 17:57:09 -05:00
Brian Coca
792db08259
Merge pull request #13772 from bcoca/vars_prompt_fixes
...
restructure vars_prompt and fix regression
2016-01-08 17:51:48 -05:00
James Cammarata
749fbd43ef
Removing test for map filter until we can figure out how that's supposed to work
2016-01-08 16:41:56 -05:00
Brian Coca
e7804a6fdd
fixed test to use hostvars and not expect vars sub
...
vars is at the same level as hostvars and was only included in hostvars
temporarily as a bug
2016-01-08 16:25:57 -05:00
Peter Sprygada
456b3d2c23
adds new iosxr shared module for developing modules that work with IOS XR devices
...
This commit adds a new shared module for working with Cisco IOS XR devices over
CLI (SSH). It also provides a documentation fragement for the commmon arguments
provided by the iosxr module.
2016-01-08 14:14:29 -05:00
Peter Sprygada
d1dacfb3ca
updates the ios shared module with new shell
...
This update refactor the ios shared module to use the new shell shared
library instead of issh and cli. It also adds the ios documentation
fragment to be used when building ios based modules.
2016-01-08 14:14:08 -05:00