From: Mike Marchetti Date: Tue, 16 Oct 2018 15:49:29 +0000 (-0400) Subject: install docker as part of osm X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=0b41d73d925df237fea2a437b200a48689c498bb;p=osm%2Fdevops.git install docker as part of osm Change-Id: I094d6741c3527c30ee628d1ff19fc5454e43d0fc Signed-off-by: Mike Marchetti --- diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh index 4a5c0a6f..d7d8443b 100755 --- a/packer/scripts/get-install-osm.sh +++ b/packer/scripts/get-install-osm.sh @@ -5,7 +5,7 @@ juju status wget https://osm-download.etsi.org/ftp/osm-4.0-four/install_osm.sh chmod +x install_osm.sh -./install_osm.sh --nolxd --nodocker -y +./install_osm.sh --nolxd -y cat >> ~/.bashrc <<-EOF export OSM_HOSTNAME=127.0.0.1