F5Networks / f5-cloud-libs

Node.js libraries to assist in cloud deployments.
Apache License 2.0
29 stars 14 forks source link

BIGIQ licensing, Tenant field to be changed #25

Closed amolari closed 4 years ago

amolari commented 4 years ago

BIGIQ licensing: the Tenant information doesn't make much sense:

In bigIq54LicenseProvider.js, line 182

tenant: mgmtAddress=${deviceInfo.managementAddress},hostname=${deviceInfo.hostname},

The lack of "real" Tenant information is an issue if we have multiple clusters running (especially in the same VPC => same CIDR): difficult to distinguish which license belongs to which deployment.

I'm asking for the possibility to use a variable value for the tenant field. That variable could then be set in the CFT (AWS) to the customers' wish.

andreykashcheev commented 4 years ago

This enhancement is tracked internally using ESECLDTPLT-2062

amolari commented 4 years ago

fixed with cloud-libs v4.21.0 (CFT 5.7.0)