parent
65103ec87d
commit
c88b5c0c9a
@ -1,2 +1,2 @@
|
|||||||
SOURCES/afterburn-5.5.1-vendor.tar.gz
|
SOURCES/afterburn-5.6.0-vendor.tar.gz
|
||||||
SOURCES/afterburn-5.5.1.crate
|
SOURCES/afterburn-5.6.0.crate
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
e70241437c228d9b030a59933502b7355e96e723 SOURCES/afterburn-5.5.1-vendor.tar.gz
|
5676e290f3d19e25a2007ae2825251cb027ea0c1 SOURCES/afterburn-5.6.0-vendor.tar.gz
|
||||||
dbef61cf7e7e4d51b5b0f8acfffcecb0f295caea SOURCES/afterburn-5.5.1.crate
|
ad9a72bd56faac2fa98ba40224463aec110246d8 SOURCES/afterburn-5.6.0.crate
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
From d613c69d4b133b0287c5205118a2df992c3962a0 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Nguyen <mnguyen@redhat.com>
|
|
||||||
Date: Thu, 1 Feb 2024 17:20:24 -0500
|
|
||||||
Subject: [PATCH] Turn on Afterburn hostname support for GCP
|
|
||||||
|
|
||||||
On GCP the DHCP server send the FQDN as the shortname in DHCP.
|
|
||||||
So when the code that truncates the hostname in the kubelet runs,
|
|
||||||
NM gets ornery that it didn't change the hostname and flips it back to the long name
|
|
||||||
---
|
|
||||||
dracut/30afterburn/afterburn-hostname.service | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/dracut/30afterburn/afterburn-hostname.service b/dracut/30afterburn/afterburn-hostname.service
|
|
||||||
index 485cd82..8c55a9a 100644
|
|
||||||
--- a/dracut/30afterburn/afterburn-hostname.service
|
|
||||||
+++ b/dracut/30afterburn/afterburn-hostname.service
|
|
||||||
@@ -9,6 +9,7 @@ ConditionKernelCommandLine=|ignition.platform.id=azure
|
|
||||||
ConditionKernelCommandLine=|ignition.platform.id=azurestack
|
|
||||||
ConditionKernelCommandLine=|ignition.platform.id=digitalocean
|
|
||||||
ConditionKernelCommandLine=|ignition.platform.id=exoscale
|
|
||||||
+ConditionKernelCommandLine=|ignition.platform.id=gcp
|
|
||||||
ConditionKernelCommandLine=|ignition.platform.id=hetzner
|
|
||||||
ConditionKernelCommandLine=|ignition.platform.id=ibmcloud
|
|
||||||
ConditionKernelCommandLine=|ignition.platform.id=kubevirt
|
|
||||||
--
|
|
||||||
2.43.0
|
|
||||||
|
|
Loading…
Reference in new issue