You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few datatypes that are platform-specific and are only used in the
corresponding component schemas. We should consider moving them out of the
core schemas and into the appropriate component schemas. Platform-specific
datatypes include:
We will defer this issue to a later release after version 5.10.
Resolving this issue will require a significant refactoring of the schema. The
most significant challenge here is supporting the use of platform specific
datatypes in variables. One possible solution would be to simply restrict
variables to only use primitive datatypes like int, string, boolean, etc. Doing
so would be a significant restriction in variable support.
On the other hand, it is not clear that these platform specific datatypes are
ever used in variables.
@djhaynes commented on Fri Aug 16 2013
We have a few datatypes that are platform-specific and are only used in the
corresponding component schemas. We should consider moving them out of the
core schemas and into the appropriate component schemas. Platform-specific
datatypes include:
evr_string (linux)
fileset_revision (hp-ux)
ios_version (cisco ios)
@djhaynes commented on Fri Aug 16 2013
We will defer this issue to a later release after version 5.10.
Resolving this issue will require a significant refactoring of the schema. The
most significant challenge here is supporting the use of platform specific
datatypes in variables. One possible solution would be to simply restrict
variables to only use primitive datatypes like int, string, boolean, etc. Doing
so would be a significant restriction in variable support.
On the other hand, it is not clear that these platform specific datatypes are
ever used in variables.
@solind commented on Tue Aug 30 2016
Punting to 5.12.
The text was updated successfully, but these errors were encountered: