Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH DEBT] Remove salt.modules.napalm_mod.netmiko_conn and pyeapi_conn #64460

Closed
Ch3LL opened this issue Jun 12, 2023 · 0 comments · Fixed by #64466
Closed

[TECH DEBT] Remove salt.modules.napalm_mod.netmiko_conn and pyeapi_conn #64460

Ch3LL opened this issue Jun 12, 2023 · 0 comments · Fixed by #64466

Comments

@Ch3LL
Copy link
Contributor

Ch3LL commented Jun 12, 2023

 745 @proxy_napalm_wrap                                                                                                                              
 746 def netmiko_conn(**kwargs):                                                                                                                     
 747 +--- 19 lines: """------------------------------------------------------------------------------------------------------------------------------
 766     salt.utils.versions.warn_until(                                                                                                             
 767         "Chlorine",                                                                                                                             
 768         "This 'napalm_mod.netmiko_conn' function as been deprecated and "                                                                       
 769         "will be removed in the {version} release, as such, it has been "                                                                       
 770         "made an internal function since it is not suitable for CLI usage",                                                                     
 771     )                                                                                                                                           
 772     return _netmiko_conn(**kwargs)   

salt.modules.napalm_mod.netmiko_conn was previously deprecated and needs to be removed in 3007.0

1142 @proxy_napalm_wrap                                                                                                                                                                                             
1143 def pyeapi_conn(**kwargs):                                                                                                                                                                                     
1144 +--- 19 lines: """---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1163     salt.utils.versions.warn_until(                                                                                                                                                                            
1164         "Chlorine",                                                                                                                                                                                            
1165         "This 'napalm_mod.pyeapi_conn' function as been deprecated and "                                                                                                                                       
1166         "will be removed in the {version} release, as such, it has been "                                                                                                                                      
1167         "made an internal function since it is not suitable for CLI usage",                                                                                                                                    
1168     )                                                                                                                                                                                                          
1169     return _pyeapi_conn(**kwargs)    

salt.modules.napalm_mod.pyeapi_conn was previously deprecated and needs to be removed in 3007.0

@Ch3LL Ch3LL added this to the Chlorine v3007.0 milestone Jun 12, 2023
@Ch3LL Ch3LL changed the title [TECH DEBT] Remove salt.modules.napalm_mod.netmiko_conn [TECH DEBT] Remove salt.modules.napalm_mod.netmiko_conn and pyeapi_conn Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants