[Mellanox] Rename group_vars/sonic/var to group_vars/sonic/variables to fix simx delpoy failure#2003
Merged
wangxin merged 1 commit intosonic-net:masterfrom Aug 4, 2020
Conversation
3 tasks
liat-grozovik
approved these changes
Aug 3, 2020
mykolaf
approved these changes
Aug 3, 2020
wangxin
approved these changes
Aug 4, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Commits: bee3684 - 2022-06-20 : Add BGP profile to Vnet routes (sonic-net#2339) [Prince Sunny] f9af510 - 2022-06-16 : [intfmgr]: Set proxy_arp kernel param (sonic-net#2334) [Lawrence Lee] 725071f - 2022-06-08 : Fix test_warm_reboot issues blocking PR merge (sonic-net#2309) [Vaibhav Hemant Dixit] 0db6f15 - 2021-11-16 : [orchagent] Flush pipeline every 1 second, not only when select will timeout (sonic-net#2003) [Kamil Cudnik]
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
dd71848 [GCU] Show default option for '--format' (sonic-net#2003) f296e76 [GCU] Disallowing DeleteInsteadOfReplaceMoveExtender from generating delete whole config move (sonic-net#2006) 731d643 [flow counter] Fix issue: should not compare str with int (sonic-net#2001) e628f01 Support CLI for buffer queue configuration (sonic-net#1965) 585fd40 Fix show ip bgp nei command rw required issue (sonic-net#2011)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Summary:
Rename group_vars/sonic/var to group_vars/sonic/variables to fix simx delpoy failure
Type of change
Approach
What is the motivation for this PR?
The file group_vars/sonic/var was renamed to group_vars/sonic/variables, but there are some places still ref to old file name in code.
How did you do it?
Rename group_vars/sonic/var to group_vars/sonic/variables
How did you verify/test it?
Manually run the regression
Any platform specific information?
Mellanox SimX
Supported testbed topology if it's a new test case?
N/A
Documentation