Cisco-IOS-XR-install-oper

This module contains a collection of YANG definitions for Cisco IOS-XR install package operational data. This module contains d...

  • Version: 2021-01-14

    Cisco-IOS-XR-install-oper@2021-01-14


    
      module Cisco-IOS-XR-install-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-install-oper";
    
        prefix install-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-install-oper-sub1 {
          revision-date "2021-01-14";
        }
    
        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 module contains a collection of YANG definitions
    for Cisco IOS-XR install package operational data.
    
    This module contains definitions
    for the following management objects:
      install: Install 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";
    
        grouping SUMMARY {
          description
            "Common node of committed, active";
          container summary {
            description "Summary information";
            uses INST-SUMMARY-PACKAGES-BAG;
          }  // container summary
        }  // grouping SUMMARY
    
        grouping NODE-TABLE {
          description
            "Common node of committed, active";
          container nodes {
            description
              "Table for per-node package data";
            list node {
              key "node";
              description
                "Per-node package data";
              leaf node {
                type xr:Node-id;
                description "Node name";
              }
    
              uses INST-PACKAGES-BAG;
            }  // list node
          }  // container nodes
        }  // grouping NODE-TABLE
    
        container install {
          config false;
          description "Install operational data";
          container version {
            description
              "Install version information";
            uses INST-VERSION-BAG;
          }  // container version
    
          container fixes {
            description
              "Information about installed fixes";
            container active {
              description
                "Information about fixes that are active";
              uses INST-FIXES-BAG;
            }  // container active
    
            container committed {
              description
                "Information about fixes that are committed";
              uses INST-FIXES-BAG;
            }  // container committed
          }  // container fixes
    
          container packages {
            description
              "Information about packages installed to the
    system";
            container committed {
              description
                "Information about committed packages";
              uses NODE-TABLE;
    
              uses SUMMARY;
            }  // container committed
    
            container active {
              description
                "Information about active packages";
              uses NODE-TABLE;
    
              uses SUMMARY;
            }  // container active
          }  // container packages
    
          container request {
            description
              "Information about the latest user request";
            uses INST-REQUEST-BAG;
          }  // container request
        }  // container install
      }  // module Cisco-IOS-XR-install-oper
    

© 2023 YumaWorks, Inc. All rights reserved.