Skip to content

Commit 5e06d5d

Browse files
committed
Replaced ISO name from ubuntu-14.04.5-server-amd64 to ubuntu-14.04.6-server-amd64
1 parent 35ee961 commit 5e06d5d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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

packer-templates/application-server.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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`}}"
@@ -39,7 +39,7 @@
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",

packer-templates/control-server.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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`}}"
@@ -39,7 +39,7 @@
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",

0 commit comments

Comments
 (0)