Backport/2.8/64351 Doc notes 6 (#64351) (#64945)

* Doc notes 6 (#64351)

(cherry picked from commit 25e03b1e75)

* add a changelog
pull/65100/head
Xu Yuandong 6 years ago committed by Alicia Cozine
parent c1c2c76ad0
commit 290e63aba5

@ -0,0 +1,3 @@
---
bugfixes:
- ce modules - Update(add) docs notes to tell user modules work connection.

@ -28,6 +28,10 @@ short_description: Manages VLAN resources and attributes on Huawei CloudEngine s
description:
- Manages VLAN configurations on Huawei CloudEngine switches.
author: QijunPan (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options:
vlan_id:
description:

@ -29,8 +29,10 @@ description:
- Manages VPN instance of HUAWEI CloudEngine switches.
author: Yang yang (@QijunPan)
notes:
- If I(state=absent), the route will be removed, regardless of the
non-required options.
- If I(state=absent), the route will be removed, regardless of the non-required options.
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options:
vrf:
description:

@ -27,8 +27,10 @@ description:
- Manages VPN instance address family of HUAWEI CloudEngine switches.
author: Yang yang (@QijunPan)
notes:
- If I(state=absent), the vrf will be removed, regardless of the
non-required parameters.
- If I(state=absent), the vrf will be removed, regardless of the non-required parameters.
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options:
vrf:
description:

@ -30,6 +30,9 @@ description:
author: Zhijin Zhou (@QijunPan)
notes:
- Ensure that a VPN instance has been created and the IPv4 address family has been enabled for the VPN instance.
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options:
vrf:
description:

@ -29,6 +29,10 @@ description:
- Manages VRRP interface attributes on HUAWEI CloudEngine devices.
author:
- Li Yanfeng (@numone213)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options:
interface:
description:

@ -28,6 +28,9 @@ short_description: Manages ARP attributes of VXLAN on HUAWEI CloudEngine devices
description:
- Manages ARP attributes of VXLAN on HUAWEI CloudEngine devices.
author: QijunPan (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options:
evn_bgp:
description:

@ -31,6 +31,8 @@ description:
author: QijunPan (@QijunPan)
notes:
- Ensure All-Active Gateways or Distributed Gateway for the VXLAN Network can not configure at the same time.
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options:
dfs_id:
description:

@ -28,6 +28,9 @@ short_description: Manages global attributes of VXLAN and bridge domain on HUAWE
description:
- Manages global attributes of VXLAN and bridge domain on HUAWEI CloudEngine devices.
author: QijunPan (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options:
bridge_domain_id:
description:

@ -30,6 +30,10 @@ description:
and configure an ingress replication list on HUAWEI CloudEngine devices.
author:
- Li Yanfeng (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options:
bridge_domain_id:
description:

@ -28,6 +28,10 @@ short_description: Manages VXLAN virtual access point on HUAWEI CloudEngine Devi
description:
- Manages VXLAN Virtual access point on HUAWEI CloudEngine Devices.
author: QijunPan (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options:
bridge_domain_id:
description:

Loading…
Cancel
Save