Skip to content

Instantly share code, notes, and snippets.

@ehelms
Created October 3, 2019 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehelms/5ac3e7c3239fc68c2faa8821ea1a7994 to your computer and use it in GitHub Desktop.
Save ehelms/5ac3e7c3239fc68c2faa8821ea1a7994 to your computer and use it in GitHub Desktop.
index 92a4bbe..6ee7c7d 100644
--- a/templates/katello-devel.json
+++ b/templates/katello-devel.json
@@ -12,9 +12,9 @@
"format": "qcow2",
"accelerator": "kvm",
"headless": true,
- "iso_url": "http://mirrors.mit.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1810.iso",
+ "iso_url": "http://mirrors.mit.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso",
"iso_checksum_type": "sha256",
- "iso_checksum": "38d5d51d9d100fd73df031ffd6bd8b1297ce24660dc8c13a3b8b4534a4bd291c",
+ "iso_checksum": "9a2c47d97b9975452f7d582264e9fc16d108ed8252ac6816239a3b58cef5c53d",
"http_directory": "http",
"ssh_username": "{{user `user`}}",
"ssh_password": "{{user `password`}}",
@@ -23,7 +23,8 @@
"boot_wait": "2s",
"shutdown_command": "echo 'vagrant' | sudo -S /sbin/halt -h -p",
"qemuargs": [
- [ "-m", "8192M" ]
+ [ "-m", "8192M" ],
+ [ "-smp", "2" ]
],
"boot_command": [
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg<enter><wait>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment