From 736eb7799381d4b85f341effc088e91829d2c6e1 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 23 Aug 2018 13:41:31 +0200 Subject: [centos] renamed centos-7.4 to centos-7 --- centos-7-x86_64.json | 101 +++++++++++++++++++++++++++++++++++++++++++++++++ centos-7.4-x86_64.json | 101 ------------------------------------------------- 2 files changed, 101 insertions(+), 101 deletions(-) create mode 100644 centos-7-x86_64.json delete mode 100644 centos-7.4-x86_64.json diff --git a/centos-7-x86_64.json b/centos-7-x86_64.json new file mode 100644 index 0000000..644f529 --- /dev/null +++ b/centos-7-x86_64.json @@ -0,0 +1,101 @@ +{ + "variables": { + "iso_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1804.iso", + "iso_checksum_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/sha256sum.txt", + "iso_checksum_type": "sha256", + "vm_name": "centos-7-x86_64", + "http_dir": "http", + "kickstart_path": "centos-7/anaconda-ks.cfg", + "shutdown_command": "systemctl poweroff", + "ssh_password": "{{ env `ROOTPW` }}" + }, + "builders": [{ + "type": "qemu", + "accelerator": "kvm", + "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` }}", + "format": "qcow2", + "disk_size": "{{ user `disk_size` }}", + "disk_interface": "virtio-scsi", + "headless": "{{ user `headless` }}", + "http_directory": "{{ user `http_dir` }}", + "boot_command": [ + "", + "linux inst.gpt biosdevname=0 net.ifnames=0 ", + "rootpw={{ user `ssh_password` }} ", + "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}", + "" + ], + "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` }}", + "qemuargs": [ + ["-m", "{{ user `memory` }}"], + ["-smp", "{{ user `cpus` }}"] + ] + }, { + "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": [ + "", + "linux inst.gpt biosdevname=0 net.ifnames=0 ", + "rootpw={{ user `ssh_password` }} ", + "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}", + "" + ], + "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": [ + "", + "linux inst.gpt biosdevname=0 net.ifnames=0 ", + "rootpw={{ user `ssh_password` }} ", + "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}", + "" + ], + "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", + "playbook_file": "{{ user `playbook` }}", + "extra_arguments": "{{ user `extra_ansible_args` }}" + }] +} diff --git a/centos-7.4-x86_64.json b/centos-7.4-x86_64.json deleted file mode 100644 index 0cd8b23..0000000 --- a/centos-7.4-x86_64.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "variables": { - "iso_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1804.iso", - "iso_checksum_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/sha256sum.txt", - "iso_checksum_type": "sha256", - "vm_name": "centos-7.4-x86_64", - "http_dir": "http", - "kickstart_path": "centos-7.4/anaconda-ks.cfg", - "shutdown_command": "systemctl poweroff", - "ssh_password": "{{ env `ROOTPW` }}" - }, - "builders": [{ - "type": "qemu", - "accelerator": "kvm", - "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` }}", - "format": "qcow2", - "disk_size": "{{ user `disk_size` }}", - "disk_interface": "virtio-scsi", - "headless": "{{ user `headless` }}", - "http_directory": "{{ user `http_dir` }}", - "boot_command": [ - "", - "linux inst.gpt biosdevname=0 net.ifnames=0 ", - "rootpw={{ user `ssh_password` }} ", - "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}", - "" - ], - "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` }}", - "qemuargs": [ - ["-m", "{{ user `memory` }}"], - ["-smp", "{{ user `cpus` }}"] - ] - }, { - "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": [ - "", - "linux inst.gpt biosdevname=0 net.ifnames=0 ", - "rootpw={{ user `ssh_password` }} ", - "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}", - "" - ], - "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": [ - "", - "linux inst.gpt biosdevname=0 net.ifnames=0 ", - "rootpw={{ user `ssh_password` }} ", - "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}", - "" - ], - "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", - "playbook_file": "{{ user `playbook` }}", - "extra_arguments": "{{ user `extra_ansible_args` }}" - }] -} -- cgit v1.2.3-55-g7522