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
e2da1f51
Commit
e2da1f51
authored
3 years ago
by
Andreas Hamacher
Committed by
Trung Nguyen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fitdgx
parent
14b47c53
No related branches found
No related tags found
1 merge request
!485
Fitdgx
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/buildLustreClient/tasks/main.yml
+13
-1
13 additions, 1 deletion
roles/buildLustreClient/tasks/main.yml
roles/ec2-user/tasks/main.yml
+2
-2
2 additions, 2 deletions
roles/ec2-user/tasks/main.yml
with
15 additions
and
3 deletions
roles/buildLustreClient/tasks/main.yml
+
13
−
1
View file @
e2da1f51
...
...
@@ -57,6 +57,18 @@
command
:
cmd
:
'
./configure
--disable-server
--with-o2ib=/usr/src/ofa_kernel/default'
chdir
:
/tmp/lustre-release
when
:
fitdgx not in inventory_hostname
-
name
:
fail on fitdgx for a manuall process
fail
:
msg
:
"
check
the
linux
src
directory.
likely
with
uname
-r.
and
comment
this
fail
and
edit
the
task
below.
sorry
this
is
manual
for
now."
when
:
fitdgx in inventory_hostname
-
name
:
configure on fitdgx
command
:
cmd
:
'
./configure
--with-linux=/usr/src/linux-headers-5.4.0-74-generic
--disable-server
--with-o2ib=yes
--disable-doc
--disable-tests'
chdir
:
/tmp/lustre-release
when
:
fitdgx in inventory_hostname
-
name
:
make
make
:
...
...
@@ -76,4 +88,4 @@
make
:
target
:
debs
chdir
:
/tmp/lustre-release
when
:
ansible_os_family == 'Debian'
\ No newline at end of file
when
:
ansible_os_family == 'Debian'
This diff is collapsed.
Click to expand it.
roles/ec2-user/tasks/main.yml
+
2
−
2
View file @
e2da1f51
-
name
:
Add
ec2-
user to systems group locally
-
name
:
Add
ansible_
user to systems group locally
user
:
name
:
ec2-
user
name
:
{{
ansible_
user
}}
groups
:
systems
append
:
yes
become
:
true
...
...
This diff is collapsed.
Click to expand it.
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