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

Some minor issues on FABRIC tester #72

Open
swelborn opened this issue Dec 18, 2024 · 0 comments
Open

Some minor issues on FABRIC tester #72

swelborn opened this issue Dec 18, 2024 · 0 comments

Comments

@swelborn
Copy link

firewall-cmd not found on default_ubuntu_22

In the firewall section of the fabric tests here:

https://github.com/JeffersonLab/E2SAR/blob/af8e7a798b9689b46bf4d98fffc42b11f78a717d/scripts/notebooks/EJFAT/E2SAR-fabric-lb-tester.ipynb

It appears firewalld is not installed in the images. When I add the following command:

            f'sudo apt update && sudo apt install -y firewalld && sudo systemctl start firewalld && sudo systemctl status firewalld',

to the command list, it appears to work.

(as an aside, it may be useful to chain together commands like this with && to speed things up, but not that important...).

vm_key_location:

Should be:

github_key = '/home/fabric/work/fabric_config/github_ecdsa'

instead of

github_key = '/home/fabric/work/fabric_confi/github_ecdsa'
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

No branches or pull requests

1 participant