Closed ahonor closed 12 years ago
Update the yana XML import document to simplify defining nodes.
Changes:
templateValue
Introduce the attributeValue element to define values for a Node instances. Here is an example:
attributeValue
<node id="myapp" nodetype="Service"> <attributeValue templateAttribute="service.basedir">/usr/local/myapp</attributeValue> <attributeValue templateAttribute="service.startuprank">1</attributeValue> </node>
XML Node Attributes
XML Node text data
The value should not be stored in an attribute but in the text of the Element.
Eg:
<attributeValue templateAttribute="server.arch">i386</attributeValue>
Update the yana XML import document to simplify defining nodes.
Changes:
templateValue
element.Introduce the
attributeValue
element to define values for a Node instances. Here is an example:XML Node Attributes
XML Node text data