File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Build 'virtualbox-iso' errored: ISO download failed.
3232```
3333
3434* Run ` cd virtualbox `
35- * Run ` vagrant box add ubuntu-14.04.5 -server-amd64-appserver_virtualbox.box --name devops-appserver `
35+ * Run ` vagrant box add ubuntu-14.04.6 -server-amd64-appserver_virtualbox.box --name devops-appserver `
3636* Run ` vagrant up `
3737* Run ` vagrant ssh ` to connect to the server
3838
Original file line number Diff line number Diff line change 11{
22 "variables" : {
33 "PACKER_OS_FLAVOUR" : " ubuntu" ,
4- "PACKER_BOX_NAME" : " ubuntu-14.04.5 -server-amd64" ,
4+ "PACKER_BOX_NAME" : " ubuntu-14.04.6 -server-amd64" ,
55 "AWS_ACCESS_KEY_ID" : " {{env `AWS_ACCESS_KEY_ID`}}" ,
66 "AWS_SECRET_ACCESS_KEY" : " {{env `AWS_SECRET_ACCESS_KEY`}}" ,
77 "DIGITALOCEAN_API_TOKEN" : " {{env `DIGITALOCEAN_API_TOKEN`}}"
3939 "guest_additions_path" : " VBoxGuestAdditions_{{.Version}}.iso" ,
4040 "guest_os_type" : " Ubuntu_64" ,
4141 "http_directory" : " http" ,
42- "iso_checksum" : " dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1 " ,
42+ "iso_checksum" : " b17d7c1e9d0321ad5810ba77b69aef43f0f29a5422b08120e6ee0576c4527c0e " ,
4343 "iso_checksum_type" : " sha256" ,
4444 "iso_url" : " http://releases.ubuntu.com/trusty/{{ user `PACKER_BOX_NAME` }}.iso" ,
4545 "shutdown_command" : " echo 'vagrant'|sudo -S shutdown -P now" ,
Original file line number Diff line number Diff line change 11{
22 "variables" : {
33 "PACKER_OS_FLAVOUR" : " ubuntu" ,
4- "PACKER_BOX_NAME" : " ubuntu-14.04.5 -server-amd64" ,
4+ "PACKER_BOX_NAME" : " ubuntu-14.04.6 -server-amd64" ,
55 "AWS_ACCESS_KEY_ID" : " {{env `AWS_ACCESS_KEY_ID`}}" ,
66 "AWS_SECRET_ACCESS_KEY" : " {{env `AWS_SECRET_ACCESS_KEY`}}" ,
77 "DIGITALOCEAN_API_TOKEN" : " {{env `DIGITALOCEAN_API_TOKEN`}}"
3939 "guest_additions_path" : " VBoxGuestAdditions_{{.Version}}.iso" ,
4040 "guest_os_type" : " Ubuntu_64" ,
4141 "http_directory" : " http" ,
42- "iso_checksum" : " dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1 " ,
42+ "iso_checksum" : " b17d7c1e9d0321ad5810ba77b69aef43f0f29a5422b08120e6ee0576c4527c0e " ,
4343 "iso_checksum_type" : " sha256" ,
4444 "iso_url" : " http://releases.ubuntu.com/trusty/{{ user `PACKER_BOX_NAME` }}.iso" ,
4545 "shutdown_command" : " echo 'vagrant'|sudo -S shutdown -P now" ,
You can’t perform that action at this time.
0 commit comments