Skip to content

Commit

Permalink
Baselined from internal Repository
Browse files Browse the repository at this point in the history
last_commit:73f8c74452d62b8a91d5ca4fd7fc5343a8266769
  • Loading branch information
GVE Devnet Admin committed Apr 11, 2024
1 parent 178f6a2 commit 9da80ca
Show file tree
Hide file tree
Showing 3 changed files with 710 additions and 14 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This code performs the following process:
- Cisco Nexus Dashboard Fabric Controller (NDFC)
- Cisco NX-OS Switching

> Note: Requires minimum NDFC version 12.1.3b & may not be compatible with future releases
> Note: This sample code is only compatible with NDFC versions 12.1.2e and 12.1.3b
## Installation/Configuration

Expand Down Expand Up @@ -97,7 +97,9 @@ In order to authenticate to NDFC, we must provide **either** a API key **or** a

### Running locally

Run the application with the following command:
There are two versions of the script provided depending on NDFC versions. Ensure that you are running the correct version for your NDFC environment.

With the `config.yaml` and `.env` files in the same directory, run the application with the following command:

```
python3 ndfc_upgrade_scheduler.py
Expand Down
Loading

0 comments on commit 9da80ca

Please sign in to comment.