Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Deployment
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
freva
Deployment
Merge requests
!29
Add manifest
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add manifest
add_manifest
into
master
Overview
0
Commits
5
Pipelines
4
Changes
10
Merged
Martin Bergemann
requested to merge
add_manifest
into
master
2 years ago
Overview
0
Commits
5
Pipelines
4
Changes
10
Expand
0
0
Merge request reports
Compare
master
version 3
78986574
2 years ago
version 2
ec70258a
2 years ago
version 1
af4de08c
2 years ago
master (base)
and
latest version
latest version
c6e851fb
5 commits,
2 years ago
version 3
78986574
4 commits,
2 years ago
version 2
ec70258a
3 commits,
2 years ago
version 1
af4de08c
2 commits,
2 years ago
10 files
+
145
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
assets/config/inventory.toml
+
7
−
0
Options
@@ -118,6 +118,13 @@ base_dir_location = ""
## output will be copied to this directory. The default location of this
## directory (if left value left blank) is ${base_dir_location}/share/preview
preview_path
=
""
## Set the workload manager system, currently available are:
## "local", "slurm", "pbs", "lfs", "moab", "oar", "sge"
scheduler_system
=
"local"
## Set the path to the directory that containes the stdout of the plugings,
## this directory must be accessible to the web ui. The workload manager
## will write the stdout into this directory. Defaults to ${base_dir_location}/share
scheduler_output_dir
=
""
# Set the target architecutre of the system where the backend will be installed
# to. You can choose from the following options:
# Linux-x86_64 (default), Linux-aarch64, Linux-ppc64le, Linux-s390x, MacOSX-x86_64
Loading