summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/biruda.conf
blob: f131699531934b5fe5c5e70109229e991a6f31af (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
# example of a gold image build
# (on ArchLinux, building a RHEL6 image)

coordinator
{
	control = "tcp://eeepc:5555"
}

worker example_build_gold
{
	control = "tcp://eeepc:5555"

	data = "tcp://eeepc:5556"

	execution = direct

	command = "/bin/sh ./build.sh"
}

worker example_run
{
	control = "tcp://eeepc:5555"

	data = "tcp://eeepc:5556"

	execution = direct

	command = "/bin/chroot rhel6-x64 /bin/bash -c '/bin/cat /etc/redhat-release'"
}