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

Next Available Address Block Support for Ansible V2 #58

Merged
merged 13 commits into from
Jan 15, 2025

Conversation

VishrutiBuddhadev
Copy link

No description provided.

Comment on lines +754 to +755
cidr: 20
next_available_id: "{{ address_block.id }}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

will this work, next available can only be created as a child block /20 here is not a child block of /24

Copy link
Author

Choose a reason for hiding this comment

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

Modified address block cidr to 16

Copy link
Collaborator

Choose a reason for hiding this comment

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

what is {{ address_block }} and {{ ip_space }}. They haven't been put in to registers in the task above.

Copy link
Author

Choose a reason for hiding this comment

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

Modified! aded register for ip_space and address_block

@mathewab
Copy link
Collaborator

please add a chanelog as well

Comment on lines +754 to +755
cidr: 20
next_available_id: "{{ address_block.id }}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

what is {{ address_block }} and {{ ip_space }}. They haven't been put in to registers in the task above.

@mathewab mathewab merged commit cb5291a into infobloxopen:v2 Jan 15, 2025
16 checks passed
unasra pushed a commit to unasra/bloxone-ansible that referenced this pull request Feb 4, 2025
* added code for next_available_address_block

* added test cases for next_available_address_block

* modified examples

* added ipam_next_available_address_block.py to runtime.yml

* modified cleanup.yml

* addressed review comment

* modified examples

* modified examples

* addressed review comments

* addressed review comments
unasra pushed a commit to unasra/bloxone-ansible that referenced this pull request Feb 4, 2025
* added code for next_available_address_block

* added test cases for next_available_address_block

* modified examples

* added ipam_next_available_address_block.py to runtime.yml

* modified cleanup.yml

* addressed review comment

* modified examples

* modified examples

* addressed review comments

* addressed review comments
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.

3 participants