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

Resolve issue #107 to restore network report demo #175

Merged
merged 9 commits into from
Sep 18, 2024

Conversation

taruch
Copy link
Contributor

@taruch taruch commented Aug 28, 2024

Resolves issue 107.

Fixes report through documentation (README.md updates) and playbook changes.

@taruch
Copy link
Contributor Author

taruch commented Aug 29, 2024

[commented out the IOS XE facts collection until I understand the issue]
Should have been IOS XR, not XE.

fc6b819

Copy link
Collaborator

@jce-redhat jce-redhat left a comment

Choose a reason for hiding this comment

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

Could you change the title to something more descriptive? All commit titles get added to the changelog section of the newsletter.

Comment on lines 5 to 11
# - name: Permit traffic in default zone for http service
# ansible.posix.firewalld:
# service: http
# permanent: true
# state: enabled
# immediate: true
# check_mode: false
Copy link
Collaborator

Choose a reason for hiding this comment

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

same as above, delete vs. comment out

Comment on lines 23 to 27
# - name: Gather all network resource and minimal legacy facts [Cisco IOS XR]
# cisco.iosxr.iosxr_facts:
# gather_subset: min
# gather_network_resources: all
# when: ansible_network_os == 'cisco.iosxr.iosxr'
Copy link
Collaborator

Choose a reason for hiding this comment

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

same as above, delete vs. comment out

@taruch taruch changed the title Ansible#107 Ansible#107 Updates to resolve issue 107 to restore network report demo Aug 30, 2024
@taruch taruch changed the title Ansible#107 Updates to resolve issue 107 to restore network report demo Ansible#107 Resolve issue #107 to restore network report demo Aug 30, 2024
@taruch taruch changed the title Ansible#107 Resolve issue #107 to restore network report demo Resolve issue #107 to restore network report demo Aug 30, 2024
@taruch
Copy link
Contributor Author

taruch commented Aug 30, 2024

Requested changes made in commit f699741

@jce-redhat jce-redhat merged commit a359559 into ansible:main Sep 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants