-
Notifications
You must be signed in to change notification settings - Fork 49
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
Eden-SDN: add examples for application IP routing configurations #938
Conversation
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
d61da39
to
7726f4e
Compare
7726f4e
to
a6ab306
Compare
a6ab306
to
606588f
Compare
Signed-off-by: Milan Lenco <[email protected]>
606588f
to
2bee2a2
Compare
@giggsoff @uncleDecart With the latest EVE version the example is now working as expected. I have updated the default EVE version used by eden and marked the PR as ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you! Hope one day it will be in tests.
@@ -53,7 +53,7 @@ const ( | |||
DefaultRegistryPort = 5050 | |||
|
|||
//tags, versions, repos | |||
DefaultEVETag = "10.11.0" // DefaultEVETag tag for EVE image | |||
DefaultEVETag = "11.7.0" // DefaultEVETag tag for EVE image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI @milan-zededa seems moving to the new tag broke EdenGCP tests (3 attempts full failed vs previous full green).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't be that we ran out of space, can it? https://github.com/lf-edge/eden/actions/runs/7568041549/job/20647150138#step:17:1641
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will have a look at this early next week.
These examples cover propagation of IP routes from network instances to applications, implemented in EVE by this PR: lf-edge/eve#3690
Eventually, I would like to prepare an eden test (in Go), but for now we will have at least examples that can be run manually and used to test EVE.