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 fetching old style facts in junos_facts module #42336

Merged
merged 3 commits into from
Jul 5, 2018

Conversation

ganeshrn
Copy link
Member

@ganeshrn ganeshrn commented Jul 5, 2018

SUMMARY

Fixes #42298

  • To fetch old style facts from junos device it requires
    login credentials in provider, hence while using
    connection=nectonf do not delete provider values
    as it might not be ignored

  • Add ofacts as one of the options in gather_subset

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

junos_facts

ANSIBLE VERSION
2.7
ADDITIONAL INFORMATION

Fixes ansible#42298
* To fetch old style facts from junos device it requires
  login credentials in provider, hence while using
  connection=nectonf do not delete provider values
  as it might not be ignored

* Add `ofacts` as one of the options in `gather_subset`
@ansibot
Copy link
Contributor

ansibot commented Jul 5, 2018

@ansibot ansibot added 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. 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. support:network This issue/PR relates to code supported by the Ansible Network Team. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Jul 5, 2018
@ansible ansible deleted a comment from ansibot Jul 5, 2018
@ganeshrn ganeshrn removed the needs_triage Needs a first human triage before being processed. label Jul 5, 2018
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Jul 5, 2018
@justjais justjais merged commit 31dd41e into ansible:devel Jul 5, 2018
@ganeshrn ganeshrn deleted the junos_old_facts_fix branch July 5, 2018 13:10
ganeshrn added a commit to ganeshrn/ansible that referenced this pull request Jul 5, 2018
* Fix fetching old style facts in junos_facts module

Fixes ansible#42298
* To fetch old style facts from junos device it requires
  login credentials in provider, hence while using
  connection=nectonf do not delete provider values
  as it might not be ignored

* Add `ofacts` as one of the options in `gather_subset`

* Minor update in documentation

* Fix CI failure

(cherry picked from commit 31dd41e)
mattclay pushed a commit that referenced this pull request Jul 9, 2018
* Fix fetching old style facts in junos_facts module (#42336)

* Fix fetching old style facts in junos_facts module

Fixes #42298
* To fetch old style facts from junos device it requires
  login credentials in provider, hence while using
  connection=nectonf do not delete provider values
  as it might not be ignored

* Add `ofacts` as one of the options in `gather_subset`

* Minor update in documentation

* Fix CI failure

(cherry picked from commit 31dd41e)

* Update changelog
@ansible ansible locked and limited conversation to collaborators Jul 5, 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.

Unable to use the junos_facts module with netconf connection
3 participants