Paul Jordan
Paul Jordan
You might also want to start the tunnel in lab/start so that it is ready for lab/test
Groups with dynamically assigned members have been useful to me in other contexts. Perhaps the node_filter syntax could be used to define the group membership? TOSCA Traversal Path already complex;...
OK the concept and syntax is clearer to me now. The example above couldn't be used in the V2 document as we no longer have tosca:Compute.
It may be acceptable to define scalar units of size as case insensitive but I think it would be a poor descision to state that all scalar units are case...
We acknowledge that the output of node_filter conditions is a set of nodes which match the given criteria. c.f. SQL the 'where' clause is implict here. At present the selection...
@pmbruun I was not intending to actually use SQL nor a database. I was just comparing the syntax, noting that there are separate clauses for a) deriving the set of...
I'm planning to raise a new issue aimed at generalising the definition of scalars to allow users to define thier own.
As I've said before I think making the units string case insensitive is, in general, poor practice. Rather than having a parameter to indidate whether or not the units are...
Here's a syntax suggestion: ``` : version: metadata: description: # validation clause is implict; must be a unit_symbol_string+white space+data_value data_value_type: #only data_types derived from either integer or float are permitted...
While the above syntax is relatively simple and probably adequate it does have some shortcomings: - The unit symbol strings must be unique across the entire TOSCA document but that...