Skip to content

Commit

Permalink
Merge pull request #8 from lookbeat/os_update
Browse files Browse the repository at this point in the history
updating the supported OSs
  • Loading branch information
clay584 committed May 4, 2020
2 parents d196fa1 + 3215ccc commit 1ec43b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter_plugins/genie.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def parse_genie(cli_output,

# Is the OS provided by the user a supported OS by Genie?
# Supported Genie OSes: https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser
supported_oses = ["ios", "iosxe", "iosxr", "junos", "nxos"]
supported_oses = ["asa", "bigip", "dnac", "ios", "iosxe", "iosxr", "junos", "linux", "nxos", "sros"]
if os.lower() not in supported_oses:
raise AnsibleFilterError(
"The network OS provided ({0}) to the parse_genie filter is not a supported OS in Genie.".format(
Expand Down

0 comments on commit 1ec43b8

Please sign in to comment.