Commit graph

17686 commits

Author SHA1 Message Date
Peter Sprygada
49f7e6a12c update submodule pointer 2016-02-23 14:22:01 -05:00
Peter Sprygada
d70fd17cf9 Merge pull request #14618 from ogenstad/devel
Fixes authentication error bug when user has rsa keys
2016-02-23 14:20:49 -05:00
Peter Sprygada
5d5abbb898 bump next VERSION for -network 2016-02-18 21:36:16 +00:00
Peter Sprygada
3f7b7a1bb9 update submodule pointer 2016-02-18 21:34:02 +00:00
Peter Sprygada
858a0a2339 bugfix on shared module utils from missed cherry-pick
One of the commits was missed when the branch was created.  This fixes the
modules so they work properly
2016-02-18 21:13:57 +00:00
James Cammarata
61989f72cc VERSION rename for the -network release 2016-02-17 17:11:44 -05:00
James Cammarata
b3da42a669 Updating submodule pointer for the network branch 2016-02-17 16:30:42 -05:00
Peter Sprygada
e15daf186a minor bugfix that will catch connection errors in eos
This commit fixes a situation where connection errors would be caught
but no useful information display.  The connection error is now caught
and emitted in a call to fail_json
2016-02-17 15:41:44 +00:00
Peter Sprygada
9c4467303f minor bugfix that will catch connection errors in ios
This commit fixes a situation where connection errors would be caught
but no useful information display.  The connection error is now caught
and emitted in a call to fail_json
2016-02-17 15:41:37 +00:00
Peter Sprygada
df3f9345e1 minor bugfix that will catch connection errors in iosxr
This commit fixes a situation where connection errors would be caught
but no useful information display.  The connection error is now caught
and emitted in a call to fail_json
2016-02-17 15:41:30 +00:00
Peter Sprygada
5c7c13b9c1 minor bugfix that will catch connection errors in nxos
This commit fixes a situation where connection errors would be caught
but no useful information display.  The connection error is now caught
and emitted in a call to fail_json
2016-02-17 15:41:23 +00:00
Peter Sprygada
0ef6a7ae98 minor bugfix that will catch connection errors in junos
This commit fixes a situation where connection errors would be caught
but no useful information display.  The connection error is now caught
and emitted in a call to fail_json
2016-02-17 15:41:13 +00:00
Peter Sprygada
1fd5bcdc09 minor bug fixes and updates to shell 2016-02-17 15:40:49 +00:00
chouseknecht
d178c4be2a Move Conditional class to netcfg.
Added error handling for connect and execute methods.

Fix comments
2016-02-17 15:40:30 +00:00
Peter Sprygada
be846c7053 initial add of action plugin ops_template
Adds new local action ops_config for handling openswitch configurations using
either dc or cli based configurations.  Implements the common net_config
local action.

Note this refactors the ops_config plugin to ops_template
2016-02-17 15:38:36 +00:00
Peter Sprygada
fa2834d863 initial add of new action plugin junos_template
This adds a new action plugin, junos_template that allows the
the junos_template module to perform the templating function.  It
implements net_template
2016-02-17 15:38:29 +00:00
Peter Sprygada
320e099c12 initial add of action plugin nxos_template
Adds new local action for working with cisco nxos configurations.  Implemements
the net_config local action.

Note this action plugin was refactored from nxos_config to nxos_template
2016-02-17 15:38:23 +00:00
Peter Sprygada
f0ee61925a adds new action plugin iosxr_template
This adds a new action plugin iosxr_template that allows the
iosxr_template module to pass network device configurations through the
template engine.  It also allows configurations to be backed up.
2016-02-17 15:38:17 +00:00
Peter Sprygada
d024517d4b initial add of action plugin ios_template
Adds a new local action ios_config for working with cisco ios configuration
files.  Implements the common net_confing local action

Note this plugin was refactored from ios_config to ios_template
2016-02-17 15:37:32 +00:00
Peter Sprygada
651842a4ef initial add of action plugin eos_template
Adds a new local action for eos_config module to handle templating configs
and backing up running configurations.   Implements the local action
net_config

Note this action was refactored from eos_config to eos_template
2016-02-17 15:37:23 +00:00
chouseknecht
ee7de10285 Add safety check on _backup key. 2016-02-17 15:37:11 +00:00
James Cammarata
bec698052f New release v2.0.1.0-0.2.rc2 2016-02-15 16:02:44 -05:00
Brian Coca
729dbe7e67 removed follow from common file docs 2016-02-15 14:14:22 -05:00
Toshio Kuratomi
032d917e68 Update changelog for dnf fix 2016-02-13 02:09:26 -08:00
Toshio Kuratomi
9ecdec0141 Update submodule refs 2016-02-13 02:09:26 -08:00
James Cammarata
028c710380 Fix bugs related to task_includes and dep chain inheritance
* Fix the way task_include fields were created and copied
* Have blocks get_dep_chain() look at task_include's blocks for proper
  dep chain inheritance
