Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
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
LOFAR2.0
tango
Merge requests
!33
Resolve
L2SS-218
"Move existing tooling to bootstrap dir"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
L2SS-218
"Move existing tooling to bootstrap dir"
L2SS-218-move_existing_tooling_to_bootstrap_dir
into
master
Overview
12
Commits
14
Pipelines
0
Changes
12
All threads resolved!
Hide all comments
Merged
Thomas Juerges
requested to merge
L2SS-218-move_existing_tooling_to_bootstrap_dir
into
master
3 years ago
Overview
12
Commits
14
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
This is the beginning.
Closes
L2SS-218
0
0
Merge request reports
Compare
version 5
version 5
1f2b26ef
3 years ago
version 4
a9202168
3 years ago
version 3
9b958370
3 years ago
version 2
4879b8f2
3 years ago
version 1
617050bb
3 years ago
master (base)
and
latest version
latest version
14e93148
14 commits,
3 years ago
version 5
1f2b26ef
13 commits,
3 years ago
version 4
a9202168
12 commits,
3 years ago
version 3
9b958370
11 commits,
3 years ago
version 2
4879b8f2
4 commits,
3 years ago
version 1
617050bb
3 commits,
3 years ago
Show latest version
1 file
+
7
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bootstrap/sbin/rebuild_system_from_scratch.sh
+
7
−
5
Options
@@ -55,8 +55,12 @@ function start_minimal_tango()
{
(
cd
${
HOME_DIR
}
/docker-compose
make minimal
# There is an issue with the dsconfig container that it every
# other time just exits without telling why.
# Therefore start dsconfig, then wait for 10s to allow it
# to die and just start it again.
# Don't they say that the second time is always a charm?
make start dsconfig
# Just for good measure, wait a moment and start dsconfig again
echo
-e
"
\t
Waiting for dsconfig to settle down..."
sleep
10
echo
-e
"
\t
Done.
\n\t
Starting dsconfig again."
@@ -65,10 +69,8 @@ function start_minimal_tango()
function
configure_tango_db
()
{
# This somehow returns with a non-0 return code.
set
+e
${
HOME_DIR
}
/sbin/update_ConfigDb.sh
${
HOME_DIR
}
/CDB/LOFAR_ConfigDb.json
set
-e
# This somehow returns with a non-0 return code, make Bash happy.
${
HOME_DIR
}
/sbin/update_ConfigDb.sh
${
HOME_DIR
}
/CDB/LOFAR_ConfigDb.json
||
true
}
function
configure_elk
()
Loading