summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-10-25 14:18:59 +0200
committerJonathan Bauer2019-10-25 14:18:59 +0200
commit484d741478fc723495f5938d8983abc187406ab5 (patch)
treea2b190be199972bb1edccdc1a2c96d97e036d245
parentcentos-7-x86_64.json: formatting (diff)
downloadpacker-templates-484d741478fc723495f5938d8983abc187406ab5.tar.gz
packer-templates-484d741478fc723495f5938d8983abc187406ab5.tar.xz
packer-templates-484d741478fc723495f5938d8983abc187406ab5.zip
centos-7-x86_64.json: remove virtualbox/vmware
-rw-r--r--centos-7-x86_64.json54
1 files changed, 0 insertions, 54 deletions
diff --git a/centos-7-x86_64.json b/centos-7-x86_64.json
index d6aff09..9cfeb29 100644
--- a/centos-7-x86_64.json
+++ b/centos-7-x86_64.json
@@ -39,60 +39,6 @@
"inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}",
"<enter>"
]
- }, {
- "type": "virtualbox-iso",
- "guest_os_type": "RedHat_64",
- "iso_url": "{{ user `iso_url` }}",
- "iso_checksum_url": "{{ user `iso_checksum_url` }}",
- "iso_checksum_type": "{{ user `iso_checksum_type` }}",
- "output_directory": "{{ user `output_directory` }}",
- "vm_name": "{{ user `vm_name` }}",
- "disk_size": "{{ user `disk_size` }}",
- "headless": "{{ user `headless` }}",
- "http_directory": "{{ user `http_dir` }}",
- "boot_command": [
- "<esc><wait>",
- "linux inst.gpt biosdevname=0 net.ifnames=0 ",
- "rootpw={{ user `ssh_password` }} ",
- "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}",
- "<enter>"
- ],
- "boot_wait": "{{ user `boot_wait` }}",
- "ssh_timeout": "{{ user `ssh_timeout` }}",
- "ssh_username": "{{ user `ssh_username` }}",
- "ssh_password": "{{ user `ssh_password` }}",
- "shutdown_command": "{{ user `shutdown_command` }}",
- "vboxmanage": [
- ["modifyvm", "{{ .Name }}", "--memory", "{{ user `memory` }}"],
- ["modifyvm", "{{ .Name }}", "--cpus", "{{ user `cpus` }}"]
- ]
- }, {
- "type": "vmware-iso",
- "guest_os_type": "centos-64",
- "iso_url": "{{ user `iso_url` }}",
- "iso_checksum_url": "{{ user `iso_checksum_url` }}",
- "iso_checksum_type": "{{ user `iso_checksum_type` }}",
- "output_directory": "{{ user `output_directory` }}",
- "vm_name": "{{ user `vm_name` }}",
- "disk_size": "{{ user `disk_size` }}",
- "headless": "{{ user `headless` }}",
- "http_directory": "{{ user `http_dir` }}",
- "boot_command": [
- "<esc><wait>",
- "linux inst.gpt biosdevname=0 net.ifnames=0 ",
- "rootpw={{ user `ssh_password` }} ",
- "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}",
- "<enter>"
- ],
- "boot_wait": "{{ user `boot_wait` }}",
- "ssh_timeout": "{{ user `ssh_timeout` }}",
- "ssh_username": "{{ user `ssh_username` }}",
- "ssh_password": "{{ user `ssh_password` }}",
- "shutdown_command": "{{ user `shutdown_command` }}",
- "vmx_data": {
- "memsize": "{{ user `memory` }}",
- "numvcpus": "{{ user `cpus` }}"
- }
}],
"provisioners": [{
"type": "ansible",