Skip to content

Commit

Permalink
Merge pull request #528 from chef/chris-rock/solaris11
Browse files Browse the repository at this point in the history
update solaris 11 box to 11.3
  • Loading branch information
Seth Thomas committed Feb 1, 2016
2 parents 80be092 + 4710cd1 commit 4c35355
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions solaris-11-x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"guest_os_type": "Solaris11_64",
"headless": "{{ user `headless` }}",
"http_directory": "http/solaris-11",
"iso_checksum": "2b3859bb7532cfe42214349dff9fcc23",
"iso_checksum": "30d9ae857f62938c21307722d031e0dc",
"iso_checksum_type": "md5",
"iso_url": "{{user `mirror`}}/sol-11_2-ai-x86.iso",
"output_directory": "packer-solaris-11.2-x86_64-virtualbox",
"iso_url": "{{user `mirror`}}/sol-11_3-ai-x86.iso",
"output_directory": "packer-solaris-11.3-x86_64-virtualbox",
"shutdown_command": "echo 'vagrant'|sudo -i init 5",
"shutdown_timeout": "10m",
"ssh_password": "vagrant",
Expand Down Expand Up @@ -95,10 +95,10 @@
"guest_os_type": "solaris11-64",
"headless": "{{ user `headless` }}",
"http_directory": "http/solaris-11",
"iso_checksum": "2b3859bb7532cfe42214349dff9fcc23",
"iso_checksum": "30d9ae857f62938c21307722d031e0dc",
"iso_checksum_type": "md5",
"iso_url": "{{user `mirror`}}/sol-11_2-ai-x86.iso",
"output_directory": "packer-solaris-11.2-x86_64-vmware",
"iso_url": "{{user `mirror`}}/sol-11_3-ai-x86.iso",
"output_directory": "packer-solaris-11.3-x86_64-vmware",
"shutdown_command": "echo 'vagrant'|sudo -i init 5",
"shutdown_timeout": "10m",
"ssh_password": "vagrant",
Expand Down Expand Up @@ -143,15 +143,14 @@
"_DOWNLOAD_SITE": "http://www.oracle.com/technetwork/server-storage/solaris11/downloads/index.html",
"_README": "You must download the automated installer iso from the following page, and then place it somewhere that packer can fetch it",
"arch": "64",
"box_basename": "solaris-11.2",
"box_basename": "solaris-11.3",
"build_timestamp": "{{isotime \"20060102150405\"}}",
"git_revision": "__unknown_git_revision__",
"headless": "",
"metadata": "floppy/dummy_metadata.json",
"mirror": "./packer_cache",
"name": "solaris-11.2",
"template": "solaris-11.2-x86",
"name": "solaris-11.3",
"template": "solaris-11.3-x86",
"version": "2.0.TIMESTAMP"
}
}

0 comments on commit 4c35355

Please sign in to comment.