diff options
author | Ganesh Nalawade <ganesh634@gmail.com> | 2020-06-09 19:32:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 14:02:43 +0000 |
commit | d92f142115d2cb78d38afb9ab8852fec64c39a3b (patch) | |
tree | 4d46a699f7e4058b54ccb9496129564bab0c599a | |
parent | e7a59f51fb5211ef0c721e0ff4d12a775a9b0606 (diff) | |
download | vyos-ansible-collection-d92f142115d2cb78d38afb9ab8852fec64c39a3b.tar.gz vyos-ansible-collection-d92f142115d2cb78d38afb9ab8852fec64c39a3b.zip |
Update runtime.yml with removal_date (#42)
Update runtime.yml with removal_date
Reviewed-by: https://github.com/apps/ansible-zuul
-rw-r--r-- | meta/runtime.yml | 51 |
1 files changed, 24 insertions, 27 deletions
diff --git a/meta/runtime.yml b/meta/runtime.yml index 7d5402f..cecfc19 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -124,24 +124,23 @@ plugin_routing: interface: redirect: vyos.vyos.vyos_interface deprecation: - warning_text: vyos.vyos.interface has been deprecated and will be removed - in a release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details vyos_interface: deprecation: - warning_text: vyos.vyos.vyos_interface has been deprecated and will be removed - in a release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details interfaces: redirect: vyos.vyos.vyos_interfaces l3_interface: redirect: vyos.vyos.vyos_l3_interface deprecation: - warning_text: vyos.vyos.l3_interface has been deprecated and will be removed - in a release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details vyos_l3_interface: deprecation: - warning_text: vyos.vyos.vyos_l3_interface has been deprecated and will be - removed in a release after 2022-6-01. See the plugin documentation for more - details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details l3_interfaces: redirect: vyos.vyos.vyos_l3_interfaces lag_interfaces: @@ -149,33 +148,32 @@ plugin_routing: linkagg: redirect: vyos.vyos.vyos_linkagg deprecation: - warning_text: vyos.vyos.linkagg has been deprecated and will be removed in - a release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details vyos_linkagg: deprecation: - warning_text: vyos.vyos.vyos_linkagg has been deprecated and will be removed - in a release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details lldp: redirect: vyos.vyos.vyos_lldp deprecation: - warning_text: vyos.vyos.lldp has been deprecated and will be removed in a - release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details vyos_lldp: deprecation: - warning_text: vyos.vyos.vyos_lldp has been deprecated and will be removed - in a release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details lldp_global: redirect: vyos.vyos.vyos_lldp_global lldp_interface: redirect: vyos.vyos.vyos_lldp_interface deprecation: - warning_text: vyos.vyos.lldp_interface has been deprecated and will be removed - in a release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details vyos_lldp_interface: deprecation: - warning_text: vyos.vyos.vyos_lldp_interface has been deprecated and will be - removed in a release after 2022-6-01. See the plugin documentation for more - details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details lldp_interfaces: redirect: vyos.vyos.vyos_lldp_interfaces logging: @@ -189,13 +187,12 @@ plugin_routing: static_route: redirect: vyos.vyos.vyos_static_route deprecation: - warning_text: vyos.vyos.static_route has been deprecated and will be removed - in a release after 2022-6-01. See the plugin documentation for more details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details vyos_static_route: deprecation: - warning_text: vyos.vyos.vyos_static_route has been deprecated and will be - removed in a release after 2022-6-01. See the plugin documentation for more - details + removal_date: '2022-06-01' + warning_text: See the plugin documentation for more details static_routes: redirect: vyos.vyos.vyos_static_routes system: |