From 8333569dffce65e14cdbdd8251e4a36417174831 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 6 Mar 2024 14:41:03 +0100 Subject: [PATCH] Stop setting IRONIC_FAST_TRACK by default It's true by default and most operators will not want to change it. Definitely not without understanding what it does. Signed-off-by: Dmitry Tantsur --- config/default/ironic.env | 1 - config/render/capm3.yaml | 1 - hack/ironic_ci.env | 1 - ironic-deployment/components/keepalived/ironic_bmo_configmap.env | 1 - ironic-deployment/default/ironic_bmo_configmap.env | 1 - ironic-deployment/overlays/e2e/ironic_bmo_configmap.env | 1 - 6 files changed, 6 deletions(-) diff --git a/config/default/ironic.env b/config/default/ironic.env index f1ff747d2e..e72cb3c309 100644 --- a/config/default/ironic.env +++ b/config/default/ironic.env @@ -5,4 +5,3 @@ DEPLOY_KERNEL_URL=http://172.22.0.2:6180/images/ironic-python-agent.kernel DEPLOY_RAMDISK_URL=http://172.22.0.2:6180/images/ironic-python-agent.initramfs IRONIC_ENDPOINT=http://172.22.0.2:6385/v1/ CACHEURL=http://172.22.0.1/images -IRONIC_FAST_TRACK=true diff --git a/config/render/capm3.yaml b/config/render/capm3.yaml index d7e1140690..e1d2436611 100644 --- a/config/render/capm3.yaml +++ b/config/render/capm3.yaml @@ -2164,7 +2164,6 @@ data: DHCP_RANGE: 172.22.0.10,172.22.0.100 HTTP_PORT: "6180" IRONIC_ENDPOINT: http://172.22.0.2:6385/v1/ - IRONIC_FAST_TRACK: "true" PROVISIONING_INTERFACE: eth2 kind: ConfigMap metadata: diff --git a/hack/ironic_ci.env b/hack/ironic_ci.env index 09ba68e84d..f25193e3e7 100644 --- a/hack/ironic_ci.env +++ b/hack/ironic_ci.env @@ -6,4 +6,3 @@ DEPLOY_KERNEL_URL=http://172.22.0.2:6180/images/ironic-python-agent.kernel DEPLOY_RAMDISK_URL=http://172.22.0.2:6180/images/ironic-python-agent.initramfs IRONIC_ENDPOINT=http://172.22.0.2:6385/v1/ CACHEURL=http://172.22.0.1/images -IRONIC_FAST_TRACK=true diff --git a/ironic-deployment/components/keepalived/ironic_bmo_configmap.env b/ironic-deployment/components/keepalived/ironic_bmo_configmap.env index d9c459514b..422a445829 100644 --- a/ironic-deployment/components/keepalived/ironic_bmo_configmap.env +++ b/ironic-deployment/components/keepalived/ironic_bmo_configmap.env @@ -6,6 +6,5 @@ DEPLOY_KERNEL_URL=http://172.22.0.2:6180/images/ironic-python-agent.kernel DEPLOY_RAMDISK_URL=http://172.22.0.2:6180/images/ironic-python-agent.initramfs IRONIC_ENDPOINT=http://172.22.0.2:6385/v1/ CACHEURL=http://172.22.0.1/images -IRONIC_FAST_TRACK=true IRONIC_KERNEL_PARAMS=console=ttyS0 USE_IRONIC_INSPECTOR=false diff --git a/ironic-deployment/default/ironic_bmo_configmap.env b/ironic-deployment/default/ironic_bmo_configmap.env index 39f612e2b5..7b4db2f0c5 100644 --- a/ironic-deployment/default/ironic_bmo_configmap.env +++ b/ironic-deployment/default/ironic_bmo_configmap.env @@ -5,7 +5,6 @@ DEPLOY_KERNEL_URL=http://172.22.0.2:6180/images/ironic-python-agent.kernel DEPLOY_RAMDISK_URL=http://172.22.0.2:6180/images/ironic-python-agent.initramfs IRONIC_ENDPOINT=http://172.22.0.2:6385/v1/ CACHEURL=http://172.22.0.1/images -IRONIC_FAST_TRACK=true IRONIC_KERNEL_PARAMS=console=ttyS0 IRONIC_INSPECTOR_VLAN_INTERFACES=all USE_IRONIC_INSPECTOR=false diff --git a/ironic-deployment/overlays/e2e/ironic_bmo_configmap.env b/ironic-deployment/overlays/e2e/ironic_bmo_configmap.env index 2ff0f6c08f..a0840f4859 100644 --- a/ironic-deployment/overlays/e2e/ironic_bmo_configmap.env +++ b/ironic-deployment/overlays/e2e/ironic_bmo_configmap.env @@ -1,7 +1,6 @@ HTTP_PORT=6180 PROVISIONING_IP=192.168.222.199 CACHEURL=http://192.168.222.199/images -IRONIC_FAST_TRACK=true IRONIC_KERNEL_PARAMS=console=ttyS0 IRONIC_INSPECTOR_VLAN_INTERFACES=all USE_IRONIC_INSPECTOR=false