mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user