Commit graph

650 commits

Author SHA1 Message Date
Peter Sprygada
4234add9e9 Merge pull request #4652 from GGabriele/nxos_bgp_neighbor_af
Adding nxos_bgp_neighbor_af module
2016-09-08 21:51:41 -04:00
Peter Sprygada
94db615d22 Merge pull request #4651 from GGabriele/nxos_bgp_neighbor
Adding nxos_bgp_neighbor module
2016-09-08 21:51:30 -04:00
Peter Sprygada
95d495b50b Merge pull request #4650 from GGabriele/nxos_bgp_af
Adding nxos_bgp_af module
2016-09-08 21:51:12 -04:00
Peter Sprygada
b0d50b42dd Merge pull request #4624 from GGabriele/nxos_ospf
Adding nxos_ospf module
2016-09-08 21:51:02 -04:00
Peter Sprygada
a1badcf6f6 Merge pull request #4622 from GGabriele/nxos_evpn_global
Adding nxos_evpn_global module
2016-09-08 21:50:48 -04:00
Peter Sprygada
1f6f430819 Merge pull request #4621 from GGabriele/nxos_acl_interface
Adding nxos_acl_interface_module
2016-09-08 21:50:31 -04:00
Peter Sprygada
ea37837ac8 Merge pull request #4618 from GGabriele/nxos_acl
Adding nxos_acl module
2016-09-08 21:50:19 -04:00
Peter Sprygada
65fed11424 Merge pull request #4602 from GGabriele/nxos_bgp
Adding nxos_bgp.py
2016-09-08 21:49:45 -04:00
Peter Sprygada
99ddf08e2b Merge pull request #4751 from privateip/ios_config
minor bug fix to pass path to difference() in ios_config
2016-09-08 19:54:27 -04:00
Peter Sprygada
c716744f3c minor bug fix to pass path to difference() in ios_config
The ios_config module needs to pass the path kwarg to difference when
specifying match=exact or strict.
2016-09-08 19:44:32 -04:00
Peter Sprygada
db5cb54b23 Merge pull request #4749 from privateip/nxos_config
fixes bug where nxos_config wasn't handling checkpoints correctly
2016-09-08 15:49:00 -04:00
afunix
ab7fe884d7 Updated get_url module to process FTP results correctly [#3661] (#4601) 2016-09-08 12:23:54 -07:00
Peter Sprygada
ec9f6594ca fixes bug where nxos_config wasn't handling checkpoints correctly 2016-09-08 15:18:00 -04:00
Peter Sprygada
81aa3a760c Merge pull request #4730 from privateip/ios_template
fix bug in ios_template when include_defaults is set to true
2016-09-07 21:48:21 -04:00
Peter Sprygada
0a03d34916 Merge pull request #4729 from privateip/ios_config
adds path kwarg when performing config diff checks in ios_config
2016-09-07 21:48:02 -04:00
Peter Sprygada
c3c964475c fix bug in ios_template when include_defaults is set to true
Module was ignoring  include_defaults argument.  This fixes the issue
such that the correct configuration is returned
2016-09-07 19:56:27 -04:00
Peter Sprygada
05887b8f86 adds path kwarg when performing config diff checks in ios_config 2016-09-07 19:42:59 -04:00
Peter Sprygada
52fd4914ca Merge pull request #4561 from jedelman8/nxos_interface
removed feature check for nxos_interface
2016-09-07 16:01:49 -04:00
Peter Sprygada
db18577df1 Merge pull request #4724 from privateip/eos_config
roll up of minor fixes in eos_config module
2016-09-07 14:56:21 -04:00
Peter Sprygada
87dc24b19e roll up of minor fixes in eos_config module
* fixes save argument to be type bool
* now properly sets the changed returned flag based on diff
* updates docstring RETURNS to add backup_path
* removes unneeded state argument

tested on EOS 4.15.4F
2016-09-07 14:24:08 -04:00
@skg_net
1d3a70a689 dnos10_template module 2016-09-07 17:34:06 +01:00
Peter Sprygada
e464599632 minor bug fixes in eos_template
* fixes issue where configuration was not being loaded (#4704)
* fixes issue where defaults were not included when argument was set to True

tested on EOS 4.15.4F
2016-09-06 22:51:40 -04:00
GGabriele
a1520d5e48 Improved config function 2016-09-06 12:47:48 +02:00
GGabriele
3051d22d4f Improved config function 2016-09-06 12:46:57 +02:00
GGabriele
ecc1894346 Improved config function 2016-09-06 12:45:47 +02:00
GGabriele
b7031c8102 Improved config function 2016-09-06 12:45:09 +02:00
GGabriele
fae497122f Improved config function 2016-09-06 12:44:02 +02:00
GGabriele
055c273f5f Improved config function 2016-09-06 12:42:58 +02:00
GGabriele
d1d69e8e38 Improved config function 2016-09-06 12:42:14 +02:00
GGabriele
fb91c9ed72 Improved config function 2016-09-06 12:40:30 +02:00
GGabriele
bca384a3a6 Improved config function 2016-09-06 12:36:16 +02:00
GGabriele
75a107161d Improved config function 2016-09-06 12:33:10 +02:00
GGabriele
9a5338e52f Improved config function 2016-09-06 12:32:11 +02:00
GGabriele
01f3783e7b Improved config function 2016-09-06 12:31:15 +02:00
GGabriele
d183f22147 Improved config function 2016-09-06 12:29:30 +02:00
GGabriele
33d1150033 Improved config function 2016-09-06 12:22:56 +02:00
GGabriele
1a5c9d5134 Removed newline 2016-09-06 09:18:56 +02:00
GGabriele
ab00ee0433 Fixed docstring 2016-09-06 09:13:37 +02:00
GGabriele
e9e1635f9c Added missing fullstop 2016-09-06 09:03:36 +02:00
Peter Sprygada
e5419a2738 fixes issue where the configobjs are not deserialized to a list
When the configuration is compared and the results deserialized, the
dumps() function returns a string.  This cohereces the return to a list
in case before and/or after needs to be applied

fixes 4707
2016-09-05 15:44:21 -04:00
GGabriele
63efe23ca3 Fixed docstring 2016-09-05 18:34:08 +02:00
GGabriele
6bf9e99a5a Fixed docstring 2016-09-05 18:30:18 +02:00
GGabriele
3496a4873a Fixed docstring 2016-09-05 18:23:01 +02:00
GGabriele
fae1d3019f Fixed docstring 2016-09-05 18:19:22 +02:00
GGabriele
23de38d9d6 Fixed docstring 2016-09-05 18:17:24 +02:00
GGabriele
398e825c1b Fixed docstring 2016-09-05 18:02:05 +02:00
GGabriele
3d8ae4ab6a Fixed docstring 2016-09-05 18:00:27 +02:00
GGabriele
9d1ffd3ccc Fixed docstring 2016-09-05 17:58:27 +02:00
GGabriele
1749b87fc9 Fixed docstring 2016-09-05 17:56:58 +02:00
GGabriele
9684ec26af Fixed docstring 2016-09-05 17:53:11 +02:00
GGabriele
02ffc6a6f1 Fixed docstring 2016-09-05 17:52:15 +02:00
GGabriele
7e645e16a7 Fixed docstring 2016-09-05 17:51:21 +02:00
GGabriele
4a84fd2ac6 Fixed docstring 2016-09-05 17:50:01 +02:00
GGabriele
64ad771f11 Fixed docstring 2016-09-05 17:48:46 +02:00
GGabriele
50e7b378a6 Fixed docstring 2016-09-05 17:47:13 +02:00
GGabriele
0dbe20beae Fixed docstring 2016-09-05 17:45:35 +02:00
GGabriele
f5d5de5601 Fixed docstring 2016-09-05 17:41:53 +02:00
GGabriele
eb2de71b65 Fixed docstring 2016-09-05 17:41:05 +02:00
GGabriele
b77436823b Fixed docstring 2016-09-05 17:40:26 +02:00
GGabriele
30313f8979 Fixed docstring 2016-09-05 17:37:50 +02:00
GGabriele
192daac855 Fixed docstring 2016-09-05 17:36:48 +02:00
GGabriele
22ce05a489 Fixed docstring 2016-09-05 17:35:46 +02:00
GGabriele
ab81283f34 Fixed docstring 2016-09-05 17:33:38 +02:00
GGabriele
f12fb67ca4 Fixed docstring 2016-09-05 17:31:58 +02:00
GGabriele
cabc937b30 Fixed docstring 2016-09-05 17:30:34 +02:00
GGabriele
401514ac7c Fixed docstring 2016-09-05 17:27:56 +02:00
GGabriele
3fa0ec9748 Fixed docstring 2016-09-05 17:23:48 +02:00
GGabriele
964bffd1d7 Adding missing fullstop 2016-09-05 17:19:48 +02:00
GGabriele
9723c7f9fb Fixed docstring 2016-09-05 17:17:28 +02:00
GGabriele
9357ef31fb Fixed docstring 2016-09-05 17:10:12 +02:00
GGabriele
dd4b6a8585 Fixing docstring format 2016-09-05 16:55:57 +02:00
GGabriele
90a9e983b4 Fixed param value format in docstring 2016-09-05 16:46:24 +02:00
GGabriele
59c0e54df5 Fix docstring 2016-09-05 15:49:42 +02:00
GGabriele
f8c9df2ca0 Fixed module structure and added one new param 2016-09-04 21:20:15 +02:00
GGabriele
bc9bf359b0 Fixed module structure 2016-09-04 21:07:43 +02:00
GGabriele
70ef9ae42c Fixed module structure 2016-09-04 20:56:55 +02:00
GGabriele
303da86423 Fixed module structure 2016-09-04 20:50:18 +02:00
GGabriele
0e8eab40fb Fixed module structure 2016-09-04 20:43:06 +02:00
GGabriele
fe120c14a3 Fixed module structure 2016-09-04 20:35:57 +02:00
GGabriele
8555519945 Fixed module structure 2016-09-04 20:33:03 +02:00
GGabriele
6c0ce20ad7 Fixed module structure 2016-09-04 20:27:02 +02:00
GGabriele
c58d21a5c6 Fixed module structure 2016-09-04 20:11:03 +02:00
GGabriele
c9c3d26e42 Fixed module structure 2016-09-04 20:06:07 +02:00
GGabriele
78558fcf53 Fixed config function 2016-09-04 19:47:02 +02:00
GGabriele
336794d758 Fixed config function 2016-09-04 19:14:15 +02:00
GGabriele
7579ddee0c Fixed config function 2016-09-04 19:08:29 +02:00
GGabriele
c177bc4f72 Fixed config function 2016-09-04 18:59:56 +02:00
GGabriele
fdda32ec52 Fixed module structure 2016-09-04 18:58:09 +02:00
GGabriele
9f06bb7e60 fix imports 2016-09-04 18:55:36 +02:00
GGabriele
a4ee5c89da Fixed module structure 2016-09-04 18:48:08 +02:00
GGabriele
c50cfe3451 Fixed module structure 2016-09-04 18:42:01 +02:00
GGabriele
c3592688e6 Fixed module structure 2016-09-04 18:29:08 +02:00
GGabriele
e8b9a7cae7 Fixed module structure 2016-09-04 18:21:47 +02:00
GGabriele
cb9bdee7be Fixed module structure 2016-09-04 18:15:08 +02:00
GGabriele
fa72ffc3d1 Fixed module structure 2016-09-04 18:09:30 +02:00
GGabriele
b2aa859b33 Fixed module structure 2016-09-04 18:01:33 +02:00
GGabriele
c9d293299b Fixed module structure 2016-09-04 17:54:53 +02:00
GGabriele
67c24e5f04 Fixed module structure 2016-09-04 17:45:17 +02:00
GGabriele
a30d508e0e Fixed module structure 2016-09-04 17:37:52 +02:00
GGabriele
d8e6773f8c Fixed module structure 2016-09-04 17:36:48 +02:00