Conversation
|
I also checked that the lab operates as expected accordingly to README file. @mjbear please let me know if I need to change anything in the lab and is it good to merge the request?.. |
@Vadims06
|
Removed it in my last commit |
|
@hellt, would you be able to review this pull request? I will appreciate that. |
| @@ -0,0 +1,6 @@ | |||
| sudo chown systemd-network:systemd-journal watcher/watcher.log | |||
There was a problem hiding this comment.
@Vadims06
Without being pesky, could I suggest that watcher.log (even an empty file) is not committed to version control?
Here's a suggestion on creating the file if it does not exist (locally, not included in version control).
Additionally we can have logic to truncate the file when rebuilding/re-running prepare.sh.
Is this cool? 😎 😅
(If you approve my suggestion, please click the "commit suggestion" button to accept it. Thank you!)
| sudo chown systemd-network:systemd-journal watcher/watcher.log | |
| if [ ! -f watcher/watcher.log ]; then | |
| touch watcher/watcher.log | |
| fi | |
| # reset the log file to a clean slate | |
| truncate -s0 watcher/watcher.log | |
| sudo chown systemd-network:systemd-journal watcher/watcher.log |
There was a problem hiding this comment.
Thanks! I added it to prepare.sh
There was a problem hiding this comment.
(If you approve my suggestion, please click the "commit suggestion" button to accept it. Thank you!)
Opps, I've noticed it after I'd pushed this change :(
223ab61 to
c72a6cc
Compare
|
@Vadims06 Please consider merging it into your branch so it becomes part of this PR. Thank you! |
Add log files to gitignore for the FRR ISIS clab
Vadims06
left a comment
There was a problem hiding this comment.
telemetry/isis-watcher.md doc link is added
|
there is a broken link to the image @Vadims06 |
@Vadims06 |
Update docs with relative isis-watcher image path
Link to the image has been fixed |
|
WARNING - Doc file 'telemetry/isis-watcher.md' contains a relative link '../../labs/isis-watcher/container_lab.drawio.png', but the target '../labs/isis-watcher/container_lab.drawio.png' is not found among documentation files. |
@hellt @Vadims06 Apologies ... when it renders on GH and you think you're in the clear. 😅 For a moment I wondered if I made a typo, but the image renders successfully on GH. I would say it's a matter of figuring out what mkdocs is doing or doesn't like. The tests show the literal link, but at the end of that same line removes one of the double dots (after "but the target") to move to the parent directory. |
|
probably it's needed to move an image into |
You might be on to something @Vadims06. If you move your image to That lab path could be Give it a shot, I'm rooting for a solution! 😀 |
|
The issue with the picture was that it was not a png, but a drawio file. |
Thank you Roman! |
|
Thanks a lot Roman and Michael! |
No description provided.