We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
firewall-cmd
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...).
Should be:
github_key = '/home/fabric/work/fabric_config/github_ecdsa'
instead of
github_key = '/home/fabric/work/fabric_confi/github_ecdsa'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
firewall-cmd
not found ondefault_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:
instead of
The text was updated successfully, but these errors were encountered: