forked from kubernetes-sigs/kubespray
-
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.
Remove end of life ubuntu versions in CI (kubernetes-sigs#10107)
* tests: replace ubuntu16 with ubuntu20 Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * tests: replace ubuntu18 with ubuntu20 Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * docs: update docs to remove support for ubuntu 16 and 18 Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * molecule: upgrade ubuntu versions Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * vagrant: upgrade ubuntu versions Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * tests: cleanup ubuntu{16,18} Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> * tests: increase ubuntu22 ram to allow molecule creation Signed-off-by: Arthur Outhenin-Chalandre <[email protected]> --------- Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
- Loading branch information
1 parent
e7a827c
commit 16876af
Showing
32 changed files
with
45 additions
and
153 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
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
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
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
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...t_ubuntu18-calico-ha-recover-noquorum.yml → ...t_ubuntu20-calico-ha-recover-noquorum.yml
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,4 +1,4 @@ | ||
--- | ||
# Instance settings | ||
cloud_image: ubuntu-1804 | ||
cloud_image: ubuntu-2004 | ||
mode: ha-recover-noquorum |
2 changes: 1 addition & 1 deletion
2
...les/packet_ubuntu18-calico-ha-recover.yml → ...les/packet_ubuntu20-calico-ha-recover.yml
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,4 +1,4 @@ | ||
--- | ||
# Instance settings | ||
cloud_image: ubuntu-1804 | ||
cloud_image: ubuntu-2004 | ||
mode: ha-recover |
2 changes: 1 addition & 1 deletion
2
tests/files/packet_ubuntu18-cilium-sep.yml → tests/files/packet_ubuntu20-cilium-sep.yml
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,6 +1,6 @@ | ||
--- | ||
# Instance settings | ||
cloud_image: ubuntu-1804 | ||
cloud_image: ubuntu-2004 | ||
mode: separate | ||
|
||
# Kubespray settings | ||
|
2 changes: 1 addition & 1 deletion
2
tests/files/packet_ubuntu18-crio.yml → tests/files/packet_ubuntu20-crio.yml
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,6 +1,6 @@ | ||
--- | ||
# Instance settings | ||
cloud_image: ubuntu-1804 | ||
cloud_image: ubuntu-2004 | ||
mode: default | ||
|
||
# Kubespray settings | ||
|
Oops, something went wrong.