-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Image Builder support for RHEL 9 raw builds
- Loading branch information
1 parent
69863f8
commit dcb9c45
Showing
13 changed files
with
43 additions
and
404 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.1.25 | ||
a216372fe9f91ac6f8fd5b0d733e979d70845b73 |
4 changes: 2 additions & 2 deletions
4
projects/kubernetes-sigs/image-builder/patches/0001-OVA-improvements.patch
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,7 +1,7 @@ | ||
From 14e9850d7760f5c0d94d74cab875c6abf110607e Mon Sep 17 00:00:00 2001 | ||
From 5f1383433d868718bb8c8ba35901a208095e55cd Mon Sep 17 00:00:00 2001 | ||
From: Vignesh Goutham Ganesh <[email protected]> | ||
Date: Tue, 11 Jan 2022 21:05:13 -0800 | ||
Subject: [PATCH 01/11] OVA improvements | ||
Subject: [PATCH 01/10] OVA improvements | ||
|
||
- Create /etc/pki/tls/certs dir as part of image-builds | ||
- Tweak Product info in OVF | ||
|
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,7 +1,7 @@ | ||
From bc6fd9449092348f1db3a9c1088860602e515858 Mon Sep 17 00:00:00 2001 | ||
From 982208f029211d74bf3b1f3dfe358d718fad032a Mon Sep 17 00:00:00 2001 | ||
From: Vignesh Goutham Ganesh <[email protected]> | ||
Date: Tue, 11 Jan 2022 18:36:56 -0800 | ||
Subject: [PATCH 02/11] EKS-D support and changes | ||
Subject: [PATCH 02/10] EKS-D support and changes | ||
|
||
- Add goss validations for EKS-D artifacts | ||
- Add etcdadm and etcd.tar.gz to image for unstacked etcd support | ||
|
@@ -300,10 +300,10 @@ index 8c201c17d..e17436a9d 100644 | |
"version": "{{user `goss_version`}}" | ||
} | ||
diff --git a/images/capi/packer/raw/packer.json b/images/capi/packer/raw/packer.json | ||
index 152041455..a04be4e8f 100644 | ||
index 1d52a5f98..29a3b34c2 100644 | ||
--- a/images/capi/packer/raw/packer.json | ||
+++ b/images/capi/packer/raw/packer.json | ||
@@ -126,7 +126,12 @@ | ||
@@ -127,7 +127,12 @@ | ||
"kubernetes_deb_version": "{{ user `kubernetes_deb_version` }}", | ||
"kubernetes_rpm_version": "{{ split (user `kubernetes_rpm_version`) \"-\" 0 }}", | ||
"kubernetes_source_type": "{{user `kubernetes_source_type`}}", | ||
|
5 changes: 3 additions & 2 deletions
5
projects/kubernetes-sigs/image-builder/patches/0003-Snow-AMI-support.patch
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,12 +1,13 @@ | ||
From b9a9b17dcba15e4f7bcfcd0172b6d024e2f5c901 Mon Sep 17 00:00:00 2001 | ||
From 5fe6946f056ce99f9d9288fc18a46ab6a04fd569 Mon Sep 17 00:00:00 2001 | ||
From: Abhay Krishna Arunachalam <[email protected]> | ||
Date: Thu, 2 Feb 2023 01:39:15 -0800 | ||
Subject: [PATCH 03/11] Snow AMI support | ||
Subject: [PATCH 03/10] Snow AMI support | ||
|
||
- Add instance metadata options to Packer config | ||
- Rename Snow node image to reflect appropriate CAPI provider | ||
|
||
Signed-off-by: Abhay Krishna Arunachalam <[email protected]> | ||
Signed-off-by: Vignesh Goutham Ganesh <[email protected]> | ||
--- | ||
images/capi/packer/ami/packer.json | 10 +++++++++- | ||
1 file changed, 9 insertions(+), 1 deletion(-) | ||
|
Oops, something went wrong.