Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-role-lab-ioc-deploy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ccce
ans
ics-ans-role-lab-ioc-deploy
Merge requests
!10
Safety checks + conservative mount defaults
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Safety checks + conservative mount defaults
safety-checks
into
develop
Overview
0
Commits
3
Pipelines
2
Changes
4
Merged
John Sparger
requested to merge
safety-checks
into
develop
4 years ago
Overview
0
Commits
3
Pipelines
2
Changes
4
Expand
Added some safety checks
Check that ioc git repo is public before cloning (fixes indefinite hanging bug for non-public repos)
Only source env.sh from ioc repo if it exists (removes env.sh requirement from ioc repo)
Only mount the main e3 lab share on /epics. (This is likely to be the people want to use/change. They can add others as needed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
804e8f18
3 commits,
4 years ago
4 files
+
21
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
defaults/main.yml
+
0
−
2
Options
@@ -53,8 +53,6 @@ ioc_prometheus_exporter_user: e3-exporter
# e3 nfs mounts
ioc_nfs_mountpoints
:
-
{
src
:
"
e3-share-lab.cslab.esss.lu.se:/e3"
,
path
:
"
/epics"
}
-
{
src
:
"
e3-share-lab.cslab.esss.lu.se:/e3-dev"
,
path
:
"
/epics-dev"
}
-
{
src
:
"
e3-share-lab.cslab.esss.lu.se:/e3-test"
,
path
:
"
/epics-test"
}
# default epics share to use
ioc_epics_root
:
/epics
Loading