I am starting to think about Infoblox test automation and am trying to figure out what the best way to handle (for automation and CI) the fact that infoblox requires the installer to be run with the following sets of options in order to point the satellite to the infoblox appliance:
How do usually handle this when writing automation and for CI runs?
Also, one thing to point out is by running the above, trying to do any other provisioning using DHCP/DNS on that capsule will be done using the Infoblox DHCP and DNS plugins and not the BIND/ISC-DHCP ones, so it has the potential to break other provisioning tests.
How should I go about writing the tests and CI bits to make sure this is all handled properly?
With the advent of broker and better xdist integration, these tests are handled as destructive tests, and can deploy additional VM's as necessary to isolate tests of this nature.
I am starting to think about Infoblox test automation and am trying to figure out what the best way to handle (for automation and CI) the fact that infoblox requires the installer to be run with the following sets of options in order to point the satellite to the infoblox appliance:
and/or
How do usually handle this when writing automation and for CI runs?
Also, one thing to point out is by running the above, trying to do any other provisioning using DHCP/DNS on that capsule will be done using the Infoblox DHCP and DNS plugins and not the BIND/ISC-DHCP ones, so it has the potential to break other provisioning tests.
How should I go about writing the tests and CI bits to make sure this is all handled properly?