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

Cisco ios show boot update #1045

Conversation

shanecbauman
Copy link
Contributor

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT

Template: ntc_templates/templates/cisco_ios_show_boot.textfsm
OS: cisco_ios
Command: show boot

SUMMARY

Bugfix of this pull request to include new keys in yaml file.

Before:

---
parsed_sample:
  - allow_dev_key: "yes"
    auto_upgrade: "yes"
    auto_upgrade_path: ""
    boot_path: "flash:c3750e-ipbasek9-mz.150-2.SE11.bin"
    buffer_size: "524288"
    config_download_dhcp: "disabled"
    config_download_dhcp_next_boot: ""
    config_file: "flash:/config.text"
    enable_break: "yes"
    helper_path_list: ""
    manual_boot: "no"
    priv_config_file: "flash:/private-config.text"
    timeout_config_download: "0"

After:

---
parsed_sample:
  - switch_number: ""
    boot_path: "flash:c3750e-ipbasek9-mz.150-2.SE11.bin"
    config_file: "flash:/config.text"
    priv_config_file: "flash:/private-config.text"
    enable_break: "yes"
    manual_boot: "no"
    allow_dev_key: "yes"
    helper_path_list: ""
    auto_upgrade: "yes"
    auto_upgrade_path: ""
    buffer_size: "524288"
    timeout_config_download: "0"
    config_download_dhcp: "disabled"
    config_download_dhcp_next_boot: ""
    boot_mode: ""
    current_boot_variables: ""

Copy link
Contributor

@diepes diepes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should fix the master branch.
#1038

@jmcgill298
Copy link
Contributor

no changes after resolving conflicts

@jmcgill298 jmcgill298 closed this Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants