udacity / devops-intro-project

Project files for Intro to DevOps class
287 stars 3.56k forks source link

New address for the Ubuntu iso #42

Closed claclacla closed 5 years ago

claclacla commented 7 years ago

I would like to share the new address for the Ubuntu version used on this project: http://old-releases.ubuntu.com/releases/14.04.4/ubuntu-14.04.4-server-amd64.iso

Write it on application-server.json file as "iso_url" value.

Hope it helps anyone who has my same error with the checksum after running the "packer build" command.

Hi, Simone

sdmunozsierra commented 7 years ago

Thank you @claclacla I had to change the address for the iso as well.

lurden commented 7 years ago

well i changed the release to 14.04.5 :) "PACKER_BOX_NAME": "ubuntu-14.04.5-server-amd64"

lurden commented 7 years ago

and the iso_checksum as well :) "iso_checksum": "dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1",

sanghapriya commented 6 years ago

changing PACKER_BOX_NAME and iso_checksum worked for me.Thanks.

13rac1 commented 5 years ago

Fixed first by #28, although I merged #76 due to completeness.