summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/002355.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002355.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/002355.html216
1 files changed, 216 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002355.html b/zarb-ml/mageia-sysadm/2011-January/002355.html
new file mode 100644
index 000000000..45d178ebc
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-January/002355.html
@@ -0,0 +1,216 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [872] - add a main mirror modules ( mirror was already used ), and add content
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B872%5D%20-%20add%20a%20main%20mirror%20modules%20%28%20mirror%20was%0A%20already%20used%20%29%2C%20and%20add%20content&In-Reply-To=%3C20110121141024.89CF542C7F%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002392.html">
+ <LINK REL="Next" HREF="002356.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [872] - add a main mirror modules ( mirror was already used ), and add content</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B872%5D%20-%20add%20a%20main%20mirror%20modules%20%28%20mirror%20was%0A%20already%20used%20%29%2C%20and%20add%20content&In-Reply-To=%3C20110121141024.89CF542C7F%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [872] - add a main mirror modules ( mirror was already used ), and add content">root at mageia.org
+ </A><BR>
+ <I>Fri Jan 21 15:10:24 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002392.html">[Mageia-sysadm] [871] do not hardcode our domain name
+</A></li>
+ <LI>Next message: <A HREF="002356.html">[Mageia-sysadm] [873] enhance the README
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2355">[ date ]</a>
+ <a href="thread.html#2355">[ thread ]</a>
+ <a href="subject.html#2355">[ subject ]</a>
+ <a href="author.html#2355">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 872
+Author: misc
+Date: 2011-01-21 15:10:24 +0100 (Fri, 21 Jan 2011)
+Log Message:
+-----------
+- add a main mirror modules ( mirror was already used ), and add content
+ there ( mainly READMEs, and directory to ease replication of a fake
+test mirror on vm )
+
+Added Paths:
+-----------
+ puppet/deployment/main_mirror/
+ puppet/deployment/main_mirror/files/
+ puppet/deployment/main_mirror/files/README
+ puppet/deployment/main_mirror/files/mirror/
+ puppet/deployment/main_mirror/files/mirror/README.mirroring
+ puppet/deployment/main_mirror/files/mirror/README.paths
+ puppet/deployment/main_mirror/manifests/
+ puppet/deployment/main_mirror/manifests/init.pp
+
+Added: puppet/deployment/main_mirror/files/README
+===================================================================
+--- puppet/deployment/main_mirror/files/README (rev 0)
++++ puppet/deployment/main_mirror/files/README 2011-01-21 14:10:24 UTC (rev 872)
+@@ -0,0 +1,24 @@
++Description of the directory
++
++bootstrap
++---------
++
++Used only for the initial release and bootstrapping.
++
++mageiatools
++-----------
++
++Mandriva repository holding our own tools, should be merged
++with cooker ( and others distribution too ).
++
++mandriva
++--------
++
++Local 2010.1 mandriva mirror used for initial bootstrapping, should be
++removed once bootstrap is finished.
++
++mirror
++------
++
++Main mageia mirror, shared on rsync for everybody.
++
+
+Added: puppet/deployment/main_mirror/files/mirror/README.mirroring
+===================================================================
+--- puppet/deployment/main_mirror/files/mirror/README.mirroring (rev 0)
++++ puppet/deployment/main_mirror/files/mirror/README.mirroring 2011-01-21 14:10:24 UTC (rev 872)
+@@ -0,0 +1,48 @@
++ __ __ _
++| \/ | __ _ __ _ ___(_) __ _
++| |\/| |/ _` |/ _` |/ _ \ |/ _` |
++| | | | (_| | (_| | __/ | (_| |
++|_| |_|\__,_|\__, |\___|_|\__,_|
++ |___/
++
++This document describe the way to do a Mageia Mirror.
++
++1) Prerequise
++
++The expect size is around 700GB.
++
++You need rsync software to synchronise the tree.
++
++2) Official source
++
++If you plan to create a public we encourage you to use one our Tier1 mirror.
++
++This servers synchronise the tree directly from the Mageia rsync server.
++
++ o <A HREF="rsync://distrib-coffee.ipsl.jussieu.fr/mageia/">rsync://distrib-coffee.ipsl.jussieu.fr/mageia/</A>
++ located in Paris (France)
++
++3) Rsync options
++
++Ensure you're using a least this options:
++
++ -a -H
++
++We apreciate if theses options are also used:
++
++ --delete-after -S
++
++Don't use compression and checksum option, they will overload the remote
++server
++
++4) Automate
++
++The tree must be synchronize at least every 2 hours.
++
++Please ensure another rsync process is not started while first one is
++still running. Use a lock file.
++
++5) Registering your mirror
++
++TODO
++
+
+Added: puppet/deployment/main_mirror/files/mirror/README.paths
+===================================================================
+--- puppet/deployment/main_mirror/files/mirror/README.paths (rev 0)
++++ puppet/deployment/main_mirror/files/mirror/README.paths 2011-01-21 14:10:24 UTC (rev 872)
+@@ -0,0 +1,2 @@
++Description of the path on the mirror
++
+
+Added: puppet/deployment/main_mirror/manifests/init.pp
+===================================================================
+--- puppet/deployment/main_mirror/manifests/init.pp (rev 0)
++++ puppet/deployment/main_mirror/manifests/init.pp 2011-01-21 14:10:24 UTC (rev 872)
+@@ -0,0 +1,28 @@
++class main_mirror {
++ $mirror = &quot;/distrib&quot;
++ file { &quot;$mirror&quot;:
++ ensure =&gt; directory,
++ }
++
++ file { &quot;$mirror/README&quot;:
++ ensure =&gt; present,
++ source =&gt; &quot;<A HREF="puppet:///modules/main_mirror/README">puppet:///modules/main_mirror/README</A>&quot;
++ }
++
++ file { &quot;$mirror/mirror&quot;:
++ ensure =&gt; directory,
++
++ }
++
++ file { &quot;$mirror/mirror/README.mirroring&quot;:
++ ensure =&gt; present,
++ source =&gt; &quot;<A HREF="puppet:///modules/main_mirror/mirror/README.mirroring">puppet:///modules/main_mirror/mirror/README.mirroring</A>&quot;
++ }
++
++ file { &quot;$mirror/mirror/README.paths&quot;:
++ ensure =&gt; present,
++ source =&gt; &quot;<A HREF="puppet:///modules/main_mirror/mirror/README.paths">puppet:///modules/main_mirror/mirror/README.paths</A>&quot;
++ }
++
++
++}
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20110121/d9962cb3/attachment-0001.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002392.html">[Mageia-sysadm] [871] do not hardcode our domain name
+</A></li>
+ <LI>Next message: <A HREF="002356.html">[Mageia-sysadm] [873] enhance the README
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2355">[ date ]</a>
+ <a href="thread.html#2355">[ thread ]</a>
+ <a href="subject.html#2355">[ subject ]</a>
+ <a href="author.html#2355">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>