From 2b9e3f504abfcde9faece55dd50ec60a40b53b88 Mon Sep 17 00:00:00 2001 From: Igal Tsoiref Date: Thu, 21 Nov 2024 11:52:45 +0200 Subject: [PATCH] MGMT-19314: remove static network from image-based-installation-config.yaml --- image-based-installation-config-template.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/image-based-installation-config-template.yaml b/image-based-installation-config-template.yaml index 549119b..0fb6f9e 100644 --- a/image-based-installation-config-template.yaml +++ b/image-based-installation-config-template.yaml @@ -10,18 +10,6 @@ metadata: seedImage: "${SEED_IMAGE}" seedVersion: "${SEED_VERSION}" installationDisk: "${INSTALLATION_DISK}" -networkConfig: - interfaces: - - name: eth0 - type: ethernet - state: up - mac-address: 00:00:00:00:00:00 - ipv4: - enabled: true - address: - - ip: 192.168.122.2 - prefix-length: 23 - dhcp: false pullSecret: | ${PULL_SECRET} sshKey: |