* Fix the way task_include fields are copied to prevent a recursive
  degradation

Fixes #14460
2016-02-13 01:09:16 -05:00
James Cammarata
8ee8872d6b Fixing bugs related to nested blocks inside roles
* Make sure dep chains are checked recursively for nested blocks
* Fixing iterator is_failed() check to make sure we're not in a
  rescue block before returning True
* Use is_failed() to test whether a host should be added to the TQM
  failed_hosts list
* Use is_failed() when compiling the list of hosts left to iterate
  over in both the linear and free strategies

Fixes #14222
2016-02-12 16:41:38 -05:00
Marc Poirier
caf1537510 Display the string which is causing an exception to be raised.
In the ansible template module, when there is an error while
expanding a templated string, displaying the string causing the
exception is very useful.
2016-02-11 22:51:26 -05:00
Brian Coca
6f54b1ae2b removed signal trapping 2016-02-11 22:03:00 -05:00
nitzmahone
f77690e652 update extras submodule ref
for ec2_vpc_net_facts and elasticsearch module updates
2016-02-11 13:37:41 -08:00
Toshio Kuratomi
5336a51a9e Update submodule for fix to mysql_user password 2016-02-11 13:09:59 -08:00
Toshio Kuratomi
9c049b757f Revert "Module params should default to str in most cases."
This reverts commit 9fae8501e2.

Reverting for 2.0.1 -- this has been broken in the 2.0 tree for long
enough that some modules are relying on the broken behaviour.  This fix
will definitely return for 2.1.0 and may return in 2.0.2 (impact needs
to be evaluated).
2016-02-11 12:58:41 -08:00
Brian Coca
0ccbbe0c09 allow skipping tasks due to undefined var
mimic 1.x behaviour but give out big deprecation message, not only
for missing attribute but any undefined error.
2016-02-11 14:32:49 -05:00
Brian Coca
43bbd4b6dc termination handling
- moved to base cli class to handle centrally and duplicate less code
- now avoids duplication and reiteration of signal handler by reassigning it
- left note on how to do non-graceful in case we add in future
  as I won't remember everything i did here and don't want to 'relearn' it.
2016-02-11 12:42:12 -05:00
Brian Coca
517eec8c49 fix cartesian lookup
it seems that this was not working in 1.9 but we swallowed up the error
fixes #14437
2016-02-11 10:36:04 -05:00
nitzmahone
b85d9acc09 update core submodule ref 2016-02-10 22:32:32 -08:00
Toshio Kuratomi
ba5a3f2f67 Update submodule ref 2016-02-10 17:38:24 -08:00
Robin Roth
eafc46512d fix typo 2016-02-10 17:37:18 -08:00
Robin Roth
39a53c5623 add ismount function from python Lib/posixpath.py
needed for https://github.com/ansible/ansible-modules-core/pull/2737
2016-02-10 17:37:07 -08:00
Toshio Kuratomi
9fae8501e2 Module params should default to str in most cases. 2016-02-10 15:33:30 -08:00
Brian Coca
724761d2a1 read full file when doing diff
but avoid reading file at all or full file when file is too big for diffing
2016-02-10 15:47:44 -05:00
Toshio Kuratomi
3e2b2b359c Clarify error message when module replacer encounters a bad import line for module_utils code 2016-02-10 08:47:45 -08:00
James Cammarata
5ebd5c548c Catch exceptions during module execution so they don't fail the worker
Fixes #14120
2016-02-10 09:24:44 -05:00
Brian Coca
18ffa8a4da avoid termination message when term is internal 2016-02-09 18:11:11 -05:00
Etherdaemon
fa88d0770c Proposed fix for ansible/ansible-modules-extras#1348 due to datetime.datetime type not being matched 2016-02-09 17:12:36 -05:00
James Cammarata
24cae22e0b Submodule pointer update 2016-02-09 13:29:45 -05:00
Matthew Stoltenberg
4f2a2ec884 strip BECOME-SUCCESS at lower level
Fixes #14395
2016-02-09 13:12:46 -05:00
James Cammarata
7d44063c1e Filter become success string from the stdout of script results
Fixes #14390
2016-02-09 12:38:31 -05:00
Toshio Kuratomi
dcc0a2d596 Also hide the before state of files with --diff and no_log 2016-02-08 22:06:38 -08:00
Brian Coca
c97afd0c48 fix winrm erorr formatting 2016-02-08 23:00:49 -05:00