Skip to content

Commit

Permalink
IPAM Address and Next Available IP Support for Bloxone Ansible v2 (in…
Browse files Browse the repository at this point in the history
…fobloxopen#55)

* Ipam_address_Integration test cases

* Added address info

* modified Ipam_Address according Sanity test

* modified ipam_address tests

* added ChangeLog and Deprecation Notice

* added extra spaces

* modifies the examples from .py files and .yml files

* added spaces in .yml files

* refactor the address

* refactor code as per comment

* changed Asset statement

* added cleanup task

* added next available ip functionality

* added changelog

* added extra space

* fixed antsibull-docs and next_available_ip_info

* added required_by instead of required_together in address_block

* modified the documentation
  • Loading branch information
ybhalchim authored Jan 22, 2025
1 parent 92fa9ab commit a624192
Show file tree
Hide file tree
Showing 13 changed files with 1,481 additions and 1 deletion.
12 changes: 12 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ action_groups:
- ipam_host
- ipam_host_info
- ipam_next_available_address_block_info
- ipam_address
- ipam_address_info
- ipam_next_available_ip_info

infra:
- infra_join_token
Expand Down Expand Up @@ -87,3 +90,12 @@ plugin_routing:
deprecation:
removal_version: 3.0.0
warning_text: Use infoblox.bloxone.ipam_host_info instead.

b1_ipam_ipv4_reservation:
deprecation:
removal_version: 3.0.0
warning_text: Use infoblox.bloxone.ipam_address instead.
b1_ipam_ipv4_reservation_gather:
deprecation:
removal_version: 3.0.0
warning_text: Use infoblox.bloxone.ipam_address_info instead.
Loading

0 comments on commit a624192

Please sign in to comment.