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

DNS Forward NSG Support for Bloxone Ansible v2 #45

Open
wants to merge 5 commits into
base: v2
Choose a base branch
from

Conversation

AnilGadiyarHJ
Copy link
Collaborator

Support for forward NSG in v2 ansible
Integration test - pass
Sanity - pass
Lint check - pass

@AnilGadiyarHJ AnilGadiyarHJ requested a review from unasra November 27, 2024 06:13
plugins/modules/dns_forward_nsg.py Outdated Show resolved Hide resolved
plugins/modules/dns_forward_nsg_info.py Outdated Show resolved Hide resolved
tests/integration/targets/dns_forward_nsg/tasks/main.yml Outdated Show resolved Hide resolved
tests/integration/targets/dns_forward_nsg/tasks/main.yml Outdated Show resolved Hide resolved
name: "{{ forward_nsg_name }}"
state: present
register: forward_nsg
- name: Get Information about the Forward NSG
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a new line here please !

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link
Collaborator

Choose a reason for hiding this comment

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

This comment is yet to be addressed .
We need a line between lines 16 and 17 to differentiate between creation and the several retrieval methods.

@AnilGadiyarHJ AnilGadiyarHJ requested a review from unasra December 11, 2024 16:02
plugins/modules/dns_forward_nsg.py Outdated Show resolved Hide resolved
tests/integration/targets/dns_forward_nsg/tasks/main.yml Outdated Show resolved Hide resolved
name: "{{ forward_nsg_name }}"
state: present
register: forward_nsg
- name: Get Information about the Forward NSG
Copy link
Collaborator

Choose a reason for hiding this comment

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

This comment is yet to be addressed .
We need a line between lines 16 and 17 to differentiate between creation and the several retrieval methods.

- name: Get Forward NSG information by filters (e.g. name)
infoblox.bloxone.dns_forward_nsg_info:
filters:
name: "example_nsg"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Indentation issue here

- "{{ forward_nsg.id }}"
state: present
register: secondary_forward_nsg
- name: Validate Secondary Forward NSG Creation
Copy link
Collaborator

Choose a reason for hiding this comment

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

IS this validation or the Get Information about the Secondary Forward NSG ?

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