Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
8a360bf9
Unverified
Commit
8a360bf9
authored
4 years ago
by
nileshcs
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Version update for demo Vagrant: Nomad 1.0.1, Consul 1.9.0 (#9716)
parent
ba596ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
demo/vagrant/Vagrantfile
+2
-2
demo/vagrant/Vagrantfile
with
2 additions
and
2 deletions
+2
-2
demo/vagrant/Vagrantfile
+
2
-
2
View file @
8a360bf9
...
...
@@ -25,7 +25,7 @@ sudo docker --version
sudo apt-get install unzip curl vim -y
echo "Installing Nomad..."
NOMAD_VERSION=0.1
2.1
NOMAD_VERSION=
1.
0.1
cd /tmp/
curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip
unzip nomad.zip
...
...
@@ -35,7 +35,7 @@ sudo chmod a+w /etc/nomad.d
echo "Installing Consul..."
CONSUL_VERSION=1.
7.2
CONSUL_VERSION=1.
9.0
curl -sSL https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip > consul.zip
unzip /tmp/consul.zip
sudo install consul /usr/bin/consul
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment