F5Networks / f5-common-python

Python SDK for configuration and monitoring of F5® BIG-IP® devices via the iControl® REST API.
https://f5-sdk.readthedocs.org
Apache License 2.0
262 stars 133 forks source link

Add NIC to devices under test #927

Open jasonrahm opened 7 years ago

jasonrahm commented 7 years ago

Request #865 requires that we connect to another interface on BIG-IP other than the management interface in order to successfully run functional tests.

We need to add a NIC and pre-establish:

wojtek0806 commented 7 years ago

there is a slight issue in the fact that vagrant seems to only allow one natted adapter, with this adapter being the first adapter:

https://groups.google.com/forum/#!topic/vagrant-up/xEsuc0oQdWk

Need to think how we can go around it in bigip config

wojtek0806 commented 7 years ago

@tar we good to close this one, since you mentioned moving towards PD OS environment?

caphrim007 commented 7 years ago

@wojtek0806 havent moved there yet

wojtek0806 commented 7 years ago

@caphrim007 since this is a vagrant limitation is this doable?

caphrim007 commented 7 years ago

i think so