-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add CI job for OVN IC #209
Comments
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
ok , may be it is worth adding in subctl ? I see a recent PR missed an issue since OVN job was not run. |
This will be removed once we're ready to default to OVN IC. Relates-to: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Cool, good idea. Testing here: dfarrell07/subctl#77 |
@aswinsuryan Is there a good way to check if IC mode is actually enabled/running? |
To check manually or on code ? If we do |
Comparing the two deployments, I see OVN non-IC has |
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
This will be removed once we're ready to default to OVN IC. Relates-to: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
Fixes: submariner-io/enhancements#209 Co-authored-by: Mike Kolesnik <[email protected]> Signed-off-by: Daniel Farrell <[email protected]>
This will be removed once we're ready to default to OVN IC. Relates-to: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
This will be removed once we're ready to default to OVN IC. Relates-to: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell <[email protected]>
Add a CI job for OVN IC deployment
For OVN IC single node per zone deployments we need to change the command here to
delete_cluster_on_fail ./ovn-kubernetes/contrib/kind.sh -ov "$OVN_IMAGE" -cn "${KIND_CLUSTER_NAME}" -ric -ic -npz 1 -wk 3 -lr -dd "${KIND_CLUSTER_NAME}.local"
we can maintain ovn-ic and non-ic deployment jobs for a while . So shipyard needs to be enhanced to add a new option like
make clusters using=ovn-ic
It is observed that OVN CI does not push latest images to quay so it would be more appropriate for Submariner to always build the image from the ovn kubernetes code we download
We can use the below steps to build the code and use it.
The text was updated successfully, but these errors were encountered: