[release-notes] Added Tunir on Products-Cloud.xml

Abdel G. Martínez L. potty at fedoraproject.org
Wed Apr 22 00:52:22 UTC 2015


commit ed392bf018ff3596588758adb1ac0080fa12435f
Author: Abdel G. Martinez L <abdel.g.martinez.l at gmail.com>
Date:   Tue Apr 21 19:52:39 2015 -0500

    Added Tunir on Products-Cloud.xml

 en-US/Products-Cloud.xml |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Products-Cloud.xml b/en-US/Products-Cloud.xml
index 10cf9e9..e1f77c6 100644
--- a/en-US/Products-Cloud.xml
+++ b/en-US/Products-Cloud.xml
@@ -99,5 +99,32 @@
 		</para>
 	</section>
 
+	<section id="Cloud-tunir">
+		<title>Tunir</title>
+		<para>
+			Tunir is a very simple CI (Continuous Integration) system written keeping Fedora Cloud images at mind. At the same time it is generic enough to be used by anyone to configure and run tests in their local system. The goal is to have a system which is simple to setup, and easy to maintain.
+		</para>
+		<important>
+			<para>
+				This is a Self Contained Change.
+			</para>
+		</important>
+		<para>
+			This tool right now can create virtual machines based on cloud images (without needing an actual cloud), or can run the tests in a bare metal box, or it can even create jobs inside Docker containers.
+		</para>
+		<para>
+			Example:
+		</para>
+		<para>
+			<command>sudo tunir --job dockerjob --stateless</command>
+		</para>
+		<para>
+			The above command will run a stateless job named "dockerjob", it will not save the result into any database as it is a stateless run.
+		</para>
+		<para>
+			For additional information about this tool, see the <ulink url="http://tunir.rtfd.org/">Tunir Documentation</ulink>.
+		<para>
+	</section>
+
 </section>
 


More information about the docs-commits mailing list