|
It might be a little confusing to have both download (under the software element) and data. Perhaps download should be changed to install. That way we wold have:
install As options under software Unfortunately, using hypens instead of camel can't be done because hyphens are seens as the operator minus() as in Java.
In fact the same problem applies to the name of the DSL OpString files. The name of the OpString is then a Class, hence can't use hyphens. Renamed "download" to "install" as suggested.
The DSL needs to support the declarative watch capabilities for the SLA. An example of the XML is:
<SLA ID="backlog" Low="100" High="500"> We are missing the "Monitor" piece currently The DSL needs to support the declaration of a configuration file. An example of the XML is:
<Configuration file="classpath:someconfig.config/> I fixed the missing monitor support.
I supposed you already did the configuration one, right? So is there anything left to do? I did not address the declaration of a configuration file in the DSL
Continued on with issue
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
serviceExec becomes service-exec
postInstall becomes post-install
etc ...