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

Add BMC NIC configuration information to Machine #132

Merged
merged 5 commits into from
Jan 28, 2019
Merged

Add BMC NIC configuration information to Machine #132

merged 5 commits into from
Jan 28, 2019

Conversation

ymmt2005
Copy link
Member

@ymmt2005 ymmt2005 commented Jan 28, 2019

This PR introduces two backward-breaking changes:

  1. IPAMConfig has a new mandatory field "bmc-ipv4-gateway-offset".
    The field value must be non-zero. JSON API for IPAMConfig requires the field now.

  2. Ignition template now receives Machine instead of MachineSpec.
    Existing templates that reference the spec such as .Rack need to be updated to .Spec.Rack.

@ymmt2005 ymmt2005 changed the title Add BMC NIC configuration information to Machine. Add BMC NIC configuration information to Machine Jan 28, 2019
@ymmt2005 ymmt2005 added the wip label Jan 28, 2019
As a part of this commit, IPAMConfig has a new mandatory field
"bmc-ipv4-gateway-offset".  JSON API requires that the field
must be non-zero.

This is a backward-breaking change.
@ymmt2005 ymmt2005 force-pushed the bmc-info branch 3 times, most recently from 03d45be to 584c284 Compare January 28, 2019 04:30
Ignition template is now rendered with Machine instead of
MachineSpec to provide broader range of information.

This is backward-incompatible change.
@ymmt2005 ymmt2005 removed the wip label Jan 28, 2019
Copy link
Member

@zoetrope zoetrope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

よさそう

@zoetrope zoetrope merged commit 6986d8e into master Jan 28, 2019
@ymmt2005 ymmt2005 deleted the bmc-info branch January 28, 2019 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants