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

Fix junos_config confirm commit issue #41527

Merged
merged 2 commits into from
Jun 29, 2018

Conversation

ganeshrn
Copy link
Member

SUMMARY

Fixes #40626

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

junos_config

ANSIBLE VERSION
2.5
ADDITIONAL INFORMATION

Fixes ansible#40626

* Due to issue in ncclient commit() method for Juniper
  device (ncclient/ncclient#238)
  add a workaround in junos netconf plugin to generate proper
  commit-configuration xml and execute it using ncclient
  generic `rpc()` method.
@ansibot
Copy link
Contributor

ansibot commented Jun 14, 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. networking Network category support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Jun 14, 2018
@ganeshrn ganeshrn removed the needs_triage Needs a first human triage before being processed. label Jun 14, 2018
@ganeshrn ganeshrn requested a review from Qalthos June 21, 2018 16:21
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. support:network This issue/PR relates to code supported by the Ansible Network Team. labels Jun 29, 2018
@ganeshrn ganeshrn merged commit 88b966e into ansible:devel Jun 29, 2018
@ganeshrn ganeshrn deleted the junos_confirm_commit_check_fix branch June 29, 2018 09:40
ganeshrn added a commit to ganeshrn/ansible that referenced this pull request Jun 29, 2018
* Fix junos_config confirm commit issue

Fixes ansible#40626

* Due to issue in ncclient commit() method for Juniper
  device (ncclient/ncclient#238)
  add a workaround in junos netconf plugin to generate proper
  commit-configuration xml and execute it using ncclient
  generic `rpc()` method.

* Update junos_config doc

(cherry picked from commit 88b966e)
ganeshrn added a commit to ganeshrn/ansible that referenced this pull request Jun 29, 2018
Fixes ansible#40626

* Due to issue in ncclient commit() method for Juniper
  device (ncclient/ncclient#238)
  add a workaround in junos netconf plugin to generate proper
  commit-configuration xml and execute it using ncclient
  generic `rpc()` method.

* Update junos_config doc

* Update changelog

(cherry picked from commit 88b966e)
nitzmahone pushed a commit that referenced this pull request Jul 3, 2018
Fixes #40626

* Due to issue in ncclient commit() method for Juniper
  device (ncclient/ncclient#238)
  add a workaround in junos netconf plugin to generate proper
  commit-configuration xml and execute it using ncclient
  generic `rpc()` method.

* Update junos_config doc

* Update changelog

(cherry picked from commit 88b966e)
mattclay pushed a commit that referenced this pull request Jul 3, 2018
* Fix junos_config confirm commit issue

Fixes #40626

* Due to issue in ncclient commit() method for Juniper
  device (ncclient/ncclient#238)
  add a workaround in junos netconf plugin to generate proper
  commit-configuration xml and execute it using ncclient
  generic `rpc()` method.

* Update junos_config doc

(cherry picked from commit 88b966e)
@ansible ansible locked and limited conversation to collaborators Jul 1, 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. core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. networking Network category support:core This issue/PR relates to code supported by the Ansible Engineering Team. support:network This issue/PR relates to code supported by the Ansible Network Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JunOs commit confirmed instant rollback
2 participants