Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
7b71efa6
Commit
7b71efa6
authored
4 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
security group update and removal of run_once
parent
ff29cb95
No related branches found
Branches containing commit
No related tags found
3 merge requests
!310
Gpu2
,
!308
Youshallnotchanged
,
!304
Gpu
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CICD/heat/gc_secgroups.hot
+6
-3
6 additions, 3 deletions
CICD/heat/gc_secgroups.hot
roles/slurm-common/tasks/createSlurmDirectories.yml
+0
-1
0 additions, 1 deletion
roles/slurm-common/tasks/createSlurmDirectories.yml
roles/slurm-start/tasks/main.yml
+1
-0
1 addition, 0 deletions
roles/slurm-start/tasks/main.yml
with
7 additions
and
4 deletions
CICD/heat/gc_secgroups.hot
+
6
−
3
View file @
7b71efa6
...
@@ -10,13 +10,16 @@ resources:
...
@@ -10,13 +10,16 @@ resources:
name: "heatslurmsecgroup"
name: "heatslurmsecgroup"
rules: [ { protocol: tcp,
rules: [ { protocol: tcp,
port_range_min: 12000,
port_range_min: 12000,
port_range_max: 12999},
port_range_max: 12999,
remote_mode: "remote_group_id"},
{ protocol: tcp,
{ protocol: tcp,
port_range_min: 6817,
port_range_min: 6817,
port_range_max: 6819},
port_range_max: 6819,
remote_mode: "remote_group_id"},
{ protocol: tcp,
{ protocol: tcp,
port_range_min: 1019,
port_range_min: 1019,
port_range_max: 1019}]
port_range_max: 1019,
remote_mode: "remote_group_id"}]
NFSSecGroup:
NFSSecGroup:
type: "OS::Neutron::SecurityGroup"
type: "OS::Neutron::SecurityGroup"
properties:
properties:
...
...
This diff is collapsed.
Click to expand it.
roles/slurm-common/tasks/createSlurmDirectories.yml
+
0
−
1
View file @
7b71efa6
...
@@ -42,7 +42,6 @@
...
@@ -42,7 +42,6 @@
-
name
:
create shared state directory
-
name
:
create shared state directory
file
:
path={{slurmsharedstatedir }} state=directory owner=slurm group=slurm mode=750
file
:
path={{slurmsharedstatedir }} state=directory owner=slurm group=slurm mode=750
become
:
true
become
:
true
run_once
:
true
when
:
usesharedstatedir is defined and usesharedstatedir
when
:
usesharedstatedir is defined and usesharedstatedir
-
name
:
symlink shared state dir
-
name
:
symlink shared state dir
...
...
This diff is collapsed.
Click to expand it.
roles/slurm-start/tasks/main.yml
+
1
−
0
View file @
7b71efa6
...
@@ -60,6 +60,7 @@
...
@@ -60,6 +60,7 @@
shell
:
"
{{slurm_dir}}/bin/sacctmgr
show
cluster
-p
|
wc
-l"
shell
:
"
{{slurm_dir}}/bin/sacctmgr
show
cluster
-p
|
wc
-l"
register
:
slurm_cluster_count
register
:
slurm_cluster_count
check_mode
:
no
check_mode
:
no
changed_when
:
false
-
debug
:
-
debug
:
var
:
slurm_cluster_count
var
:
slurm_cluster_count
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
23cf69d6
·
4 years ago
mentioned in commit
23cf69d6
mentioned in commit 23cf69d634580536a23555a72b6647bc9d48dac9
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
7a6e9282
·
4 years ago
mentioned in commit
7a6e9282
mentioned in commit 7a6e92820e846348c8bafb58708773f7b3a20094
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment