-
Notifications
You must be signed in to change notification settings - Fork 93
interface network option improvement #1421
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
interface network option improvement #1421
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1421 +/- ##
==========================================
- Coverage 53.74% 53.74% -0.01%
==========================================
Files 80 80
Lines 24058 24064 +6
==========================================
+ Hits 12931 12934 +3
- Misses 11127 11130 +3 ☔ View full report in Codecov by Sentry. |
abad08c
to
90bca5e
Compare
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.
should be ['enp1s0', 'enp7s0', 'enp8s0'] or ['192.168.122.189', '10.10.10.61', '20.20.20.61']
This is confusing. How about
should be 'enp1s0', 'enp7s0', 'enp8s0', '192.168.122.189', '10.10.10.61', or '20.20.20.61'.
crmsh/bootstrap.py
Outdated
for i in range(loop_count): | ||
# at non-interactive mode, need to confirm after default ip list been consumed |
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.
Should be "at interactive mode"?
It does not make sense to ask for another ring when |
90bca5e
to
7a38e61
Compare
Changed, not ask when -i was specified |
crmsh/bootstrap.py
Outdated
if _context.yes_to_all or _context.nic_addr_list: | ||
loop_count = len(_context.default_ip_list) | ||
else: | ||
# interative mode or without -i option specified |
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.
# interative mode or without -i option specified | |
# interative mode and without -i option specified |
7a38e61
to
1adedcb
Compare
Uh oh!
There was an error while loading. Please reload this page.