John R Barker
75407d3e43
Validate DOCUMENTATION.author ( #48993 )
...
* Validate DOCUMENTATION.author
Ensure that author line includes a GitHub account
2018-11-21 17:29:29 +00:00
Pilou
7f98a8db12
BOTMETA.yml and module metadata: fix case authors ( #46051 )
...
* botmeta: fix GitHub ID case
* module authors: fix GitHub ID case
* replace CloudEngine-Ansible by submitter GitHub ID
2018-11-19 11:47:14 +00:00
Martin Krizek
504921278a
ce_vxlan_tunnel: remove redundant xml end tag ( #47806 )
2018-10-31 18:53:16 +05:30
Wilmar den Ouden
7e9141e26e
Better description for the ce_vlan module ( #47816 )
...
Description for the name and description was vague. I didn't get the first time reading that it was talking about a character limit.
+label: docsite_pr
2018-10-30 09:50:37 -05:00
Toshio Kuratomi
bcd6dbcd65
Remove get_exception from the remainder of the modules
2018-10-18 08:37:04 -07:00
Joren Vrancken
b954917761
Surround top-level function and class definitions with two blank lines.
2018-07-31 12:06:56 -07:00
Jaak Ristioja
248bc0a4e8
modules, cloudengine: Fixed typo: ansilbe -> ansible
2018-05-15 13:42:04 +02:00
Dag Wieers
cdd21e2170
Clean up module documentation ( #36909 )
...
* Clean up module documentation
This PR includes:
- Removal of `default: None` (and variations)
- Removal of `required: false`
- Fixing booleans and `type: bool` where required
* Fix remaining (new) validation issues
2018-03-15 22:15:24 +01:00
Sebastian Gumprich
16c564c4b4
fix spelling mistakes in several modules ( #36296 )
...
* fix more spelling mistakes
* fix spelling mistakes
2018-03-12 11:00:19 +01:00
Lindsay Hill
f207897f32
fixed conditional error message ( #36476 )
2018-02-21 11:44:18 +05:30
Tyler
15b0371eb2
Add examples and language to better showcase the 'parents' parameter in multiple network modules ( #34486 )
...
* Add additional language and examples for 'parents' parameter to clarify its usage.
2018-02-09 13:31:37 +00:00
Matt Clay
227ff61f9d
Add module support to yamllint sanity test. ( #34964 )
...
* Add module support to yamllint sanity test.
* Fix duplicate keys in module RETURN docs.
* Fix syntax in return_common docs fragment.
* Fix duplicate keys in module EXAMPLES docs.
2018-01-16 15:08:56 -08:00
Abhijeet Kasurde
0196b6bb69
ce_engine: Refactor check_ip_addr ( #34126 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-01-16 18:04:37 +05:30
John R Barker
195beebcb4
Module DOCUMENTATION should match argspec ( #34895 )
...
* Module DOCUMENTATION should match argspec
Large update of many modules so that DOCUMENTATION option name and
aliases match those defined in the argspec.
Issues identified by https://github.com/ansible/ansible/pull/34809
In addition to many typos and missing aliases, the following notable
changes were made:
* Create `module_docs_fragments/url.py` for `url_argument_spec`
* `dellos*_command` shouldn't have ever had `waitfor` (was incorrectly copied)
* `ce_aaa_server_host.py` `s/raduis_server_type/radius_server_type/g`
* `Junos_lldp` enable should be part of `state`.
2018-01-16 12:18:51 +00:00
bdowling
552d1df901
Adds parents to mutually_exclusive with src for *_config modules ( #33957 )
...
* mutually_exclusive add - ios_config parents works with lines by not src
* mutually_execlusive parents,src added to all other net modules
* tests for mutually_exclusive parents,src and whitespce removal
2018-01-03 09:47:12 -05:00
Pilou
4713d9ea44
ce_file_copy: fix broken import ( #34023 )
...
* fix broken import
* doc: use formatting functions
2017-12-20 14:44:01 +00:00
Ganesh Nalawade
11c9ad23d5
Refactor common network shared and platform utils code into package ( #33452 )
...
* Refactor common network shared and platform specific code into package (part-1)
As per proposal #76 refactor common network shared and platform specific
code into sub-package.
https://github.com/ansible/proposals/issues/76
* ansible.module_utils.network.common - command shared functions
* ansible.module_utils.network.{{ platform }} - where platform is platform specific shared functions
* Fix review comments
* Fix review comments
2017-12-03 21:42:30 +05:30
Nathaniel Case
07cd4fda0e
Remove module_utils.shell ( #28560 )
...
* Get rid of module_utils.shell
* There is no way this actually raises ShellError
2017-08-24 14:55:03 -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
Toshio Kuratomi
f203ca7907
Update metadata to 1.1
2017-08-15 23:12:08 -07:00
QijunPan
402ac47549
Contributing lib/ansible/modules/network/cloudengine/ce_bfd_session.py module to manage HUAWEI data center CloudEngine ( #26069 )
...
* add bfd session module
* update return doc
2017-08-01 11:40:15 -06:00
QijunPan
17e64f876d
add bfd view module ( #26070 )
2017-08-01 11:28:51 -06:00
QijunPan
5b2373df16
add bfd global module ( #26068 )
2017-08-01 11:28:19 -06:00
numone213
25b3f194f8
Contributing lib/ansible/modules/network/cloudengine/ce_vrrp.py module to manage HUAWEI data center CloudEngine ( #22344 )
...
* add ce vrrp
add ce vrrp
* metadata_version
* fix CI issue
2017-08-01 11:17:44 -06:00
Toshio Kuratomi
225fa5d092
Fix undefined variables, basestring usage, and some associated python3 issues
2017-07-25 15:58:23 -07:00
Abhijeet Kasurde
8ad04d6348
Move redudant check_ip_addr method to common ce ( #25575 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-06-15 13:21:18 +01:00
John R Barker
3740ad2828
Minor fixes ( #25059 )
...
1) Examples: Remove double space between "option:" and "value"
2) Documentation: Fix rendering usses
3) Documentation: Remove `required: true` to match argspec
2017-05-26 15:17:08 +01:00
QijunPan
93ddfeb98a
Contributing lib/ansible/modules/network/cloudengine/ce_bgp_af.py module to manage HUAWEI data center CloudEngine ( #22031 )
...
* add cd_bgp_af module
add cd_bgp_af module
* fix review issues
2017-05-25 17:35:12 +01:00
QijunPan
e9f2c080f4
Contributing lib/ansible/modules/network/cloudengine/ce_mlag_config.py module to manage HUAWEI data center CloudEngine ( #22054 )
...
* add ce_mlag_config
add ce_mlag_config
* update ce_mlag_config
update ce_mlag_config
* fix CI issues
2017-05-25 17:31:53 +01:00
QijunPan
f89d12f26e
Contributing lib/ansible/modules/network/cloudengine/ce_link_status.py module to manage HUAWEI data center CloudEngine ( #22053 )
...
* add ce_link_status
add ce_link_status
* upgrade ce LinkStatus
* fix CI issues
2017-05-25 17:31:17 +01:00
QijunPan
1359d39f9a
Contributing lib/ansible/modules/network/cloudengine/ce_ip_interface.py module to manage HUAWEI data center CloudEngine ( #22052 )
...
* add ce_ip_interface
add ce_ip_interface
* fix CI issues
2017-05-25 17:30:42 +01:00
QijunPan
16bea773b8
Contributing lib/ansible/modules/network/cloudengine/ce_interface_ospf.py module to manage HUAWEI data center CloudEngine ( #22051 )
...
* add ce_interface_ospf
add ce_interface_ospf
* upgrade Interface OSPF
* fix CI issues
2017-05-25 17:30:10 +01:00
QijunPan
7c78a86338
Contributing lib/ansible/modules/network/cloudengine/ce_interface.py module to manage HUAWEI data center CloudEngine ( #22050 )
...
* add ce_interface
add ce_interface
* fix review issue
2017-05-25 17:28:54 +01:00
QijunPan
9aa58dd4ca
Contributing lib/ansible/modules/network/cloudengine/ce_info_center_log.py module to manage HUAWEI data center CloudEngine ( #22048 )
...
* add ce_info_center_log
add ce_info_center_log
* fix review issues
2017-05-25 17:28:05 +01:00
QijunPan
2e126edb91
Contributing lib/ansible/modules/network/cloudengine/ce_info_center_global.py module to manage HUAWEI data center CloudEngine ( #22047 )
...
* add ce_info_center_global
add ce_info_center_global
* fix review issue
2017-05-25 17:27:24 +01:00
QijunPan
2b9ac69692
Contributing lib/ansible/modules/network/cloudengine/ce_info_center_debug.py module to manage HUAWEI data center CloudEngine ( #22046 )
...
* add ce_info_center_debug
add ce_info_center_debug
* fix review issues
2017-05-25 17:26:52 +01:00
QijunPan
a137349522
Contributing lib/ansible/modules/network/cloudengine/ce_file_copy.py module to manage HUAWEI data center CloudEngine ( #22045 )
...
* add ce_file_copy
add ce_file_copy
* fix review issue
2017-05-25 17:26:11 +01:00
QijunPan
182d65d519
Contributing lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py module to manage HUAWEI data center CloudEngine ( #22038 )
...
* add ce_evpn_bd_vni
add ce_evpn_bd_vni
* upgrade evpn bd vni
upgrade evpn bd vni
* fix review issue
2017-05-25 17:25:47 +01:00
QijunPan
deeffc61d7
Contributing lib/ansible/modules/network/cloudengine/ce_dldp_interface.py module to manage HUAWEI data center CloudEngine ( #22036 )
...
* add ce_dldp_interface
add ce_dldp_interface
* fix review issues
2017-05-25 16:08:43 +01:00
QijunPan
645eb03eeb
Contributing lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py module to manage HUAWEI data center CloudEngine ( #22033 )
...
* add ce_bgp_neighbor_af
add ce_bgp_neighbor_af
* upgrade bgp neighbor af
upgrade bgp neighbor af
* fix review issues
2017-05-25 16:03:33 +01:00
QijunPan
d43fb67583
Contributing lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py module to manage HUAWEI data center CloudEngine ( #22032 )
...
* add ce_bgp_neighbor
add ce_bgp_neighbor
* fix review issues
2017-05-25 16:02:54 +01:00
QijunPan
7df246cebb
Contributing lib/ansible/modules/network/cloudengine/ce_bgp.py module to manage HUAWEI data center CloudEngine ( #22030 )
...
* add ce_bgp module
add ce_bgp module
* upgrade ce bgp
upgrade ce bgp
* fix review issues
2017-05-25 14:51:26 +01:00
QijunPan
079590b589
Contributing lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py module to manage HUAWEI data center CloudEngine ( #21881 )
...
* add ce_ospf_vrf module
add ce_ospf_vrf module
* update ce_ospf_vrf
update ce_ospf_vrf
* upgrade ospf vrf
* fix review issues
* fix CI issues
2017-05-25 14:49:29 +01:00
QijunPan
eaf23d2ec4
Contributing lib/ansible/modules/network/cloudengine/ce_mtu.py module to manage HUAWEI data center CloudEngine ( #21879 )
...
* add ce_mtu module
add ce_mtu module
* update ce_mtu
update ce_mtu
* fix review issues
2017-05-25 14:36:11 +01:00
QijunPan
a1578cc01a
Contributing lib/ansible/modules/network/cloudengine/ce_acl_advance.py module to manage HUAWEI data center CloudEngine ( #21877 )
...
* add ce_acl_advance module
add ce_acl_advance module
* update ce_acl_advance.py
* fix review issues
2017-05-25 14:33:59 +01:00
QijunPan
c0ef52cf40
Contributing lib/ansible/modules/network/cloudengine/ce_netstream_template.py module to manage HUAWEI data center CloudEngine ( #21818 )
...
* add ce_netstream_template
add ce_netstream_template
* update
* fix review issues
2017-05-25 14:29:19 +01:00
QijunPan
76b9c84cac
Contributing new lib/ansible/modules/network/cloudengine/ce_config.py module to manage HUAWEI data center CloudEngine switch ( #21667 )
...
* commit ce_config
commit ce_config
* update ce_config
update ce_config
* add module ce_config
add module ce_config
* update ce_config module
update ce_config module
* update ce_config
update ce_config
* fix CI issues
* fix review issues
* fix review issues
2017-05-25 14:01:50 +01:00
kkjang
5c43bd3bae
Cmp python3 compat ( #25008 )
...
* Use double-quotes for expect integration tests
* Cast user input to string for expect integration tests
* Remove usage of cmp() for python3 compatibility
- Add code smell test to look for cmp usage
- Fixes #24756
2017-05-24 15:59:59 -07:00
QijunPan
68f38c5e9d
Contributing lib/ansible/modules/network/cloudengine/ce_info_center_trap.py module to manage HUAWEI data center CloudEngine ( #22049 )
...
* add ce_info_center_trap
add ce_info_center_trap
* upgrade Info Center Trap
* fix CI issues
2017-05-19 17:01:52 +01:00
QijunPan
8086f12ddb
Contributing lib/ansible/modules/network/cloudengine/ce_facts.py module to manage HUAWEI data center CloudEngine ( #22044 )
...
* add ce_facts
add ce_facts
* fix CI issues
2017-05-19 16:59:36 +01:00