Skip to content

Commit b28f7b9

Browse files
authored
Merge pull request #76 from mrunal4/master
Replaced ISO name: 'ubuntu-14.04.4-server-amd64' with 'ubuntu-14.04.5…
2 parents 67b2a83 + dc19ae8 commit b28f7b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Build 'virtualbox-iso' errored: ISO download failed.
3333
```
3434

3535
* Run `cd virtualbox`
36-
* Run `vagrant box add ubuntu-14.04.4-server-amd64-appserver_virtualbox.box --name devops-appserver`
36+
* Run `vagrant box add ubuntu-14.04.5-server-amd64-appserver_virtualbox.box --name devops-appserver`
3737
* Run `vagrant up`
3838
* Run `vagrant ssh` to connect to the server
3939

packer-templates/application-server.json

Lines changed: 2 additions & 2 deletions
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.4-server-amd64",
4+
"PACKER_BOX_NAME": "ubuntu-14.04.5-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": "07e4bb5569814eab41fafac882ba127893e3ff0bdb7ec931c9b2d040e3e94e7a",
42+
"iso_checksum": "dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1",
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

Lines changed: 2 additions & 2 deletions
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.4-server-amd64",
4+
"PACKER_BOX_NAME": "ubuntu-14.04.5-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": "07e4bb5569814eab41fafac882ba127893e3ff0bdb7ec931c9b2d040e3e94e7a",
42+
"iso_checksum": "dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1",
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)