F5Networks / f5-google-gdm-templates

Google Deployment Templates for quickly deploying BIG-IP services in Google Cloud Platform
28 stars 45 forks source link

Error: aliasip: is already being used by another #78

Closed t-songtong closed 1 year ago

t-songtong commented 1 year ago

Do you already have an issue opened with F5 support?

Not yet, it's not critical as I just tested the script for first time.

Description

When run gcloud deploy, i got error on aliasip as follows: When providing one value, the script errors on that one value. If providing two values (semicolon separator), got error on the second value. Result: only bigip1 is created.

ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1678698586130-5f6c478e948f3-93704f76-5de7a834]: errors:

Template

For bugs, enter the template with which you are experiencing issues below.

I am using via-api template from https://github.com/F5Networks/f5-google-gdm-templates/tree/main/supported/failover/same-net/via-api/3nic/existing-stack/byol #(EC-43)

Copied the aliasip in yaml file as below. My subnet1 is 10.0.2.0/24.

aliasIp: '10.0.2.240/29;10.0.2.248/29'

Severity Level

For bugs, enter the bug severity level. Do not set any labels.

Severity: 4

t-songtong commented 1 year ago

Same error if attempt to edit the big-ip instance and add alias IP range (smaller subnet) which is in same subnet1 as below screenshot.

image

t-songtong commented 1 year ago

Think I know the problem, when assigned 10.0.2.240/29, working fine. I forgot that google reserved .254 address .

t-songtong commented 1 year ago

image