infobloxopen / infoblox-ansible

Ansible modules for interfacing to Infoblox systems
GNU General Public License v3.0
54 stars 60 forks source link

bug: DTC topology #190

Open jbisabel opened 1 year ago

jbisabel commented 1 year ago

The nios_dtc_pool and nios_dtc_lbdn modules currently allow to choose TOPOLOGY as lb_preferred_method and lb_method. However specifying this errors out because you can't pass the actual topology that the pool/lbdn should use (nor is there a module that allows you to create them in the first place)

badnetmask commented 1 year ago

@jbisabel when I wrote these modules I didn't have a use-case for topology, so I did not realize it required some extra parameters. I will find some time to add this.

Quick question though: would you have any expectations to actually define the topology itself from Ansible, or simply referring to it from the pool/lbdn would be enough for you?

jbisabel commented 1 year ago

@badnetmask Ideally there'd also be a separate module allowing me to actually define the topologies as well. As you maybe saw, I created a separate similar feature request for monitors as well.

ranjishmp commented 1 year ago

@hemanthKa677 Please review this PR

praig commented 1 year ago

Same issue. Same response to topology question as well.

badnetmask commented 5 months ago

@JkhatriInfobox - Since #191 has been merged, does it mean this issue can be closed? (I don't have access to do so).