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

Implemented IPAM Range #48

Open
wants to merge 8 commits into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/48-range.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deprecated_features:
- b1_ipam_range - is deprecated in favor of `ipam_range`.
7 changes: 7 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ action_groups:
- ipam_subnet_info
- ipam_address_block
- ipam_address_block_info
- ipam_range
- ipam_range_info

plugin_routing:
modules:
Expand Down Expand Up @@ -65,3 +67,8 @@ plugin_routing:
deprecation:
removal_version: 3.0.0
warning_text: Use infoblox.bloxone.dns_auth_zone_info instead.

b1_ipam_range:
deprecation:
removal_version: 3.0.0
warning_text: Use infoblox.bloxone.ipam_range instead.
4 changes: 4 additions & 0 deletions plugins/modules/b1_ipam_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
author: "Amit Mishra (@amishra), Sriram Kannan(@kannans)"
short_description: Configure the IPAM range on Infoblox BloxOne DDI
version_added: "1.0.1"
deprecated:
removed_in: "3.0.0"
why: "This module is being deprecated and will be removed in version 3.0.0. Use M(ipam_range) instead."
alternative: "Use the M(ipam_range) module instead."
description:
- Create, Update and Delete the IPAM range on Infoblox BloxOne DDI. This module manages the IPAM IPAM range object using BloxOne REST APIs.
requirements:
Expand Down
Loading
Loading