Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-cluster-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCL
ansible-cluster-config
Commits
c90be909
Commit
c90be909
authored
8 months ago
by
Reza Housseini
Browse files
Options
Downloads
Patches
Plain Diff
doc: explain adding and updating software
parent
1debcce6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.org
+27
-0
27 additions, 0 deletions
README.org
with
27 additions
and
0 deletions
README.org
+
27
−
0
View file @
c90be909
...
...
@@ -39,3 +39,30 @@ installed on the cluster. Installation paths are configured in
Each installed software has an accompanying module file. They are
separated in ~guix~ (for FOSS software) and ~prop~ (for proprietary
software).
* Updating software
1. Optional: Prepare the installation files by repacking it (into
another format)
2. Add a new entry in [[cluster_config/software.yaml][software.yaml]] under the corresponding software
key (e.g. ~matlab~), necessary entries are ~version~, ~prefix~,
~source~ and ~executable~ (only if slurm submission support is
needed in [[https://gitlab.ost.ch/scl/slurm-submit][slurm-submit]])
3. Copy the installation binaries onto the cluster according to the
value ~asset_path~ in file [[cluster_config/installation.yaml][installation.yaml]] the variable ~prefix~
and the ~source~ path in [[cluster_config/software.yaml][software.yaml]]
4. Run the ~install_software.yaml~ file according to chapter
[[Installing software]]
* Adding new software
1. Add a new task in the ~tasks~ list in file ~install_software.yaml~
with the ~name~: ~Install <software>~
2. Create a new file ~install_<software>.yaml~ with the detailed
instructions for installation of this software (copy from an
existing script)
3. Create a new entry in the file [[cluster_config/software.yaml][software.yaml]] with a new key
~<software>~
4. Go to chapter [[Updating software]] and follow this steps
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