X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fubuntu1604-juju.json;h=36b2509567070a680f3da7dcd56dbae983e9c935;hb=refs%2Fheads%2FWIM;hp=8263eef60c160351dfca82b394425f2ab4a5b8f9;hpb=6d3457b79dde5a49850f9f38a5ebb23500835858;p=osm%2Fdevops.git diff --git a/packer/ubuntu1604-juju.json b/packer/ubuntu1604-juju.json index 8263eef6..36b25095 100644 --- a/packer/ubuntu1604-juju.json +++ b/packer/ubuntu1604-juju.json @@ -3,12 +3,11 @@ { "type": "shell", "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'", - "script": "scripts/install_packages.sh" + "script": "scripts/setup.sh" }, { "type": "shell", - "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'", - "script": "scripts/setup.sh" + "script": "scripts/install_packages.sh" }, { "type": "file", @@ -72,11 +71,11 @@ "headless": true, "http_directory": "http", "iso_urls": [ - "iso/ubuntu-16.04.4-server-amd64.iso", - "http://releases.ubuntu.com/16.04/ubuntu-16.04.4-server-amd64.iso" + "iso/ubuntu-16.04.5-server-amd64.iso", + "http://releases.ubuntu.com/16.04/ubuntu-16.04.5-server-amd64.iso" ], "iso_checksum_type": "sha256", - "iso_checksum": "0a03608988cfd2e50567990dc8be96fb3c501e198e2e6efcb846d89efc7b89f2", + "iso_checksum": "c94de1cc2e10160f325eb54638a5b5aa38f181d60ee33dae9578d96d932ee5f8", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_port": 22,