fix(pipelined): Updating pipelined production configuration#13656
Merged
koolzz merged 4 commits intomagma:masterfrom Aug 19, 2022
mehul-jindal:pipelinedProdConfig
Merged
fix(pipelined): Updating pipelined production configuration#13656koolzz merged 4 commits intomagma:masterfrom mehul-jindal:pipelinedProdConfig
koolzz merged 4 commits intomagma:masterfrom
mehul-jindal:pipelinedProdConfig
Conversation
Contributor
|
Thanks for opening a PR! 💯
Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
sebathomas
reviewed
Aug 18, 2022
Contributor
Contributor
Contributor
panyogesh
reviewed
Aug 19, 2022
| ovs_gtp_stats_polling_interval: 180 | ||
|
|
||
| # Make as a True when gnb ip will support for uplink | ||
| ovs_multi_tunnel: False |
Contributor
There was a problem hiding this comment.
Can you please check if without 'ovs_multi_tunnel' things are working. Is it a must needed.
Contributor
Author
There was a problem hiding this comment.
This flag is used whenever uplink flow is added in ovs.
| ovs_multi_tunnel: False | ||
| # Paging timeout value | ||
| paging_timeout: 30 | ||
| classifier_controller_id: 5 |
Contributor
There was a problem hiding this comment.
Put some comments for more information about the variables.
Contributor
There was a problem hiding this comment.
Also lets make sure these parameters are explained in the Documents.
Contributor
Author
There was a problem hiding this comment.
Sure, we'll explain these parameters in documents.
Signed-off-by: mehul-jindal-wavelabs <[email protected]>
Signed-off-by: mehul-jindal-wavelabs <[email protected]>
Signed-off-by: mehul-jindal-wavelabs <[email protected]>
Signed-off-by: mehul-jindal-wavelabs <[email protected]>
MagmaCIBot
pushed a commit
that referenced
this pull request
Aug 22, 2022
* fix(pipelined): Updating pipelined production configuration Signed-off-by: mehul-jindal-wavelabs <[email protected]> * fix(pipelined): Updating pipelined production configuration Signed-off-by: mehul-jindal-wavelabs <[email protected]> * fix(pipelined): Updating pipelined production configuration Signed-off-by: mehul-jindal-wavelabs <[email protected]> * fix(pipelined): Updating pipelined production configuration Signed-off-by: mehul-jindal-wavelabs <[email protected]> Signed-off-by: mehul-jindal-wavelabs <[email protected]> Co-authored-by: Sebastian Thomas <[email protected]> (cherry picked from commit a3abb2a)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
tmdzk
pushed a commit
that referenced
this pull request
Aug 24, 2022
…13676) * fix(pipelined): Updating pipelined production configuration Signed-off-by: mehul-jindal-wavelabs <[email protected]> * fix(pipelined): Updating pipelined production configuration Signed-off-by: mehul-jindal-wavelabs <[email protected]> * fix(pipelined): Updating pipelined production configuration Signed-off-by: mehul-jindal-wavelabs <[email protected]> * fix(pipelined): Updating pipelined production configuration Signed-off-by: mehul-jindal-wavelabs <[email protected]> Signed-off-by: mehul-jindal-wavelabs <[email protected]> Co-authored-by: Sebastian Thomas <[email protected]> (cherry picked from commit a3abb2a) Co-authored-by: Mehul Jindal <[email protected]>
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.
Signed-off-by: mehul-jindal-wavelabs [email protected]
Summary
Added missing pipelined configuration in production yml file.
Test Plan
Additional Information