F5Networks / f5-aws-cloudformation-v2

AWS Cloudformation Templates for quickly deploying BIG-IP services in AWS
12 stars 21 forks source link

mgmtSelfIp still seems to use DHCP on BIGIP #23

Open mwardbopp opened 1 year ago

mwardbopp commented 1 year ago

Describe the bug

when passing ip address in for mgmtSelfIp the BIGIP is still using DHCP.

mgmtSelfIp No   string The private IP address to apply to the primary IP configuration on the management network interface. The address must reside in the subnet provided in the mgmtSubnetId parameter. Note: When set to empty string, DHCP will be used for allocating ip address.

Expected behavior

The bigip should be configured with the IP address but not show configured-by-dhcp

Current behavior

bigip is showing DHCP in use sys management-ip 172.16.1.50/24 { description configured-by-dhcp }

Steps to reproduce

https://github.com/mwardbopp/cft_templates/tree/main/CSTv2

use the following input/outputs or any input which uses an IP for mgmtSelfIp

https://github.com/mwardbopp/cft_templates/blob/main/CSTv2/bigip-standalone-1.yaml https://github.com/mwardbopp/cft_templates/blob/main/CSTv2/cstv2-standalone-1.json

Your Environment

shyawnkarim commented 1 year ago

Thanks for filing this bug. We are now tracking this internally with ID ESECLDTPLT-3165.