-
Notifications
You must be signed in to change notification settings - Fork 186
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
METAL-897: Use nmcli instead of legacy network scripts #1631
METAL-897: Use nmcli instead of legacy network scripts #1631
Conversation
1473b94
to
a5989d6
Compare
/retest |
/retest |
2 similar comments
/retest |
/retest |
/retest |
/retest |
2 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
Hey, the only thing that concerns me (but it may be completely invalid) - how am I supposed to "upgrade" after this commit merges? Should I run I feel without What I am trying to say - maybe in |
@mkowalski that sounds like a good idea, I'll update the PR |
4adb9b2
to
3b4db99
Compare
/retest |
/retest |
if [ -e /etc/sysconfig/network-scripts/ifcfg-${INT_IF} ]; then | ||
sudo rm -f /etc/sysconfig/network-scripts/ifcfg-${INT_IF} | ||
fi | ||
|
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.
If you add systemctl restart network.service || true
here you will allow to keep using master branch on Stream 8 bootstrapped with very old dev-scripts
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.
we can add this in a follow up as part of cleaning
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.
/lgtm |
/retest |
/retest |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
I am not sure if this error is really important here, I looked and cluster deploys but something somewhere fails afterwards,
I can't see how this change would make cluster suddenly to fail conformance (if it really failed) but not break the installation |
@mkowalski thank you for checking that |
/retest |
/retest |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekhiggins The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5f47779
into
openshift-metal3:master
No description provided.