Merge pull request #7921 from hashicorp/f-upgrade-e2e-consul

e2e: upgrade consul in packer setup to 1.7.3 from 1.6.1
This commit is contained in:
Seth Hoenig
2020-05-11 11:21:07 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ sudo chown -R ubuntu:ubuntu /ops/shared
cd /ops
CONSULVERSION=1.6.1
CONSULVERSION=1.7.3
CONSULDOWNLOAD=https://releases.hashicorp.com/consul/${CONSULVERSION}/consul_${CONSULVERSION}_linux_amd64.zip
CONSULCONFIGDIR=/etc/consul.d
CONSULDIR=/opt/consul

View File

@@ -8,7 +8,7 @@ Set-Location C:\opt
Try {
$releases = "https://releases.hashicorp.com"
$version = "1.6.1"
$version = "1.7.3"
$url = "${releases}/consul/${version}/consul_${version}_windows_amd64.zip"
$configDir = "C:\opt\consul.d"