Skip to content

Commit

Permalink
Merge pull request #739 from rickard-von-essen/centos-7.3
Browse files Browse the repository at this point in the history
Updated to CentOS/RHEL 7.3
  • Loading branch information
Seth Thomas authored Dec 13, 2016
2 parents 277793f + 9e4f4bc commit 3632c7f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions centos-7.2-x86_64.json → centos-7.3-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,25 +157,25 @@
}
],
"variables": {
"box_basename": "centos-7.2",
"box_basename": "centos-7.3",
"build_timestamp": "{{isotime \"20060102150405\"}}",
"cpus": "1",
"disk_size": "40960",
"git_revision": "__unknown_git_revision__",
"headless": "",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "907e5755f824c5848b9c8efbb484f3cd945e93faa024bad6ba875226f9683b16",
"iso_checksum": "c455ee948e872ad2194bdddd39045b83634e8613249182b88f549bb2319d97eb",
"iso_checksum_type": "sha256",
"iso_name": "CentOS-7-x86_64-DVD-1511.iso",
"ks_path": "centos-7.2/ks.cfg",
"iso_name": "CentOS-7-x86_64-DVD-1611.iso",
"ks_path": "centos-7.3/ks.cfg",
"memory": "512",
"metadata": "floppy/dummy_metadata.json",
"mirror": "http://mirrors.kernel.org/centos",
"mirror_directory": "7.2.1511/isos/x86_64",
"name": "centos-7.2",
"mirror_directory": "7.3.1611/isos/x86_64",
"name": "centos-7.3",
"no_proxy": "{{env `no_proxy`}}",
"template": "centos-7.2-x86_64",
"template": "centos-7.3-x86_64",
"version": "2.1.TIMESTAMP"
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion oracle-7.3-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"iso_checksum": "2ad5327428c44d505a7d882a273cb3f5fbac4e56e739cf18f895565dde987101",
"iso_checksum_type": "sha256",
"iso_name": "OracleLinux-R7-U3-Server-x86_64-dvd.iso",
"ks_path": "centos-7.2/ks.cfg",
"ks_path": "centos-7.3/ks.cfg",
"memory": "512",
"metadata": "floppy/dummy_metadata.json",
"mirror": "http://mirrors.dotsrc.org/oracle-linux",
Expand Down
12 changes: 6 additions & 6 deletions rhel-7.2-x86_64.json → rhel-7.3-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,25 +158,25 @@
],
"variables": {
"arch": "64",
"box_basename": "rhel-7.2",
"box_basename": "rhel-7.3",
"build_timestamp": "{{isotime \"20060102150405\"}}",
"cpus": "1",
"disk_size": "40960",
"git_revision": "__unknown_git_revision__",
"headless": "",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "03f3a0291634335f6995534d829bd21ffaa0d000004dfeb1b2fb81052d64a4d5",
"iso_checksum": "120acbca7b3d55465eb9f8ef53ad7365f2997d42d4f83d7cc285bf5c71e1131f",
"iso_checksum_type": "sha256",
"iso_name": "rhel-server-7.2-x86_64-dvd.iso",
"ks_path": "centos-7.2/ks.cfg",
"iso_name": "rhel-server-7.3-x86_64-dvd.iso",
"ks_path": "centos-7.3/ks.cfg",
"memory": "512",
"metadata": "floppy/dummy_metadata.json",
"mirror": "http://YOU-MUST-PROVIDE-YOUR-OWN-ISO.sorry",
"mirror_directory": "rhel",
"name": "rhel-7.2",
"name": "rhel-7.3",
"no_proxy": "{{env `no_proxy`}}",
"template": "rhel-7.2-x86_64",
"template": "rhel-7.3-x86_64",
"version": "2.2.TIMESTAMP"
}
}

0 comments on commit 3632c7f

Please sign in to comment.