-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: master
Are you sure you want to change the base?
Conversation
@coderabbitai summary |
@coderabbitai review |
✅ Actions performedReview triggered.
|
WalkthroughThe pull request involves removing the Changes
Sequence Diagramgraph TD
A[Configuration Template] --> B{Network Configuration}
B -->|Before| C[Explicit Network Interface Definition]
B -->|After| D[Network Configuration Removed]
The diagram illustrates the transition from an explicit network interface definition to a state where network configuration is no longer directly specified in the template. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
MGMT-19314: remove static network from image-based-installation-config.yaml
We don't want to validate static networking in this part as it is less critical and requires different configurations for IBI and IBIO as IBIO runs with dev-scripts network.
Till now static network was failing and we dropped to dhcp, from this point we will just go with dhcp
Summary by CodeRabbit
networkConfig
section from the installation configuration template, streamlining network configuration handling.