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

Support old ubuntu netplan #1031

Merged
merged 6 commits into from
Sep 12, 2024
Merged

Conversation

yaacov
Copy link
Member

@yaacov yaacov commented Sep 12, 2024

Support old ubuntu netplan

Issue:
Ubuntu 18 uses vertion of netplan that does not support the get subcommand

Fix:
a. add a python script that mimics netplan get command
b. check if current version of netplan support get
c. run the python script in cases netplan does not support get

@yaacov yaacov marked this pull request as ready for review September 12, 2024 12:02
@yaacov yaacov requested a review from mnecas as a code owner September 12, 2024 12:02
Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.36%. Comparing base (e5058d4) to head (ae79669).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1031   +/-   ##
=======================================
  Coverage   16.36%   16.36%           
=======================================
  Files         109      109           
  Lines       19628    19628           
=======================================
  Hits         3212     3212           
  Misses      16135    16135           
  Partials      281      281           
Flag Coverage Δ
unittests 16.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@mnecas mnecas left a comment

Choose a reason for hiding this comment

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

Lgtm

Copy link

sonarcloud bot commented Sep 12, 2024

@mnecas mnecas merged commit a0a0452 into kubev2v:main Sep 12, 2024
12 of 13 checks passed
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.

2 participants