Skip to content

Commit

Permalink
Updates mirrors for centos 7 in stable boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mitsch authored and ekohl committed May 27, 2020
1 parent 0e77256 commit 0bd863d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packer/centos7-katello-devel-stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"format": "qcow2",
"accelerator": "kvm",
"headless": true,
"iso_url": "http://mirrors.mit.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso",
"iso_url": "http://packages.oit.ncsu.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-2003.iso",
"iso_checksum_type": "sha256",
"iso_checksum": "9a2c47d97b9975452f7d582264e9fc16d108ed8252ac6816239a3b58cef5c53d",
"iso_checksum": "659691c28a0e672558b003d223f83938f254b39875ee7559d1a4a14c79173193",
"http_directory": "http",
"ssh_username": "{{user `user`}}",
"ssh_password": "{{user `password`}}",
Expand Down
4 changes: 2 additions & 2 deletions packer/centos7-katello-nightly-stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"format": "qcow2",
"accelerator": "kvm",
"headless": true,
"iso_url": "http://mirrors.mit.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso",
"iso_url": "http://packages.oit.ncsu.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-2003.iso",
"iso_checksum_type": "sha256",
"iso_checksum": "9a2c47d97b9975452f7d582264e9fc16d108ed8252ac6816239a3b58cef5c53d",
"iso_checksum": "659691c28a0e672558b003d223f83938f254b39875ee7559d1a4a14c79173193",
"ssh_username": "{{user `user`}}",
"ssh_password": "{{user `password`}}",
"ssh_wait_timeout": "20m",
Expand Down

0 comments on commit 0bd863d

Please sign in to comment.