summaryrefslogtreecommitdiff
path: root/jessie.json
blob: 10e29b58fef5b14e2a234a30d3f445920f15e53a (plain)
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
    "push": {
      "name": "",
      "vcs": true
    },
    "variables": {
        "atlas_username": "LEAP",
        "atlas_name": "jessie",
        "disk_size": "10000",
        "password": "vagrant",
        "user": "vagrant",
        "hostname": "leap-jessie",
        "domain": "local",
        "boxversion": "1.2.6"
    },
    "provisioners": [
        {
            "type": "file",
            "source": "files/leap-archive.gpg",
            "destination": "/tmp/leap-archive.gpg"
        },
        {
            "type": "file",
            "source": "files/leap-experimental-archive.gpg",
            "destination": "/tmp/leap-experimental-archive.gpg"
        },
	{
	   "type": "shell",
	   "inline": [
		"echo {{user `password`}} |  sudo -S  cp /tmp/leap-archive.gpg /etc/apt/trusted.gpg.d/leap-archive.gpg",
		"sudo cp /tmp/leap-experimental-archive.gpg /etc/apt/trusted.gpg.d/leap-experimental-archive.gpg",
		"sudo chown root:root /etc/apt/trusted.gpg.d/leap-archive.gpg /etc/apt/trusted.gpg.d/leap-experimental-archive.gpg"
	   ]
	},
        {
            "type": "shell",
            "scripts": [
                "scripts/base.sh",
                "scripts/custom.sh",
                "scripts/virtualbox.sh",
                "scripts/vagrant.sh",
                "scripts/dep.sh",
                "scripts/cleanup.sh"
            ],
            "override": {
                "qemu": {
                    "execute_command": "echo 'vagrant'|sudo -S bash '{{.Path}}'"
                },
                "virtualbox-iso": {
                    "execute_command": "echo 'vagrant'|sudo -S bash '{{.Path}}'"
                }
            }
        },
        {
            "type": "shell",
            "scripts": [ "scripts/zerodisk.sh" ],
            "except": ["lxc"]
        }
    ],
    "builders": [
    {
      "type": "lxc",
      "config_file": "lxc/debian",
      "template_name": "debian",
      "template_environment_vars": [
        "MIRROR=http://deb.debian.org/debian/",
        "SUITE=jessie"
      ],
      "target_runlevel": 3
    },
    {
      "type": "qemu",
      "accelerator": "kvm",
      "boot_command": [
        "<esc><wait><wait>",
        "install auto <wait>",
        "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg <wait>",
        "debian-installer=en_US locale=en_US.UTF-8 keymap=us <wait>",
        "netcfg/get_hostname={{ .Name }} <wait>",
        "netcfg/get_domain={{ user `domain`}} <wait>",
        "hostname={{user `hostname`}} ",
        "fb=false debconf/frontend=noninteractive <wait>",
        "passwd/user-fullname={{user `user`}} <wait>",
        "passwd/user-password={{user `password`}} <wait>",
        "passwd/user-password-again={{user `password`}} <wait>",
        "passwd/username={{user `user`}} <wait>",
        "<enter><wait>"
      ],
      "boot_wait": "5s",
      "disk_cache": "none",
      "disk_interface": "virtio",
      "disk_size": "{{ user `disk_size`}}",
      "format": "qcow2",
      "headless": "true",
      "http_directory": "http",
      "iso_checksum": "749a15b7690769dd99e85d6104182a03d370b04b36106ec7cfaf6a551aa89fb4",
      "iso_checksum_type": "sha256",
      "iso_url": "http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.7.1-amd64-netinst.iso",
      "net_device": "virtio-net",
      "qemuargs": [
        [ "-m", "1024M" ]
      ],
      "shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -h now",
      "ssh_password": "{{user `password`}}",
      "ssh_username": "{{user `user`}}",
      "ssh_wait_timeout": "15m"
    },
      {
            "type": "virtualbox-iso",
            "boot_command": [
              "<esc><wait><wait>",
              "install auto <wait>",
              "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg <wait>",
              "debian-installer=en_US locale=en_US.UTF-8 keymap=us <wait>",
              "netcfg/get_hostname={{ .Name }} <wait>",
              "netcfg/get_domain={{ user `domain`}} <wait>",
              "hostname={{user `hostname`}} ",
              "fb=false debconf/frontend=noninteractive <wait>",
              "passwd/user-fullname={{user `user`}} <wait>",
              "passwd/user-password={{user `password`}} <wait>",
              "passwd/user-password-again={{user `password`}} <wait>",
              "passwd/username={{user `user`}} <wait>",
              "<enter><wait>"
            ],
            "headless": true,
            "boot_wait": "10s",
            "disk_size": "{{ user `disk_size`}}",
            "guest_os_type": "Debian_64",
            "http_directory": "http",
            "iso_checksum": "749a15b7690769dd99e85d6104182a03d370b04b36106ec7cfaf6a551aa89fb4",
            "iso_checksum_type": "sha256",
            "iso_url": "http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.7.1-amd64-netinst.iso",
            "ssh_username": "vagrant",
            "ssh_password": "vagrant",
            "ssh_port": 22,
            "ssh_wait_timeout": "15m",
            "shutdown_command": "echo '/sbin/halt -h -p' > shutdown.sh; echo 'vagrant'|sudo -S bash 'shutdown.sh'",
            "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
            "virtualbox_version_file": ".vbox_version"
       }
    ],
    "post-processors": [
        [{
            "type": "vagrant",
            "keep_input_artifact": false,
            "except": ["lxc"]
        },
        {
          "type": "compress",
          "output": "output-vagrant/jessie64-lxc.box",
          "only": ["lxc"]
        },
        {
            "type": "atlas",
            "only": ["lxc"],
            "artifact": "{{user `atlas_username`}}/{{user `atlas_name`}}",
            "artifact_type": "vagrant.box",
            "metadata": {
                "provider": "lxc",
                "created_at": "{{timestamp}}",
                "version": "{{user `boxversion`}}"
            }
        },
        {
            "type": "atlas",
            "only": ["virtualbox-iso"],
            "artifact": "{{user `atlas_username`}}/{{user `atlas_name`}}",
            "artifact_type": "vagrant.box",
            "metadata": {
                "provider": "virtualbox",
                "created_at": "{{timestamp}}",
                "version": "{{user `boxversion`}}"
            }
        },
        {
            "type": "atlas",
            "only": ["qemu"],
            "artifact": "{{user `atlas_username`}}/{{user `atlas_name`}}",
            "artifact_type": "vagrant.box",
            "metadata": {
                "provider": "libvirt",
                "created_at": "{{timestamp}}",
                "version": "{{user `boxversion`}}"
            }
        }]
    ]
}