introduced dynamic tempates incude generation based on dependencies
authorMarian Zurek <Marian.Zurek@cern.ch>
Fri, 9 Sep 2005 13:43:57 +0000 (13:43 +0000)
committerMarian Zurek <Marian.Zurek@cern.ch>
Fri, 9 Sep 2005 13:43:57 +0000 (13:43 +0000)
org.glite.deployment.lb/project/quattor-template.xsl

index cf0242e..cc2ad84 100644 (file)
@@ -23,6 +23,12 @@ template pro_software_glite_lb;
 # glite-lb Quattor template v. <xsl:value-of select="/node/@version"/>
 #
 
+## CAs 
+               
+include pro_software_glite_CA;
+               
+               
+
 # Global dependencies  
                <xsl:for-each select="node/dependencies">
                        <xsl:apply-templates/>
@@ -40,6 +46,11 @@ template pro_software_glite_lb;
                                <xsl:apply-templates/>
                        </xsl:for-each>
 
+                       <xsl:for-each select="subservice">
+include pro_software_<xsl:value-of select="translate(@name, '-', '_')"/>;
+                       </xsl:for-each>                 
+                       
+
                </xsl:for-each>
        </xsl:template>