Convert inventory files to YAML#2072
Merged
jleveque merged 6 commits intosonic-net:masterfrom Aug 12, 2020
jleveque:inv_to_yaml
Merged
Convert inventory files to YAML#2072jleveque merged 6 commits intosonic-net:masterfrom jleveque:inv_to_yaml
jleveque merged 6 commits intosonic-net:masterfrom
jleveque:inv_to_yaml
Conversation
yxieca
approved these changes
Aug 12, 2020
jleveque
added a commit
that referenced
this pull request
Aug 12, 2020
This PR will allow a smooth transition to the merging of #2072, which depends on Azure/sonic-build-tools#145. However, there is a chicken-and-egg problem, where without this intermediary PR, the check builds will be broken for a period of time.
jleveque
added a commit
to Azure/sonic-build-tools
that referenced
this pull request
Aug 12, 2020
sonic-net/sonic-mgmt#2072 renames `veos.vtb` to `veos_vtb` to allow Ansible to use the YAML inventory parser to parse the file. This patch updates VS scripts to refer to the new file name.
added 6 commits
August 12, 2020 04:29
Contributor
Author
|
Build failure should be solved by #2091 |
Contributor
Author
|
Retest this please |
lguohan
approved these changes
Aug 12, 2020
4 tasks
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
9968d60 (HEAD -> 202111, origin/202111) [sonic-package-manager] do not mod_config for whole config db when setting init_cfg (sonic-net#2055) 4b3d53f [generate_dump] exclude mft and mlx folders from /etc (sonic-net#2072) 51d92ae Validation check correction while adding a member to PortChannel (sonic-net#2078) 6a43306 [techsupport] Added a lock to avoid running techsupport in parallel (sonic-net#2065) 44cfdd9 Try get port operational speed from STATE DB (sonic-net#2030) 45ea623 Fix sonic-installer failure due to missing import
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.
Convert inventory files from INI language to YAML for readability and easier maintenance.
.vtbsuffix fromveos.vtb, as Ansible will only attempt to use the INI parser on files with a.<suffix>for some reason, so I renamed the fileveos_vtb. Also updated related documentation.Note: vsimage check build will fail until Azure/sonic-build-tools#145 is merged.