-
Notifications
You must be signed in to change notification settings - Fork 23
/
KankuFile
46 lines (44 loc) · 1.05 KB
/
KankuFile
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
#
domain_name: kanku-vm
default_job: kanku-job
login_user: root
login_pass: kankudai
jobs:
kanku-job:
-
use_module: Kanku::Handler::SetJobContext
options:
host_interface: eth0
-
use_module: Kanku::Handler::OBSCheck
options:
api_url: https://api.opensuse.org/public
# Please have a look at
# kanku lsi
# to find more official Images
project: devel:kanku:images
package: openSUSE-Tumbleweed-JeOS:ext4
repository: images_tumbleweed
arch: x86_64
use_oscrc: 0
-
use_module: Kanku::Handler::ImageDownload
-
use_module: Kanku::Handler::CreateDomain
options:
memory: 2G
vcpu: 2
use_9p: 1
-
use_module: Kanku::Handler::PrepareSSH
-
use_module: Kanku::Handler::ExecuteCommandViaSSH
options:
commands:
- zypper -n in perl-Path-Class perl-HTTP-Server-Simple perl-File-Type make tar build bzip2
-
use_module: Kanku::Handler::ExecuteCommandViaSSH
options:
username: kanku
commands:
- make -C /tmp/kanku clean test