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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B398%5D%20install%20iurt%20on%20main%20node%20as%20well%2C%0A%20for%20scheduler%20tools&In-Reply-To=%3C1291597476.8564.2.camel%40akroma.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000998.html">
<LINK REL="Next" HREF="000999.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B398%5D%20install%20iurt%20on%20main%20node%20as%20well%2C%0A%20for%20scheduler%20tools&In-Reply-To=%3C1291597476.8564.2.camel%40akroma.ephaone.org%3E"
TITLE="[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools">misc at zarb.org
</A><BR>
<I>Mon Dec 6 02:04:36 CET 2010</I>
<P><UL>
<LI>Previous message: <A HREF="000998.html">[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools
</A></li>
<LI>Next message: <A HREF="000999.html">[Mageia-sysadm] [492] add the reverse ipv6 zone
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1015">[ date ]</a>
<a href="thread.html#1015">[ thread ]</a>
<a href="subject.html#1015">[ subject ]</a>
<a href="author.html#1015">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le mercredi 01 décembre 2010 à 17:52 +0100, Michael Scherer a écrit :
><i> Le lundi 22 novembre 2010 à 21:44 +0100, Olivier Blin a écrit :
</I>><i> > Thierry Vignaud <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">thierry.vignaud at gmail.com</A>> writes:
</I>><i> >
</I>><i> > > On 22 November 2010 18:02, nicolas vigier <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">boklm at mars-attacks.org</A>> wrote:
</I>><i> > >>> > install iurt on main node as well, for scheduler tools
</I>><i> > >>>
</I>><i> > >>> Why not making task-bs-cluster-main requires iurt instead?
</I>><i> > >>
</I>><i> > >> I'm not sure a virtual package in the repository is the best tool to
</I>><i> > >> manage the list of packages that needs to be installed on the build
</I>><i> > >> system.
</I>><i> > >
</I>><i> > > Then why are we restoring task-bs-cluster-main?
</I>><i> >
</I>><i> > I think a package is also a good tool to manage package BS deps, we
</I>><i> > benefit from all the conditional requirements, conflicts, virtual
</I>><i> > packages, and etc from rpm
</I>><i>
</I>><i> So i digged a little bit for this :
</I>><i>
</I>><i> - conditional requirement -> this can be done in puppet as well ( using
</I>><i> conditionals ).
</I>><i> - conflict => we can use " ensure => absent" to make sure a package is
</I>><i> not there
</I>><i> - virtual packages.
</I>><i> Indeed, this is a weak point of puppet, we need to take ( for example )
</I>><i> architecture and version in account. Yet, i think we can solve it ( even
</I>><i> if this is not as elegant as letting ) without touching puppet, or maybe
</I>><i> by patching puppet to be more virtual-name friendly in the future.
</I>><i> - etc, I didn't found, but I guess we can add
</I>><i> - ability to add a requires a Provides, which would indeed be the same
</I>><i> as virtual packages.
</I>
Being a little bored while coming back to $HOME tonight, I have found a
solution for theses 2 points, patch send upstream :
<A HREF="https://projects.puppetlabs.com/issues/5456">https://projects.puppetlabs.com/issues/5456</A>
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000998.html">[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools
</A></li>
<LI>Next message: <A HREF="000999.html">[Mageia-sysadm] [492] add the reverse ipv6 zone
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1015">[ date ]</a>
<a href="thread.html#1015">[ thread ]</a>
<a href="subject.html#1015">[ subject ]</a>
<a href="author.html#1015">[ 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>
|