f5-declarative-onboarding icon indicating copy to clipboard operation
f5-declarative-onboarding copied to clipboard

DO "reachable" via a different IP address

Open fchmainy opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

When composing a DO declaration specifying BIG-IQ licensing parameters for a "reachable" set up, DO automatically takes the BIG-IP management (private) IP as the target for licensing.

In my case, BIG-IPs are deployed in public clouds and their mgmt interface are attached to a private IP mapped to a public IP. So in this case, licensing fails.

Fri, 02 Apr 2021 20:40:39 GMT - fine: [f5-declarative-onboarding: systemHandler.js] {"licensePoolName":"test-pool","command":"assign","address":"10.0.120.82","port":443,"user":"admin","password":"********","skuKeyword1":"F5-BIG-MSP-AWF-1G","unitOfMeasure":"hourly","id":"509eae18-cb6c-4ff8-90a1-631a5aecb3d9","status":"STARTED","userReference":{"link":"https://localhost/mgmt/shared/authz/users/azureuser"},"identityReferences":[{"link":"https://localhost/mgmt/shared/authz/users/azureuser"}],"ownerMachineId":"acfd922e-fe44-4949-b83c-80460ee8a9f4","taskWorkerGeneration":1,"generation":1,"lastUpdateMicros":1617396038401585,"kind":"cm:device:tasks:licensing:pool:member-management:devicelicensingassignmenttaskstate","selfLink":"https://localhost/mgmt/cm/device/tasks/licensing/pool/member-management/509eae18-cb6c-4ff8-90a1-631a5aecb3d9"}

Fri, 02 Apr 2021 20:40:54 GMT - finer: [f5-declarative-onboarding: systemHandler.js] Current licensing task status: FAILED
Fri, 02 Apr 2021 20:40:54 GMT - info: [f5-declarative-onboarding: systemHandler.js] Licensing failed Unable to assign license; Device at 10.0.120.82 is not reachable. Please ensure that you've entered the correct IP address and restjavad services on the device are running.

Describe the solution you'd like

I would like to have, somewhere in the declaration, an extra IP address attribute for the public IP address mapped to the mgmt NIC so BIG-IQ can reach the BIG-IP.

fchmainy avatar Apr 06 '21 08:04 fchmainy