F5Networks / f5-cloud-failover-extension

F5 Cloud Failover Extension
Apache License 2.0
15 stars 2 forks source link

Status: Network interface f5-bigip-vm-02-nic-03 must have one or more IP configurations #129

Open DahlPatric opened 1 year ago

DahlPatric commented 1 year ago

Description

We have issues when trying to failover cluster and that trigger CFE saying. finest: [f5-cloud-failover] Status: Network interface f5-bigip-vm-02-nic-03 must have one or more IP configurations. Retries left:

In Azure on NIC we see primary IP exist.

"ipConfigurations": [ { "name": "f5-bigip-vm-02-ipconfig-primary0", "id": "[concat(resourceId('Microsoft.Network/networkInterfaces', parameters('networkInterfaces_f5_bigip_vm_02_nic_03_name')), '/ipConfigurations/f5-bigip-vm-02-ipconfig-primary0')]", "etag": "W/\"xxxxxxx-3116-xxx-9301-xxxxc0cf4d13\"", "type": "Microsoft.Network/networkInterfaces/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.45.136.12", "privateIPAllocationMethod": "Static", "subnet": { "id": "[concat(parameters('virtualNetworks_vnet_ingress_cn3_externalid'), '/subnets/backend-subnet')]" }, "primary": true, "privateIPAddressVersion": "IPv4" } } ],

Environment information

For bugs, enter the following information:

Severity Level

Severity level definitions:

  1. Severity 1 (Critical) : Defect is causing systems to be offline and/or nonfunctional. immediate attention is required.
mikeshimkus commented 1 year ago

Hi @DahlPatric, since this is a severity 1 issue, please open a ticket with F5 support and share the ticket number here so we can track it. Thanks

pcloup commented 1 year ago

Hi Michael , here is the SR associated : #00480886 Thanks