Fix consul executable URL 41/19341/1
authorJack Lucas <jflucas@research.att.com>
Tue, 17 Oct 2017 17:39:52 +0000 (17:39 +0000)
committerJack Lucas <jflucas@research.att.com>
Tue, 17 Oct 2017 17:41:21 +0000 (17:41 +0000)
Change-Id: I9bd8d7093df422fbb8446c295970d5f977c4c287
Issue-Id: DCAEGEN2-159
Signed-off-by: Jack Lucas <jflucas@research.att.com>
cloud_init/instconsulagentub16.sh

index 3b84b30..87c9f92 100644 (file)
@@ -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