summaryrefslogtreecommitdiffstats
path: root/docs/submodules/compass4nfv
AgeCommit message (Expand)AuthorFilesLines
2018-09-21Update git submodulesHarry Huang1-0/+0
2018-09-18Update git submodulesHarry Huang1-0/+0
2018-09-18Update git submodulesHU Xinhui1-0/+0
2018-09-17Update git submodulesYibo Cai1-0/+0
2018-09-13Update git submodulesHarry Huang1-0/+0
2018-09-13Update git submodulesHarry Huang1-0/+0
2018-09-13Update git submodulesHarry Huang1-0/+0
2018-09-12Update git submodulesHarry Huang1-0/+0
2018-09-12Update git submodulesHarry Huang1-0/+0
2018-09-07Update git submodulesHarry Huang1-0/+0
2018-09-03Update git submodulesHarry Huang1-0/+0
2018-09-03Update git submodulesHarry Huang1-0/+0
2018-08-31Update git submodulesHarry Huang1-0/+0
2018-08-27Update git submodulesYibo Cai1-0/+0
2018-08-27Update git submodulesHarry Huang1-0/+0
2018-08-27Update git submodulesHarry Huang1-0/+0
2018-08-24Update git submodulesHarry Huang1-0/+0
2018-08-23Update git submodulesHarry Huang1-0/+0
2018-08-23Update git submodulesHarry Huang1-0/+0
2018-08-23Update git submodulesHarry Huang1-0/+0
2018-08-22Update git submodulesHarry Huang1-0/+0
2018-08-21Update git submodulesHarry Huang1-0/+0
2018-08-18Update git submodulesHarry Huang1-0/+0
2018-08-16Update git submodulesYibo Cai1-0/+0
2018-08-14Update git submodulesHarry Huang1-0/+0
2018-08-03Update git submodulesHarry Huang1-0/+0
2018-08-03Update git submodulesHarry Huang1-0/+0
2018-08-02Update git submodulesHarry Huang1-0/+0
2018-08-01Update git submodulesHarry Huang1-0/+0
2018-07-30Update git submodulesHU Xinhui1-0/+0
2018-07-27Update git submodulesHarry Huang1-0/+0
2018-07-27Update git submodulesHarry Huang1-0/+0
2018-07-26Update git submodulesHarry Huang1-0/+0
2018-07-25Update git submodulesHarry Huang1-0/+0
2018-07-25Update git submodulesHarry Huang1-0/+0
2018-07-24Update git submodulesHarry Huang1-0/+0
2018-07-23Update git submodulesHarry Huang1-0/+0
2018-07-23Update git submodulesHarry Huang1-0/+0
2018-07-19Update git submodulesHarry Huang1-0/+0
2018-07-18Update git submodulesHarry Huang1-0/+0
2018-07-18Update git submodulesHarry Huang1-0/+0
2018-07-11Update git submodulesHarry Huang1-0/+0
2018-07-09Update git submoduleswutianwei1-0/+0
2018-06-25Update git submodulesHarry Huang1-0/+0
2018-06-22Update git submodulesHarry Huang1-0/+0
2018-06-20Update git submodulesHarry Huang1-0/+0
2018-06-20Update git submoduleswutianwei1-0/+0
2018-06-15Update git submodulesHarry Huang1-0/+0
2018-06-13Update git submodulesJustin chi1-0/+0
2018-06-13Update git submodulesJustin chi1-0/+0
span class="s">"@name = 'resource'"><xsl:for-each select="ns:container"> <xsl:if test="@name='vnic'"> <xsl:variable name="vnic" select="ns:leaf/ns:type/ns:range/@value"/> <xsl:call-template name="nic.loop"> <xsl:with-param name="from" select="1"/> <xsl:with-param name="to" select="$vnic"/> </xsl:call-template> </xsl:if> </xsl:for-each> </xsl:if> </xsl:for-each> </xsl:for-each> </xsl:for-each> </xsl:template> <xsl:template name="nic.loop"> <xsl:param name="from"/> <xsl:param name="to"/> <xsl:if test="$from &lt;= $to"> <xsl:text>&#xa;&#x9;</xsl:text> <xsl:value-of select="../../../@name"/>_network<xsl:value-of select="$from"/>: type:tosca.nodes.network.Network properties: ip_version:4 <xsl:value-of select="../../@name"/>_port<xsl:value-of select="$from"/>: type:tosca.nodes.network.Port requirements: - binding: node:<xsl:value-of select="../../@name"/> - link: node:<xsl:value-of select="../../../@name"/>_network<xsl:value-of select="$from"/> <xsl:call-template name="nic.loop"> <xsl:with-param name="from" select="$from + 1"/> <xsl:with-param name="to" select="$to"/> </xsl:call-template> </xsl:if> </xsl:template> </xsl:stylesheet>