Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrectly named directory #1448

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module Cisco-NX-OS-device {
organization "Cisco Systems, Inc.";
contact " Cisco Systems, Inc., Customer Service, Postal: 170 W Tasman Drive, San Jose, CA 95134, Tel: +1 800 553-NETS, e-mail: [email protected]";
description "NXOS Device YANG Model";
reference "d9820da0a8d2d9e909711adba518ab2616de9200";
revision 2023-04-22 {
reference "bb51ff8e2ad88487a8772509e9c6b4e4475963ef";
revision 2023-05-03 {
description
"Initial Revision
Generated by mtx 1.0.1 Built on Thu Jan 19 11:29:42 PST 2023 by divvenka";
Expand Down Expand Up @@ -31133,6 +31133,7 @@ module Cisco-NX-OS-device {
value 1;
}
}
default "enable";
}

typedef platform_mcastSlowRcvState {
Expand Down Expand Up @@ -157802,7 +157803,7 @@ module Cisco-NX-OS-device {
property {
MTEPKG platform;
MTEMO TcamRegion;
MTESRC /witspace/divvenka/space_divvenka_main_COV_10_4_0_IMG9_0_2/nx/standalone/app_bi/model/specific/mo/switch/platform/pltfm/tcam_region.xml;
MTESRC /witspace/divvenka/space_divvenka_niles_rel_COV_10_3_2_14/nx/standalone/app_bi/model/specific/mo/switch/platform/pltfm/tcam_region.xml;
name tcamRegionSizesArray0To127;
type base:Uint32Array128;
mod implicit;
Expand All @@ -157817,7 +157818,7 @@ module Cisco-NX-OS-device {
property {
MTEPKG platform;
MTEMO TcamRegion;
MTESRC /witspace/divvenka/space_divvenka_main_COV_10_4_0_IMG9_0_2/nx/standalone/app_bi/model/specific/mo/switch/platform/pltfm/tcam_region.xml;
MTESRC /witspace/divvenka/space_divvenka_niles_rel_COV_10_3_2_14/nx/standalone/app_bi/model/specific/mo/switch/platform/pltfm/tcam_region.xml;
name tcamRegionSizesArray128To255;
type base:Uint32Array128;
mod implicit;
Expand Down Expand Up @@ -158090,7 +158091,7 @@ module Cisco-NX-OS-device {
property {
MTEPKG platform;
MTEMO TcamRegionExtended;
MTESRC /witspace/divvenka/space_divvenka_main_COV_10_4_0_IMG9_0_2/nx/standalone/app_bi/model/specific/mo/switch/platform/pltfm/tcam_region.xml;
MTESRC /witspace/divvenka/space_divvenka_niles_rel_COV_10_3_2_14/nx/standalone/app_bi/model/specific/mo/switch/platform/pltfm/tcam_region.xml;
name tcamRegionSizesArray0To127;
type base:Uint32Array128;
mod implicit;
Expand All @@ -158105,7 +158106,7 @@ module Cisco-NX-OS-device {
property {
MTEPKG platform;
MTEMO TcamRegionExtended;
MTESRC /witspace/divvenka/space_divvenka_main_COV_10_4_0_IMG9_0_2/nx/standalone/app_bi/model/specific/mo/switch/platform/pltfm/tcam_region.xml;
MTESRC /witspace/divvenka/space_divvenka_niles_rel_COV_10_3_2_14/nx/standalone/app_bi/model/specific/mo/switch/platform/pltfm/tcam_region.xml;
name tcamRegionSizesArray128To255;
type base:Uint32Array128;
mod implicit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## YANG Models and Platform Capabilities for Cisco NX-OS 10.4(0)
## YANG Models and Platform Capabilities for Cisco NX-OS 10.3(3)

The YANG files in this directory detail the native and OpenConfig YANG models with deviations supported by NX-OS 10.4(0) release.
The YANG files in this directory detail the native and OpenConfig YANG models with deviations supported by NX-OS 10.3(3) release.

As a convenience, a copy of the "hello" message is also provided (netconf-capabilities.xml).

Expand Down Expand Up @@ -33,4 +33,4 @@ From NX-OS 7.0.3 and onwards, the revision statements embedded in the YANG files

### RPM Download

The RPMs supporting YANG models are available for download at the Cisco Artifactory http://devhub.cisco.com/artifactory/open-nxos-agents/10.4-0/
The RPMs supporting YANG models are available for download at the Cisco Artifactory http://devhub.cisco.com/artifactory/open-nxos-agents/10.3-3/
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"name": "Nexus 9000",
"os-type": "NX-OS",
"software-flavor": "ALL",
"software-version": "10.4(0)",
"software-version": "10.3(3)",
"module-list-file": {
"owner": "YangModels",
"path": "vendor/cisco/nx/10.4-0/netconf-capabilities.xml",
"path": "vendor/cisco/nx/10.3-3/netconf-capabilities.xml",
"type": "capabilities",
"repository": "yang.git"
}
Expand All @@ -19,10 +19,10 @@
"name": "Nexus 3000",
"os-type": "NX-OS",
"software-flavor": "ALL",
"software-version": "10.4(0)",
"software-version": "10.3(3)",
"module-list-file": {
"owner": "YangModels",
"path": "vendor/cisco/nx/10.4-0/netconf-capabilities.xml",
"path": "vendor/cisco/nx/10.3-3/netconf-capabilities.xml",
"type": "capabilities",
"repository": "yang.git"
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion vendor/cisco/nx/check-yanglint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
platform_dir="vendor/cisco/nx"

to_check='10.4-0'
to_check='10.3-3'
debug=1

checkDir () {
Expand Down
2 changes: 1 addition & 1 deletion vendor/cisco/nx/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
platform_dir="vendor/cisco/nx"

# NOTE: please just have the directories you are checking here
to_check='10.4-0'
to_check='10.3-3'

inc_path="."
pyang_flags="--lax-quote-checks"
Expand Down