Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
flame
flame-clmc
Commits
7cfb7a8c
Commit
7cfb7a8c
authored
6 years ago
by
Nikolay Stanchev
Browse files
Options
Downloads
Patches
Plain Diff
Updates InfluxDB installation SHA checksums
parent
59bf56fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/clmc-service/install-tick-stack.sh
+6
-6
6 additions, 6 deletions
scripts/clmc-service/install-tick-stack.sh
with
6 additions
and
6 deletions
scripts/clmc-service/install-tick-stack.sh
+
6
−
6
View file @
7cfb7a8c
...
...
@@ -27,7 +27,7 @@
echo
"----> Installing Tick Stack"
# Define tickstack software versions
INFLUX_VERSION
=
1.6.5
INFLUX_CHECKSUM
=
42fede7b497bdf30d4eb5138db218d1add986fca4fce4a8bcd9c7d6dabaf572a
INFLUX_CHECKSUM
=
9cc44dbf2bc9dece249a89ef433e564074b9535bab714234bdba522c03438a3c
KAPACITOR_VERSION
=
1.4.1
KAPACITOR_CHECKSUM
=
eea9b215f241906570eafe3857e1d4c5
...
...
@@ -42,11 +42,11 @@ apt-get install -y wget
# install influx
echo
"----> Installing InfluxDB"
wget https://dl.influxdata.com/influxdb/releases/influxdb_
${
INFLUX_VERSION
}
_amd64.deb 2> /dev/null
#
sha256sum influxdb_${INFLUX_VERSION}_amd64.deb | grep $INFLUX_CHECKSUM > /dev/null
#
if [ $? == 1 ]; then
#
echo "influx download failed checksum"
#
exit 1
#
fi
sha256sum
influxdb_
${
INFLUX_VERSION
}
_amd64.deb |
grep
$INFLUX_CHECKSUM
>
/dev/null
if
[
$?
==
1
]
;
then
echo
"influx download failed checksum"
exit
1
fi
dpkg
-i
influxdb_
${
INFLUX_VERSION
}
_amd64.deb
# install kapacitor
...
...
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