Skip to content

Commit

Permalink
Updating checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jan 9, 2017
1 parent 3fcc7f8 commit 250ffd9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,15 @@ The OS versions are:

For all operating systems we generate images for

- centos7.json will build:
- VirtualBox (user: packer/changeme1234)

- aws-centos7-base.json will build:
- AMI for AWS (user: centos/centos)

- sibboleth-appliance.json will build:
- VirtualBox (user: centos/centos)

This template only is tested against 64 bit systems. With the following sizing requirements:
```
"profile": "xfs",
"disk_size": "20000",
"memory": "6122",
"cpus": "2",
```

```
"disk_size": 81920
"memory": "2048",
"cpus": "1",
```

## Post Processors
Expand All @@ -88,9 +78,19 @@ The final VM appliance formats will be uploaded into AWS infrastructure. The two
- Compressed Vagrant format
- Imported AWS AMI

## Updating CentOS release

When CentOS distributes a new Minimal ISO build to mirrors, the ISO checksum will fail.

To update the repo, download the file in question, and perform this command on it:

`shasum -a 256 CentOS-7-x86_64-Minimal-1611.iso`

You can then update the JSON config with the output.


# License

TBD
Apache2


2 changes: 1 addition & 1 deletion shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
["modifyvm", "{{.Name}}", "--ostype", "{{user `guest_os_type`}}"]
],
"iso_url": "http://mirrors.mit.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1611.iso",
"iso_checksum": "89e9b4587e2f9e942e857034bb9aee0085e07d094a94057f8f16c7841f218db2",
"iso_checksum": "27bd866242ee058b7a5754e83d8ee8403e216b93d130d800852a96f41c34d86a",
"iso_checksum_type": "sha256",
"http_directory": "http",
"boot_command": ["<tab> text ks=http://{{.HTTPIP}}:{{.HTTPPort}}/ks-{{user `profile`}}.cfg<enter><wait>"],
Expand Down

0 comments on commit 250ffd9

Please sign in to comment.