community.general/lib/ansible/modules/network
dteach ca56a248d8 junos_facts: Add Hardware facts. (#30304)
* Add Routing Engine Facts

 - Map routing engine output information to routing_engines facts dict.
 - Add fact 'has_2RE', which is a quick way to determine how many REs
   the chassis has.

* Fix a typo

* Fix more typos

* Add slot number to routing_engine dict

* Add facts about the installed chassis modules

* Fix typo

* Fixed another typo

* Fix Path

* Change path again.

* More Typos

* Add some deubgging

* Add additional information for hardware components.

 - Return information about the Routing Engines.
 - Return a fact to easily determine if the device
   has two routing engines.
 - Return information about the hardware modules.

* Addressed pep8 stardard failures.

* Add unit test fixtures.

* Rename fixture.

* Fix unit test failures.

 - Rename the fixture file to what the unit test expects.
 - Strip out junos namespace attributes.
Rename file to match what the unit test expects.

* Scrubbed the routing engine serial numbers.

* Add unit test facts for new tests.

 - Add unit test for ansible_net_routing_engines fact
 - Add unit test for ansible_net_modules fact
 - Add unit test for ansible_net_has_2RE

* Fixed spacing.
2017-09-20 12:43:07 +05:30
..
a10 Update metadata to 1.1 2017-08-15 23:12:08 -07:00
aci Use safe_load to load yaml 2017-09-14 11:19:00 -07:00
aireos Update metadata to 1.1 2017-08-15 23:12:08 -07:00
aos Use safe_load to load yaml 2017-09-14 11:19:00 -07:00
aruba Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
asa Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
avi Update metadata to 1.1 2017-08-15 23:12:08 -07:00
bigswitch Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
citrix Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
cloudengine Remove module_utils.shell (#28560) 2017-08-24 14:55:03 -04:00
cloudvision Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cumulus Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
dellos6 Update metadata to 1.1 2017-08-15 23:12:08 -07:00
dellos9 Update metadata to 1.1 2017-08-15 23:12:08 -07:00
dellos10 Update metadata to 1.1 2017-08-15 23:12:08 -07:00
eos Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
f5 Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
fortios Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
illumos Update metadata to 1.1 2017-08-15 23:12:08 -07:00
interface Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
ios Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
iosxr Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
junos junos_facts: Add Hardware facts. (#30304) 2017-09-20 12:43:07 +05:30
layer2 Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
layer3 Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
lenovo Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-18 16:49:16 -07:00
netconf Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
netscaler Lowercase enabled, disabled option values (#27764) 2017-08-25 13:11:48 -04:00
netvisor Update metadata to 1.1 2017-08-15 23:12:08 -07:00
nuage Update metadata to 1.1 2017-08-15 23:12:08 -07:00
nxos fix nxos_reboot command format (#30549) 2017-09-20 10:06:57 +05:30
ordnance Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ovs Assign network modules maintained by the network team the network metadata 2017-08-15 23:12:08 -07:00
panos panos_sag: static address group (#28041) 2017-08-25 16:35:35 +01:00
protocol Assign network modules maintained by the network team the network metadata 2017-08-15 23:12:08 -07:00
radware Module for uploading templates into vDirect server (#27570) 2017-08-25 16:23:36 +01:00
routing Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
sros Update metadata to 1.1 2017-08-15 23:12:08 -07:00
system Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
vyos Vyos correction (#30605) 2017-09-20 11:57:18 +05:30
__init__.py