community.general/lib/ansible/modules
Daniel bbb9f3164c Nxos vxlan vtep vni netcfg fix (#23620)
* Code cleanup
Removed 'add' method from CustomNetworkConfig.  It is identical
to the one inherited from NetworkConfig

* Removed unused CustomNetworkConfig import

* Replaced
```
def get_existing(module, args):
    existing = {}
    netcfg = get_config(module)
    config = netcfg.get_section(parents)
```
with
```
netcfg = CustomNetworkConfig(indent=2, contents=get_config(module))
```
get_config returns a string, not an object in 2.3.

* Removed non-functioning get_object method in CustomNetworkConfig in favor of the
inherited method.

Added child_objs property so that expand_selection would work.  The original
verion never worked correctly as it compared NetworkConfig obj's and str's.

* Removed ShellError method in favor or new load_config method.

* Removed ShellError method in favor or new load_config method.
fixes #20260

* nxos requires a "no" statement to change mcase group.  Corrected.
Corrected changed logic.

* Corrected deleted CustomNetworkConfig import
2017-04-17 12:40:13 -04:00
..
cloud eu-west-1a is an availability zone, not a region. (#23557) 2017-04-13 12:11:00 -07:00
clustering E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
commands typo: psuedo -> pseudo (#23177) 2017-03-31 10:48:29 -04:00
crypto Fix imports and pep8 problems so CI can pass again. 2017-04-06 10:41:18 -07:00
database Fix Postgres user module always reporting changes (#23488) 2017-04-11 08:09:16 -04:00
files ini_file 'create' parameter default value should be True 2017-04-13 11:08:21 -04:00
identity New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
inventory New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
messaging Fix #23338 - rabbitmq_queue message ttl can't be 0 (#23448) 2017-04-15 00:51:40 +02:00
monitoring E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
network Nxos vxlan vtep vni netcfg fix (#23620) 2017-04-17 12:40:13 -04:00
notification Telegram notification module updated (#22858) 2017-04-08 12:53:35 -07:00
packaging Pylint fixes for yum module 2017-04-11 16:31:35 -07:00
remote_management New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
source_control Update package installation warning (#23641) 2017-04-16 07:10:36 -04:00
storage Update netapp_e_amg_sync.py (#22693) 2017-03-28 07:19:05 -04:00
system Add checks to confirm that the output from `xfs_info` has the expected format. 2017-04-12 08:34:51 -07:00
utilities E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
web_infrastructure Pass CSRF token along with Jenkins POST requests (#23250) 2017-04-06 10:03:57 +01:00
windows Windows: Get rid of Set-Attr in remaining modules (#23525) 2017-04-13 11:34:33 -07:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00