diff options
author | Rohit <rohitthakur2590@outlook.com> | 2019-08-14 14:01:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 14:01:49 +0200 |
commit | 69bc24f607c2e128768c50236df35ed355105fa4 (patch) | |
tree | cdc0d3f5710e4b38123df03e5aa7fb399cefacd3 /docs | |
parent | ovirt_vm add linux boot param warning (#60474) (diff) | |
download | ansible-69bc24f607c2e128768c50236df35ed355105fa4.tar.xz ansible-69bc24f607c2e128768c50236df35ed355105fa4.zip |
lag interfaces resource module (#59175)
* lag interfaces resource module
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity check imports
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity fixes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* dict_diff usage issue fix
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* new task
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* overridden updated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* dict update
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* facts merged
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* rebased and merged
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* new failures added
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* obsolete file removed
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* test cases updated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* dependency added
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/porting_guides/porting_guide_2.9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.9.rst b/docs/docsite/rst/porting_guides/porting_guide_2.9.rst index 5ee3219f99..e5704629be 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.9.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.9.rst @@ -74,6 +74,8 @@ The following modules will be removed in Ansible 2.13. Please update update your * nxos_interface use :ref:`nxos_interfaces <nxos_interfaces_module>` instead. +* vyos_linkagg use :ref:`vyos_lag_interfaces <vyos_lag_interfaces_module>` instead. + The following functionality will be removed in Ansible 2.12. Please update update your playbooks accordingly. * ``vmware_cluster`` DRS, HA and VSAN configuration; use `vmware_cluster_drs <vmware_cluster_drs_module>`, `vmware_cluster_ha <vmware_cluster_ha_module>` and `vmware_cluster_vsan <vmware_cluster_vsan_module>` instead. |