From: Jack Lucas Date: Tue, 17 Oct 2017 17:39:52 +0000 (+0000) Subject: Fix consul executable URL X-Git-Tag: v1.1.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=775e0e7d547b2b4b38343ce7a02ccc49d5c40212;p=dcaegen2%2Fdeployments.git Fix consul executable URL Change-Id: I9bd8d7093df422fbb8446c295970d5f977c4c287 Issue-Id: DCAEGEN2-159 Signed-off-by: Jack Lucas --- diff --git a/cloud_init/instconsulagentub16.sh b/cloud_init/instconsulagentub16.sh index 3b84b30..87c9f92 100644 --- a/cloud_init/instconsulagentub16.sh +++ b/cloud_init/instconsulagentub16.sh @@ -17,8 +17,8 @@ # limitations under the License. # ============LICENSE_END====================================================== -CONSULVER=consul_0.8.3 -CONSULNAME=${CONSULVER}_linux_amd64 +CONSULVER=0.8.3 +CONSULNAME=consul_${CONSULVER}_linux_amd64 CB=/opt/consul/bin CD=/opt/consul/data CF=/opt/consul/config