Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cloned from #1378
Add GLOME YANG paths for Telemetry. The descriptions and leaves were already defined, just not linked to YANG paths.
The paths are:
/system/aaa/authentication/glome/state/enabled
/system/aaa/authentication/glome/state/active-glome-key-version
/system/aaa/authentication/glome/state/active-glome-key-created-on
Change Scope
Platform Implementations
Tree View
module: openconfig-system +--rw system +--rw config | +--rw hostname? oc-inet:domain-name | +--rw domain-name? oc-inet:domain-name | +--rw login-banner? string | +--rw motd-banner? string +--ro state | +--ro hostname? oc-inet:domain-name | +--ro domain-name? oc-inet:domain-name | +--ro login-banner? string | +--ro motd-banner? string | +--ro current-datetime? oc-yang:date-and-time | +--ro up-time? oc-types:timeticks64 | +--ro boot-time? oc-types:timeticks64 | +--ro software-version? string | +--ro last-configuration-timestamp? oc-types:timeticks64 +--ro mount-points | +--ro mount-point* [name] | +--ro name -> ../state/name | +--ro state | +--ro name? string | +--ro storage-component? -> /oc-platform:components/component/name | +--ro size? uint64 | +--ro available? uint64 | +--ro utilized? uint64 | +--ro type? union +--rw aaa | +--rw config | +--ro state | +--rw authentication + | | +--rw glome + | | | +--ro state + | | | +--ro oc-gnsi-credz:active-glome-key-version? version + | | | +--ro oc-gnsi-credz:active-glome-key-created-on? oc-types:timeticks64 + | | | +--ro oc-gnsi-credz:enabled? boolean