F5Networks / f5-aws-cloudformation-v2

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

BYOL deployment fails. #46

Open ciscoCruz opened 10 months ago

ciscoCruz commented 10 months ago

Describe the bug

According to documentation the only thing I need to do is to change the init files and the Image to BYOL and that will do the trick to deploy 2 VEs in HA, however every time I try to create this deployment I get the following error:

MicrosoftTeams-image

MicrosoftTeams-image (1)

Expected behavior

The end goal is to have a peer oof BIG-IPs across AZ

Current behavior

Template fails to create the BIG-IP instances

Possible solution

Not sure why your recommendations on the documentations aren't working:

https://github.com/F5Networks/f5-aws-cloudformation-v2/blob/main/examples/failover/README.md#changing-the-big-ip-deployment

Steps to reproduce

  1. Click on Failover Existing Network button
  2. Fill the template with the parameter of your environment
  3. Change the init files to the BYOL ones
  4. Change the image to the BYOL one I tried different software versions none of the work.
  5. Your config should look as below

MicrosoftTeams-image (2)

  1. Submit
  2. Wait for the template to fail

Screenshots

Context

My goal is to provide this solution to customer since the end goal is to have this 2 HA boxes deployed and license them through BIG-IQ

mikeshimkus commented 10 months ago

@ciscoCruz Can you provide the full list of input parameters? It appears that the external interface failed to create due to the self IP being in the subnet's reserved address range. Make sure the addresses provided for bigIpExternalSelfIp01 and bigIpExternalSelfIp02 are not in that range.

ciscoCruz commented 10 months ago

MicrosoftTeams-image (3) Here is the image,