From 8a360bf95ec6d1c07005bfe7db179b34c9093a5a Mon Sep 17 00:00:00 2001 From: nileshcs Date: Mon, 4 Jan 2021 13:20:59 -0500 Subject: [PATCH] Version update for demo Vagrant: Nomad 1.0.1, Consul 1.9.0 (#9716) --- demo/vagrant/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 348716509c2..db998b8f233 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -25,7 +25,7 @@ sudo docker --version sudo apt-get install unzip curl vim -y echo "Installing Nomad..." -NOMAD_VERSION=0.12.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