forked from submariner-io/shipyard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OVN-K image, download kind script
Fixes submariner-io#703 This patch ensures that the upstreamed submariner kind hacks for ovn-kubernetes are properly used, and ensures we pull the ovn-k image from the correct location it also removes the ovn-kubernetes submodule since all we really need is the OVN-K kind scripts and templates which we now download on the fly from ovn-kubernetes master. Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
- Loading branch information
Showing
5 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ junit.xml | |
*.out | ||
*.coverprofile | ||
*~ | ||
/ovn-kubernetes |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "submodules/ovn-kubernetes"] | ||
path = submodules/ovn-kubernetes | ||
url = https://github.com/submariner-io/ovn-kubernetes.git | ||
This file contains 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
This file contains 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
Submodule ovn-kubernetes
deleted from
2523ea