Skip to content

Commit

Permalink
CentOS 7.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Rohde committed Dec 19, 2016
1 parent aa8f511 commit 356a5a4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ packer_cache
*.box
.vagrant
Vagrantfile
VBoxGuestAdditions.iso
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Example var file for CentOS 7.x:

```json
{
"iso_url": "http://mirror.sov.uk.goscomb.net/centos/7.2.1511/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso",
"iso_checksum": "f90e4d28fa377669b2db16cbcb451fcb9a89d2460e3645993e30e137ac37d284",
"iso_url": "http://ftp.ps.pl/pub/Linux/CentOS/7/isos/x86_64/CentOS-7-x86_64-Minimal-1611.iso",
"iso_checksum": "27bd866242ee058b7a5754e83d8ee8403e216b93d130d800852a96f41c34d86a",
"iso_checksum_type": "sha256",
"guest_additions_path": "VBoxGuestAdditions.iso",
"redhat_release": "7.2",
"disk_size": "10000"
"redhat_release": "7.3",
"disk_size": "15000"
}

```
Expand All @@ -51,4 +51,4 @@ Example var file for CentOS 6.x:
Running Packer
--------------

`$ packer build -var-file=vars-example.json vagrant-centos.json`
`$ packer build -var-file=vars-example.json vagrant-centos.json`
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Vagrant.configure("2") do |config|
config.ssh.insert_key = false
config.vm.box = "centos-7.2"
config.vm.box = "vagrant-centos-7.3"
config.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--memory", 1024]
end
Expand Down
8 changes: 0 additions & 8 deletions variables-centos-7.2.json

This file was deleted.

8 changes: 8 additions & 0 deletions variables-centos-7.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"iso_url": "http://ftp.ps.pl/pub/Linux/CentOS/7/isos/x86_64/CentOS-7-x86_64-Minimal-1611.iso",
"iso_checksum": "27bd866242ee058b7a5754e83d8ee8403e216b93d130d800852a96f41c34d86a",
"iso_checksum_type": "sha256",
"guest_additions_path": "VBoxGuestAdditions.iso",
"redhat_release": "7.3",
"disk_size": "15000"
}

0 comments on commit 356a5a4

Please sign in to comment.