-
Notifications
You must be signed in to change notification settings - Fork 0
/
breed-base-fedora.json
143 lines (142 loc) · 4.94 KB
/
breed-base-fedora.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"builders": [
{
"type": "vmware-iso",
"boot_command": [
"<up><tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `ks_path`}}<enter><wait>"
],
"boot_wait": "10s",
"disk_size": "{{user `disk_size`}}",
"guest_os_type": "fedora-64",
"headless": "{{ user `headless` }}",
"http_directory": "http",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_port": 22,
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"output_directory": "{{user `dest_work`}}/packer-{{build_type}}-{{user `boxtype`}}-{{user `flavor`}}",
"vm_name": "{{ user `boxtype` }}-{{user `flavor`}}",
"vmx_data": {
"cpuid.coresPerSocket": "1",
"ethernet0.pciSlotNumber": "32",
"memsize": "{{ user `memory` }}",
"numvcpus": "{{ user `cpus` }}"
}
},
{
"type": "qemu",
"boot_command": [
"<up><tab> linux ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `ks_path`}}<enter><wait>"
],
"boot_wait": "10s",
"disk_size": "{{user `disk_size`}}",
"headless": "{{ user `headless` }}",
"http_directory": "http",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_port": 22,
"ssh_password": "vagrant",
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"output_directory": "{{user `dest_work`}}/packer-{{build_type}}-{{user `boxtype`}}-{{user `flavor`}}",
"vm_name": "{{ user `boxtype` }}-{{user `flavor`}}"
}
],
"provisioners": [
{
"destination": "/tmp/bento-metadata.json",
"source": "{{user `metadata`}}",
"type": "file"
},
{
"type": "shell",
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -E -S bash '{{.Path}}'",
"environment_vars": [
"HOME_DIR=/home/vagrant",
"BENTO_NAME={{user `boxtype`}}-{{ user `flavor`}}",
"BENTO_BOX={{ user `boxtype`}}",
"BENTO_TEMPLATE={{ user `flavor`}}",
"BENTO_VERSION={{ user `version`}}",
"BENTO_TIMESTAMP={{ user `build_timestamp`}}"
],
"scripts": [
"scripts/common/sshd.sh",
"scripts/common/metadata.sh"
]
},
{
"type": "ansible",
"playbook_file":"ansible/fedora_pb_base.yml",
"extra_arguments": [
"-vvv",
"--become",
"--become-method=sudo"
],
"ansible_env_vars": [
"BENTO_NAME={{user `boxtype`}}-{{ user `flavor`}}",
"BENTO_BOX={{ user `boxtype`}}",
"BENTO_TEMPLATE={{ user `flavor`}}",
"BENTO_VERSION={{ user `version`}}",
"BENTO_TIMESTAMP={{ user `build_timestamp`}}",
"ANSIBLE_HOST_KEY_CHECKING=False",
"ANSIBLE_SSH_ARGS='-o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s'",
"ANSIBLE_NOCOLOR=True"
]
},
{
"type": "shell",
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -E -S bash '{{.Path}}'",
"scripts": [
"scripts/fedora/cleanup.sh",
"scripts/common/minimize.sh"
]
}
],
"post-processors": [
{
"type": "vagrant",
"output": "{{user `dest_boxes`}}/packer_{{.Provider}}-{{user `boxtype`}}-{{user `flavor`}}.box",
"vagrantfile_template":"vagrantfile_templates/centos-7.3.rb",
"keep_input_artifact": true
},
{
"type":"shell-local",
"only":["qemu"],
"inline":[
"cp -vf {{user `dest_work`}}/packer-{{build_type}}-{{user `boxtype`}}-{{user `flavor`}}/{{user `boxtype`}}-{{user `flavor`}} {{user `dest_images`}}",
"bin/hash_img.sh {{user `dest_images`}}/{{user `boxtype`}}-{{user `flavor`}}",
"bin/hash_img.sh {{user `dest_boxes`}}/packer_libvirt-{{user `boxtype`}}-{{user `flavor`}}.box"
]
},
{
"type":"shell-local",
"only":["vmware-iso"],
"inline":[
"bin/hash_img.sh {{user `dest_boxes`}}/packer_vmware-{{user `boxtype`}}-{{user `flavor`}}.box"
]
}
],
"variables": {
"build_timestamp": "{{isotime \"20060102150405\"}}",
"version": "0.3.0",
"boxtype": "fedora",
"flavor": "base",
"cpus": "2",
"disk_size": "10240",
"headless": "true",
"iso_checksum": "524bd959dae09ad6fc8e0476ea478700d89f82ec5795d0b1a7b873613f3f26ac",
"iso_checksum_type": "sha256",
"iso_name": "Fedora-Server-dvd-x86_64-25-1.3.iso",
"ks_path": "breed-fedora-latest/ks.cfg",
"memory": "1024",
"metadata": "floppy/dummy_metadata.json",
"mirror": "http://download.fedoraproject.org/pub/fedora/linux",
"mirror_directory": "releases/25/Server/x86_64/iso"
}
}