Closed estenrye closed 9 months ago
I believe the issue is in this block
on line 178 it should evaluate the description
With the 1.14.0 version, the ip_block module supports creating multiple IP blocks (same cidr and location) based on different descriptions as well as changing existing IP block descriptions by ID. The ip_block_info module also allows searching by location, description, and state. Described behavior should resolve core problem reported in the issue.
Expected Behavior
Two /28 ip blocks should be created in the
ASH
datacenter when description is different.Actual Behavior
ASH
datacenter.Inventory
Playbook
.results/ip-block-public_ip_address_block_03.yaml
Behavior when more than one /28 is present
Core Problem
The
phoenixnap.bmc.ip_block
module provides no way to disambiguate ip_blocks of the same size when creating new blocks.Workaround
phoenixnap.bmc.ip_block
to provision multiple ip blocks of the same size.inventory_hostname
for the block you are trying to provision.