This submodule contains a collection of YANG definitions for Cisco IOS-XR install package operational data. Copyright (c) 2013-...
Version: 2021-01-14
submodule Cisco-IOS-XR-install-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-install-oper { prefix Cisco-IOS-XR-install-oper; } import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-yang@cisco.com"; description "This submodule contains a collection of YANG definitions for Cisco IOS-XR install package operational data. Copyright (c) 2013-2021 by Cisco Systems, Inc. All rights reserved."; revision "2021-01-14" { description "Add DDTS info to rollback queries. 2020-07-23 Added optional label into inst_packages_bag. 2020-07-22 Update Inst-provides-match-type with additional provide value 2020-05-27 Add install and runtime fingerprint 2020-05-27 Add install and runtime fingerprint 2020-05-27 Add install and runtime fingerprint 2020-05-13 Updated version information to add hostname and disk space 2020-05-13 Updated version information to add hostname and disk space 2020-05-13 Updated version information to add hostname and disk space"; } revision "2020-04-23" { description "Add categorization of installed software packages into Cisco and Non-Cisco 2020-04-23 Add categorization of installed software packages into Cisco and Non-Cisco 2020-04-23 Add categorization of installed software packages into Cisco and Non-Cisco 2020-02-05 Updated version information to add a GISO label 2020-02-05 Updated version information to add a GISO label 2020-02-05 Updated version information to add a GISO label 2020-01-09 Added optional label into inst_summary_packages_bag. 2019-10-14 Combined platform updates including updates to show install rollback list-ids"; } revision "2019-10-13" { description "NCS540L 7.1.1 release 2019-10-12 8000 series 7.0.11 release 2019-08-13 Common yang oper model for lindt and eXR install."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.3.0"; semver:module-version "1.2.0"; semver:module-version "1.1.0"; semver:module-version "1.0.0"; typedef Inst-req-state { type enumeration { enum "in-progress" { value 0; description "In progress"; } enum "success" { value 1; description "Success"; } enum "failure" { value 2; description "Failure"; } } description "Install request state type"; } typedef Inst-fp-request-status { type enumeration { enum "generation-up-to-date" { value 0; description "Runtime fingerprint generation up to date."; } enum "generation-in-progress" { value 1; description "Runtime fingerprint generation in progress"; } enum "to-be-regenerated-at-apply" { value 2; description "Runtime fingerprints will be regenerated on apply"; } } description "package Fingerprint request status"; } typedef Install-opt-string { type string; description "Install opt string"; } } // submodule Cisco-IOS-XR-install-oper-sub1
© 2023 YumaWorks, Inc. All rights reserved.