Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MGMT-19314: remove static network from image-based-installation-config.yaml #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MGMT-19314: remove static network from image-based-installation-confi…
…g.yaml
  • Loading branch information
tsorya committed Nov 21, 2024
commit 2b9e3f504abfcde9faece55dd50ec60a40b53b88
12 changes: 0 additions & 12 deletions image-based-installation-config-template.yaml
Original file line number Diff line number Diff line change
@@ -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: |