-
Notifications
You must be signed in to change notification settings - Fork 35
Initial prototype for slurm stats #2
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
Conversation
main.tf
Outdated
resource "openstack_networking_secgroup_rule_v2" "secgroup_slurm_login_rule_ingress_tcp_v4" { | ||
direction = "ingress" | ||
ethertype = "IPv4" | ||
# FIXME: only allow ports needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to clarify, we need to open up the port for slurmdbd.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like 3306 from docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could do with some docs in the readme too - i.e. what slurmdb.yml sets up and what slurm-stats.yml adds.
This reverts commit 1ac74bc. cpufreq doesn't work on VMS: [root@wjs-ohpc-login-0 prometheus]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq cat: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory
@jovial , do you think we should "namespace" this repo somehow? Either:
|
Yeah, agree that having loads of files in one directory is a good way to
get lost. Would be good to share as much as possible so that we don't have
to maintain two almost identical examples. I half wonder if we should just
have the batteries included demo that does everything (possibly with flags
to disable features).
…On Fri, 20 Nov 2020 at 09:15, Steve Brasier ***@***.***> wrote:
@jovial <https://github.com/jovial> , do you think we should "namespace"
this repo somehow? Either:
- Have subdirectories for incompatible sets of tf/ansible, e.g. simple/,
stats/, or
- Just make the inventory .tpl files match the main ansible playbook,
so simple.tf and simple.yml vs stats.* - with any dependent playbooks
having that as a prefix? (can still all produce just inventory).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKOCKAFZAIWEYMHPDZWUP3SQYXT7ANCNFSM4TUOOX6A>
.
|
This makes is easier to custom the inventory.
Makes them more grepabble
…o into feature/slurm-stats
Feat/fatimage auto upload
Nrel lab vm environment
No description provided.