-
Notifications
You must be signed in to change notification settings - Fork 200
WIP: Add new items for configuring the BMO to the baremetal platform. #818
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -95,6 +95,11 @@ controlPlane: | |
| platform: | ||
| baremetal: | ||
| dnsVIP: ${DNS_VIP} | ||
| provisioningInterface: "ens3" | ||
| provisioningNetworkCIDR: "172.22.0.0/24" | ||
| provisioningIP: "172.22.0.3/24" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All of these should have defaults in the installer PR, e.g see |
||
| provisioningDHCPRange: "172.22.0.10,172.22.0.100" | ||
| rhcosImageURL: "${RHCOS_IMAGE_URL}" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As mentioned on the installer PR we shouldn't add rhcosImageURL because it's data that's already known to the installer - we only care about RHCOS_IMAGE_URL in dev-scripts because we cache the image |
||
| hosts: | ||
| $(master_node_map_to_install_config $NUM_MASTERS) | ||
| pullSecret: | | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in this file seem to be a no-op.