Skip to content

Commit

Permalink
Adding glome key version and console state.
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcequench committed Sep 9, 2024
1 parent 6b19efb commit 938bf8e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions release/models/gnsi/openconfig-gnsi-credentialz.yang
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,26 @@ module openconfig-gnsi-credentialz {
}
}

// GLOME related definitions.

grouping glome-key-version {
description
"Version identifier for the configured GLOME key.";

leaf active-glome-key-version {
type version;
description
"The version of the GLOME key.";
}

leaf active-glome-key-created-on {
type created-on;
description
"The timestamp of the moment when the GLOME key
was created.";
}
}

// Success/failure counters.
grouping counters {
description
Expand Down Expand Up @@ -232,9 +252,16 @@ module openconfig-gnsi-credentialz {
"Console-related state.";

uses counters;

leaf glome {
type boolean;
description
"Whether GLOME is configured or not.";
}
}
}
}

// System role console related definitions.

grouping user-console-credentials-version {
Expand Down

0 comments on commit 938bf8e

Please sign in to comment.