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

DRT: fix distributed routing and cleanup code #6284

Merged

Conversation

osamahammad21
Copy link
Member

No description provided.

Copy link
Contributor

github-actions bot commented Dec 3, 2024

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

github-actions bot commented Dec 5, 2024

clang-tidy review says "All clean, LGTM! 👍"

Signed-off-by: osamahammad21 <[email protected]>
Copy link
Contributor

github-actions bot commented Dec 5, 2024

clang-tidy review says "All clean, LGTM! 👍"

Signed-off-by: osamahammad21 <[email protected]>
Copy link
Contributor

github-actions bot commented Dec 5, 2024

clang-tidy review says "All clean, LGTM! 👍"

The main steps on the NFS server machine are:

1. run ` sudo apt install nfs-kernel-server ` and ` sudo apt install nfs-common `
1. In the etc/exports file, add the following line replacing \${PATH} with the actual shared directory path you choose: ` ${PATH} 10.128.0.0/255.255.0.0(rw,no_subtree_check,no_root_squash) `
Copy link
Member

Choose a reason for hiding this comment

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

Is 10.128.0.0 generic for all users?

Copy link
Member Author

Choose a reason for hiding this comment

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

not really. it depends on the private network local ip range.

Copy link
Member

Choose a reason for hiding this comment

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

Then the docs should explain that the users needs to update this as well as PATH.

@@ -35,12 +35,13 @@ spec:
hostNetwork: true
containers:
- name: openroad
image: openroad/centos-binary:latest
image: openroad/orfs:v3.0-1871-g4e29c449
Copy link
Member

Choose a reason for hiding this comment

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

Will this image always exist?

Copy link
Member Author

Choose a reason for hiding this comment

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

no idea. but it's the most recent since latest tag is not updated.

Copy link
Member

Choose a reason for hiding this comment

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

@vvbandeira @sombraSoft what do you recommend here for the tag?

Copy link
Member

Choose a reason for hiding this comment

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

The image will exist for as long as DockerHub maintains the current policy of allowing unlimited images for open-source projects.

One case would be to use the base ORFS image and compile OR on the fly to guarantee that the code being tested is the current checkout code. The other case might be to use orfs:latest and include this in the CI for ORFS and OR to ensure it will always work.

Copy link
Member

Choose a reason for hiding this comment

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

@vvbandeira orfs:latest does not appear to be updating as Osama commented. See https://hub.docker.com/r/openroad/orfs/tags?name=latest

image

@osamahammad21
Copy link
Member Author

@maliberty re-review please.

Copy link
Contributor

github-actions bot commented Jan 4, 2025

clang-tidy review says "All clean, LGTM! 👍"

@maliberty maliberty merged commit 0ab6013 into The-OpenROAD-Project:master Jan 4, 2025
11 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.

3 participants