Trishna Guha
c2e41bf1ef
remove net_command ( #28525 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-08-23 02:07:39 +05:30
Nathaniel Case
e1def05ba2
fix networking *_command check_mode ( #28407 )
...
* Fix check_mode in nxos_command
* Fix check_mode for ios_command
* fix check_mode for iosxr_command
* Fix check_mode in vyos_command
* Fix check_mode in eos_command
* Fix check_mode in junos_config
2017-08-22 14:02:55 -04:00
Nathaniel Case
96abfde189
Fix idempotence for nxos_vrf_af ( #28419 )
2017-08-22 14:02:01 -04:00
Mike Wiebe
ec11cd2696
nxos_bgp_neighbor_af fix problem with advertise-map properties ( #28413 )
...
* Fix problem with advertise-map properties
* Change limit_to back to run all tests
* Fix unit tests
* Move advertise_map out of get_custom_value
2017-08-21 15:28:02 -04:00
David Kretch
beed59f303
Fix trailing space in ec2_vol example, fix 'the the' typos ( #28440 )
...
* Fix 'the the' typos, fix 'pahting' filename typo
* Change 'the the' typos to a single 'the'.
* Change `playbook_pahting.rst` to `playbook_pathing.rst`.
* Delete trailing space in ec2_vol example
Delete the trailing space in `instance: "{{ item.id }} "`, which makes the
example fail when run because it looks for instance "i-xxxx ".
2017-08-19 23:00:51 +02:00
Nathaniel Case
33f342435a
Attempt to detect and abort when 'fex-fabric' is present ( #28342 )
2017-08-18 16:13:12 -04:00
Ganesh Nalawade
4f54d6cea1
eos aggregate spec validation and doc changes ( #28414 )
...
* Add aggregate validation for eos DI modules
* Doc change to add aggregate examples
2017-08-19 01:41:20 +05:30
Ganesh Nalawade
c4b9dfe542
Remove default description in network DI modules ( #28411 )
2017-08-19 00:09:01 +05:30
Chris Alfonso
bd56e6c9ce
Removing deprecated openswitch modules ( #28397 )
2017-08-18 08:58:45 -06:00
Nathaniel Case
db5d799122
Fix nxos_pim idempotence ( #28348 )
2017-08-18 09:47:41 -04:00
Ganesh Nalawade
9ab9945cf3
iosxr modules aggregate check and other minor refactor ( #28360 )
...
* iosxr aggregate validation
* vyos_user, junos_user minor changes
* Aggregated documentation
2017-08-18 09:50:35 +05:30
Ganesh Nalawade
ceef4f97ed
Use merge operation for load configuration in junos modules ( #28369 )
...
* Change load configuration operation from replace to merge
2017-08-18 09:50:02 +05:30
Dag Wieers
e801187899
Bugfix and assorted fixes ( #28352 )
...
These are updates from aci-ansible.
2017-08-17 21:00:23 +02:00
David Newswanger
b818e986b6
Change network *_user modules to use configured_password to set a users password ( #28187 )
...
* WIP, update eos_user args
* refactor password for ios_user
* add eos tests, fix ios tests
* fixed password check
* refactor iosxr_user password
* fixed password arg for nxos
* [WIP] fix vyos_user password
* fix vyos tests
* update docs for net_user
* fix typo
* fix eos tests
* add warning when attempting to use password arg
* fix sanity/unit tests
* fix eos unit tests
* fix vyos_user aggregate
* fix typo in eos documentation string
* re add configured_password to vyos tests after rebase
2017-08-17 19:06:44 +05:30
Peter Sprygada
b1d297d144
fixes asa_acl module to work with persistent connections ( #28320 )
...
* updates module_utils/asa.py to add missing common argument 'passwords'
* fixes asa_acl.py module to work with persistent connections
2017-08-17 07:48:35 -04:00
Ricardo Carrillo Cruz
5a6f3ebed1
WIP Implement declarative intent arguments on eos_vlan ( #28270 )
...
Implement declarative intent arguments on eos_vlan
2017-08-17 09:45:50 +02:00
Trishna Guha
2e211078ce
fix vyos_user aggregate ( #28317 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-08-17 12:44:55 +05:30
Ganesh Nalawade
403f6db53f
ios aggregate and common argument support ( #28316 )
...
* ios aggregate spec validation
* ios common argument for aggregate support
2017-08-17 12:07:08 +05:30
Dag Wieers
2960f5feac
Rename ACI modules according to new conventions ( #28306 )
...
As discussed in full at https://github.com/datacenter/aci-ansible
we desired a better naming convention for ACI modules before they ship
with Ansible v2.4
The result is summarized in this PR.
The modules now also include the classes from the object model, as well
as a link to the documentation.
2017-08-17 02:27:42 +02:00
George Nikolopoulos
b339f23485
Various small fixes ( #27766 )
2017-08-16 14:14:21 -04:00
Anil Kumar Muraleedharan
55df3e05ed
Solving Coverity issues ( #28057 )
2017-08-16 17:29:34 +01:00
Peter Sprygada
6886153b54
refactors nxos_vrf_af module ( #28208 )
...
* refactors nxos_vrf_af module
fixes #27595
* fix up unit test cases
* add commands to result dict
* add route-target on afi create
* adds deprecation note to safi argument
2017-08-16 10:11:12 -04:00
David Newswanger
a37c5e53e6
fix prompt error when deleting ios user ( #28175 )
...
* fix prompt error when deleting ios user
* placate pep8
* wrap delete user command in function
* fix python 3 unit tests
2017-08-16 15:15:41 +05:30
Trishna Guha
ce3d1c6ba0
eos_user fix username param ( #28114 )
...
* eos_user fix username param
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add setup eos_user test and rename username for consistency
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* update unit test and pep8 fix
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* pep8 fix
2017-08-16 12:08:59 +05:30
Toshio Kuratomi
d8b1cb9a63
Assign network modules maintained by the network team the network metadata
2017-08-15 23:12:08 -07:00
Toshio Kuratomi
f203ca7907
Update metadata to 1.1
2017-08-15 23:12:08 -07:00
Ganesh Nalawade
4caddad224
Doc fixes for junos lldp modules ( #28228 )
2017-08-16 09:32:39 +05:30
David Newswanger
b7d886840b
standardized agreggate as arg, and collection and users as aliases for user modules ( #28244 )
2017-08-16 09:31:25 +05:30
Dag Wieers
edba563e9a
ACI fixes ( #28257 )
2017-08-16 04:13:16 +02:00
Jacob McGill
b7d99f43d5
ACI EPG Contract Binding: New Module ( #28251 )
...
new module: managing EPG to Contract bindings [network/aci/aci_epg_contract_binding]
2017-08-16 02:58:01 +02:00
schunduri
4729981eba
new module: Manage end point groups [network/aci/aci_epg] ( #28207 )
...
* Cisco ACI EPG
* Fixed errors
* Updated module
* Update to version from aci-ansible repository
2017-08-16 01:46:38 +02:00
schunduri
ebbb5369b5
new module: manage application network profiles [network/aci/aci_anp] ( #27984 )
...
* New Cisco ACI Application Profile Module
* PEP8 verified
* Various Fixes
* aci_anp:Refactored
* aci_anp changed short description
* Changes from the aci-ansible repository
2017-08-16 01:04:46 +02:00
schunduri
83d9f2d9ed
new module: manage attachable entity profiles [network/aci/aci_aep] ( #27987 )
...
* New Cisco ACI Attachable Entity Profile Module
* PEP8 Verified
* Various Fixes
* Refactored: aci_aep
* Updated to the latest changes from aci-ansible
* And a small cosmetic change
2017-08-16 00:59:43 +02:00
Ivan Bojer
c2b2176893
deprecated panos_nat_policy in lieu of panos_nat_rule ( #28033 )
...
* - deprecated panos_nat_policy in lieu of pano_nat_rule that uses next generation SDK (PanDevice). Also renamed the module so that is aligns with API calls and UI framework.
* - ansible_metadata requires metadata_version instead of just version key in 2.4
* PEP8 changes
* PEP8 changes
* Emit deprecation warning and add boilerplate
2017-08-15 17:45:37 -04:00
Ivan Bojer
178cf6e82e
Rename panos_security_policy to panos_security_rule + extra features ( #28031 )
...
* - renamed panos_security_policy to panos_security_rule in order to better align with UI and API calls
* - fixed PEP8 issues
* - ansible bot does not like multiline comments. Using > for now.
* Add deprecation warning and boilerplate
2017-08-15 16:42:10 -04:00
Ivan Bojer
8b617aaef5
Panos object ( #28028 )
...
* - deprecated panos_address and panos_service in lieu of common panos_object
* - deprecated/removed panos_address and panos_service in lieu for panos_object
* squash! - deprecated/removed panos_address and panos_service in lieu for panos_object
* - fixed PEP8 issues
* - ansible_metadata requires metadata_version instead of just version key in 2.4
* add > to multi line descriptions
* update version string to 2.4
* Update legacy-files.txt
2017-08-15 16:24:15 -04:00
saichint
064ab7a92d
fix for remove idempotent issue ( #28226 )
2017-08-15 13:14:40 -04:00
saichint
d69440c4ef
Fix nxos_vpc issues ( #28188 )
...
* fix for nxos_vpc issues
* fix unit tests
* clean documentation
2017-08-15 12:08:55 -04:00
Nathaniel Case
1d13624eae
Clean up nxos_aaa_server ( #28177 )
...
* cleanup nxos_aaa_server
* Specify nxos_aaa_server output format
Fixes #27289
2017-08-15 12:08:03 -04:00
Ganesh Nalawade
a12e9807ba
Add intent arguments for ios and iosxr interface modules ( #28018 )
...
* Add intent arguments for ios_interface
* Intent argument support
* Integration test case for intent arguments
* Fix ci issue
* Add intent arguments for iosxr_interface
* Add intent check support for iosxr_interface
* Integration test for intent + configuration
* Fix ci failure
2017-08-15 19:20:28 +05:30
Ganesh Nalawade
38c0b581c3
Handle common argument in aggregate parameter for vyos module ( #28182 )
...
* Handle common agrument in aggregate parameter for vyos module
* Add supoort to set parameter in aggregate to it's respctive
top level argument if value not provided in aggregate.
* Aggregate argument spec validation
* Documentation for aggregate
* Fix unit test failure
2017-08-15 19:09:44 +05:30
Ganesh Nalawade
0c4706897c
Fix minor issue in junos_vlan ( #28218 )
2017-08-15 18:41:53 +05:30
Jacob McGill
a8a3ad70ad
ACI Subnet: New Module ( #28202 )
...
* ACI Subnet: New Module
* fix docstring
* update docstring
2017-08-15 03:46:39 +02:00
Jacob McGill
46956f0273
ACI Subject Filter Binding: New Module ( #28201 )
...
* ACI Subject Filter Binding: New Module
* add metadata
* fix whitespace
2017-08-15 03:33:11 +02:00
Dag Wieers
f8d24b4111
new module: Manage MCP interface policies [network/aci/aci_mcp] ( #28206 )
...
Manage MCP interface policies on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 03:26:43 +02:00
Jacob McGill
5efe713bea
ACI EPG Domain: New Module ( #28203 )
...
new module: managing EPG to VMM and Physical Domains [network/aci/aci_epg_domain_binding]
2017-08-15 03:24:58 +02:00
Jacob McGill
24ec04cbfc
ACI Filter Entry: New Module ( #28200 )
...
* ACI Filter Entry: New Module
* fix aliases key
2017-08-15 03:24:04 +02:00
Dag Wieers
835ef7dd66
new module: Manage Layer 2 interface policies [network/aci/aci_l2_policy] ( #28205 )
...
Manage Layer 2 interface policies on Cisco ACI fabrics.
This module is idempotent, and supports check-mode and has diff-support.
2017-08-15 03:23:26 +02:00
Jacob McGill
cece18a777
aci_bd_l3out_binding.py ( #28199 )
...
new module: support for binding Bridge Domains and L3 Outs [network/aci/aci_bd_l3out_binding]
2017-08-15 03:14:53 +02:00
Jacob McGill
79afb2eff1
new module: manage Bridge Domains [network/aci/aci_bridge_domain] ( #28196 )
...
* ACI Bridge Domain: Add new module
* fix type in docstring
* fix type in docstring
2017-08-15 03:13:50 +02:00