-
Notifications
You must be signed in to change notification settings - Fork 45
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
Netplan: Add netplan try
to Netplan tutorial
#103
Comments
Hi @rkratky , I'd like to work on this |
Great, thanks for your interest, @davidekete. I assigned the item to you. |
Hi @rkratky, I'm done with this. I'm currently trying to open a PR to the netplan repo but I'm having an issue with the check list.
Running
Running
can you help? |
Those commands are meant to be run from the root directory of the repo, not from the
|
Hi, thanks for the correction. I had tried that initially but got a weird error. However, after your comment, I took a look and got past the error. After that, I faced a lot of other errors related to missing dependencies. However, I still can't get it to run after installing them. Here's what I'm getting currently.
Can you help? |
Hi @rkratky, Just following up on this |
Apologies for the silence. I should be able to look into it tomorrow. Could you please push the branch to your fork (no need to create a PR just yet), so that I could pull it and work with exactly the same as what you have? |
Line 82 in That said, I've now run the tests, and I see there are some errors in the code, but nothing that would be caused by the changes you introduced. So, you're good to go. Please, submit a PR against the Netplan repo. ............ One suggestion: In step 3 of the procedure you modified, you added a note: "Skip this step if you confirmed the changes using I think that could be confusing because while "Skip this step if you made the changes permanent using ............. One correction: "Applies the new configuration temporarily (120 seconds by default) and waits for confirmation (within the specified time) to make them permanent." -> "Applies the new configuration temporarily (120 seconds by default) and waits for confirmation (within the specified time) to make it permanent." |
Hi @rkratky, thank you for your help, the suggestion, and the correction. I have applied them and opened the PR. I wanted to know if we could add setting up a local development environment guide for the Netplan docs. It took me a while to do it, and I imagine others might have encountered the same issues. What do you think? |
👍
I suppose this would be an extension of https://canonical-netplan.readthedocs-hosted.com/en/latest/contribute-docs/
|
Yes, an extension of https://canonical-netplan.readthedocs-hosted.com/en/latest/contribute-docs/, which I agree should be better placed (I'm just finding out it exists). I'm glad you agree. Can you open another issue and assign it to me? |
I created the issue: #122. But you need to comment under the issue before the system let's me assign it to you. |
Thank you. I just commented. Any update on my open PR: canonical/netplan#494. The spell checker failed but it wasn't due to any changes I made. |
Completed. Thank you, @davidekete! |
Context
While the Netplan docs already have a tutorial, it's missing information about the useful
netplan try
command. Further reasoning: it complements thenetplan apply
command, and it's been a well-received feature by the community.Task
Showcase the
netplan try
command in the Applying new Netplan configuration section of the Netplan tutorial.Reference
The text was updated successfully, but these errors were encountered: