summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/biruda.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build_gold_image/biruda.conf')
-rw-r--r--examples/build_gold_image/biruda.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/build_gold_image/biruda.conf b/examples/build_gold_image/biruda.conf
new file mode 100644
index 0000000..f131699
--- /dev/null
+++ b/examples/build_gold_image/biruda.conf
@@ -0,0 +1,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'"
+}