For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • NVIDIA Switch Infrastructure
    • I want to...
  • Quick Start
    • Start Here
    • Getting Started with Config Manager
    • TUI Wizard Reference
    • Configuration Samples
    • Interfaces
    • Local Development Quick Start
    • First Run Tour
  • Config Manager Overview
    • Config Manager Concepts
    • Getting Started with Nautobot
  • User Guides
    • New Site Bringup
    • Workflow Lifecycle
  • Deployment
    • Hosting Options
    • Network Topology Requirements
    • Firewall Ports
    • Airgapped Deployment
    • Troubleshooting
  • Services
      • Network Infrastructure Automation with Temporal
      • Temporal Deployment Process
      • Temporal CLI
      • Workflows for Day 2 Operations
        • BMC Provisioning
        • Configuration Backup
        • Configuration Deploy
        • Connected Host Metadata
        • Device Cable Validation
        • Device Password Rotation
        • Device Reprovisioning
        • Hardware Validation
        • InfiniBand Cable Validation
        • Infiniband Get Unhealthy Ports
        • Infiniband MLNX OS Upgrade
        • Multi-Deploy Workflow
        • NVLink Switch Firmware Upgrade
        • Port LLDP Info
        • Site Cable Validation
        • Site Password Rotation
        • Switch OS Upgrade
        • VPC Creation
        • VPC Deletion
      • Temporal API
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
On this page
  • Available Workflows
  • Network Validation
  • Configuration Management
  • Infrastructure Operations
  • Data Center Management
  • Network Discovery
  • Workflow Architecture
  • Common Input Patterns
  • Getting Started
ServicesTemporal Service

Workflows for Day 2 Operations

||View as Markdown|
Previous

Config Manager Temporal CLI

Next

BMC Provisioning

NVIDIA Config Manager Temporal provides comprehensive network infrastructure automation workflows. Each workflow is designed for specific operational tasks and includes detailed input/output specifications.

These workflows are not part of initial setup, which the ZTP process handles. They are designed for Day 2 operations, after devices are bootstrapped using ZTP.

The Redfish, BMC, InfiniBand, and VPC workflows are currently experimental and have not completed QA. Use them only in pilot or test environments.

Available Workflows

Network Validation

WorkflowDescriptionPurpose
Site Cable ValidationValidate network connections across an entire sitePre-deployment validation, troubleshooting connectivity issues
Device Cable ValidationValidate network connections for a specific deviceDevice-specific connectivity testing
Infiniband Cable ValidationSpecialized validation for InfiniBand networksHPC cluster validation, GPU interconnect verification
Hardware ValidationCheck device health and component statusPreventive maintenance, hardware lifecycle management

Configuration Management

WorkflowDescriptionPurpose
Configuration BackupBackup device configurationsConfiguration preservation, disaster recovery
Configuration DeployDeploy configurations to network devicesConfiguration updates, standardization
Multi-DeployDeploy configurations to multiple devicesBulk configuration deployment
Device Password RotationRotate user passwords on network devicesSecurity maintenance, credential lifecycle management
Site Password RotationRotate user passwords across all devices at a siteBulk security maintenance, site-wide credential rotation

Infrastructure Operations

WorkflowDescriptionPurpose
Switch OS UpgradeUpgrade network switch operating systemsSoftware lifecycle management
Infiniband MLNX OS UpgradeUpgrade Mellanox InfiniBand switch OSInfiniBand infrastructure maintenance
NVLink Switch Firmware UpgradeUpgrade NVLink switch firmwareNVLink infrastructure maintenance
Device ReprovisioningReprovision network devicesDevice lifecycle management
BMC ProvisioningDeprecated: Not for production useServer infrastructure setup

Data Center Management

WorkflowDescriptionPurpose
Connected Host MetadataCollect and manage host connectivity metadataNetwork topology discovery
VPC CreationCreate virtual private cloudsCloud infrastructure deployment
VPC DeletionDelete virtual private cloudsInfrastructure cleanup

Network Discovery

WorkflowDescriptionPurpose
Port LLDP InfoCollect LLDP information from network portsNetwork topology mapping
Infiniband Get Unhealthy PortsIdentify unhealthy InfiniBand portsNetwork health monitoring

Workflow Architecture

All workflows in Config Manager Temporal follow a consistent architecture:

  • Input validation: Structured input models with type checking
  • Stage-based execution: Multi-stage workflows with approval gates
  • Error handling: Comprehensive error management and retry policies
  • Result archiving: Persistent storage of workflow results
  • Observability: Full execution history and monitoring

Common Input Patterns

Many workflows share common input patterns:

  • Device ID: Identifier for target network device
  • Site Name: Site identifier for multi-device operations
  • User Context: User information for audit trails
  • Configuration Data: Device-specific configuration parameters

Getting Started

  1. Choose the appropriate workflow from the list above
  2. Review the input requirements for your selected workflow
  3. Prepare the input data according to the workflow specification
  4. Execute the workflow using the API or UI
  5. Monitor progress through the workflow stages
  6. Review results and output data

For detailed information about each workflow, click the workflow names in the tables above.

  • BMC Provisioning
  • Cable Validation: Device
  • Cable Validation: Infiniband
  • Cable Validation: Site
  • Configuration Backup
  • Configuration Deploy
  • Device Reprovisioning
  • Hardware Validation
  • Host Metadata Management
  • Infiniband: Get Unhealthy Ports
  • Infiniband: MLNX OS Upgrade
  • Multi-Deploy Workflow
  • NVLink Firmware Upgrade
  • Password Rotation: Device
  • Password Rotation: Site
  • Port LLDP Info
  • Switch OS Upgrade
  • VPC Creation
  • VPC Deletion