Skip to content

Commit

Permalink
Merge pull request #1603 from dtantsur/no-fast-track
Browse files Browse the repository at this point in the history
🌱 Stop setting IRONIC_FAST_TRACK by default
  • Loading branch information
metal3-io-bot committed Mar 7, 2024
2 parents 06f7d39 + 8333569 commit 6c823f4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion config/default/ironic.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion config/render/capm3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion hack/ironic_ci.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion ironic-deployment/default/ironic_bmo_configmap.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion ironic-deployment/overlays/e2e/ironic_bmo_configmap.env
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6c823f4

Please sign in to comment.