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

Fail module if configure replace fails nxos #43546

Merged
merged 1 commit into from
Aug 1, 2018

Conversation

trishnaguha
Copy link
Member

Signed-off-by: Trishna Guha trishnaguha17@gmail.com

SUMMARY
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

plugins/terminal/nxos.py

ANSIBLE VERSION
devel

@ansibot
Copy link
Contributor

ansibot commented Aug 1, 2018

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. labels Aug 1, 2018
@ansibot ansibot added networking Network category nxos Cisco NXOS community small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Aug 1, 2018
@trishnaguha trishnaguha changed the title Fail module if configure replace is failed nxos Fail module if configure replace fails nxos Aug 1, 2018
@trishnaguha trishnaguha force-pushed the nxos_terminal_plugin branch 2 times, most recently from dc0f1d0 to c132807 Compare August 1, 2018 14:28
@@ -48,7 +48,8 @@ class TerminalModule(TerminalBase):
re.compile(br"unknown command"),
re.compile(br"user not present"),
re.compile(br"invalid (.+?)at '\^' marker", re.I),
re.compile(br"baud rate of console should be (\d*) to increase severity level", re.I)
re.compile(br"baud rate of console should be (\d*) to increase severity level", re.I),
re.compile(br"Configure replace failed", re.I)
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd like to see a trailing comma here, just to keep future changes smaller

@ansibot ansibot removed the needs_triage Needs a first human triage before being processed. label Aug 1, 2018
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
@trishnaguha trishnaguha merged commit 1f410cc into ansible:devel Aug 1, 2018
@trishnaguha trishnaguha deleted the nxos_terminal_plugin branch August 1, 2018 15:00
@trishnaguha trishnaguha added this to Need CP into 2.6 in zzz NOT USED: Networking Bugs Aug 1, 2018
@trishnaguha trishnaguha added this to Need CP into 2.5.6 in zzz NOT USED: Networking Bugs Aug 1, 2018
@trishnaguha trishnaguha moved this from Need CP into 2.6 to Done in zzz NOT USED: Networking Bugs Aug 8, 2018
trishnaguha added a commit to trishnaguha/ansible that referenced this pull request Aug 8, 2018
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
@trishnaguha
Copy link
Member Author

reverted by #43806

trishnaguha added a commit to trishnaguha/ansible that referenced this pull request Aug 8, 2018
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
alikins added a commit that referenced this pull request Aug 8, 2018
* devel: (177 commits)
  Fix all ACI examples to use delegate_to (#43439)
  Ensure removed_in is StrictVersion before comparing (#43835)
  Network *_config action plugin updates (#43838)
  Lenovo size reduce cnos.py of util (#43823)
  Add OpenStack Magnum cluster template module (#42654)
  Correct task args in azure_rm_managed_disk test.
  Fix PEP 8 issue in exos_facts.
  Add os_listener module for OpenStack Octavia (#42604)
  Add os_loadbalancer module for OpenStack Octavia service (#42552)
  network/exos: add exos_facts module (#43210)
  Added junos_config note about override set format (#43608)
  New networking module: voss_command (#43741)
  make lockfile destination settable and update doc (#42795)
  VMware: Update example (#43786)
  Update eos clcionf plugin (#43809)
  refine aks  document (#43810)
  revert #43546 nxos terminal plugin (#43806)
  improve 'service' integration tests (#43655)
  Fix nsg cannot add rule with  purge_rules false (#43699)
  add azure_rm_appserviceplan module (#40906)
  ...
@dagwieers dagwieers added the cisco Cisco technologies label Feb 23, 2019
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. cisco Cisco technologies networking Network category nxos Cisco NXOS community small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants