Bug ID 752722: Deploying application services using some of the default templates to VMware SSG fails

Last Modified: Jul 12, 2023

Affected Product(s):
BIG-IQ Applications(all modules)

Known Affected Versions:
6.1.0, 7.0.0, 7.0.0.1, 7.0.0.2, 7.1.0, 7.1.0.1, 7.1.0.2, 7.1.0.3, 7.1.6, 7.1.6.1, 7.1.7, 7.1.7.1, 7.1.7.2, 7.1.8, 7.1.8.1, 7.1.8.2, 7.1.8.3, 7.1.8.4, 7.1.8.5, 7.1.9, 7.1.9.7, 7.1.9.8, 7.1.9.9

Opened: Dec 11, 2018

Severity: 2-Critical

Symptoms

When using the following default templates to deploy application services to BIG-IP devices in a VMware service scaling group (SSG), deployment fails with an 'unable to get prototype' error. The default templates that fail are: - Default-f5-HTTPS-offload-lb-template - Default-f5-HTTP-lb-template - Default-f5-fastHTTP-lb-template - Default-f5-HTTPS-offload-lb-Access-AD-Authentication-template - Default-f5-HTTPS-offload-lb-Access-RADIUS-Authentication-template - Default-f5-HTTPS-offload-lb-Access-LDAP-Authentication-template

Impact

Application service deployment to VMware SSG does not complete.

Conditions

This occurs only on systems upgraded from BIG-IQ version 6.0.x to 6.1.0.

Workaround

Run the template-specific REST call from the BIG-IQ system: - Default-f5-HTTP-lb-template curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/d227aaac-7943-3006-bc9f-b487671f29ba -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' - Default-f5-HTTPS-offload-lb-template curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/26364976-3b50-3f39-a239-3c308c8687cf -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/1c50ae7b-9636-3e21-81e5-7a5f7da91996 -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' - Default-f5-fastHTTP-lb-template curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/92957cc6-2074-37e9-af3c-0257bb9bb997 -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' - Default-f5-HTTPS-offload-lb-Access-AD-Authentication-template curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/1d10ebba-25cd-3938-890a-380acb2525d6 -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/a6bcf439-2e77-3ee9-8113-a82442cfbb6a -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' - Default-f5-HTTPS-offload-lb-Access-RADIUS-Authentication-template curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/acf6b94d-50f0-36dd-b625-14550ae50011 -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/7f8c81a6-6bda-307e-8a4b-22fdd964974c -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' - Default-f5-HTTPS-offload-lb-Access-LDAP-Authentication-template curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/050805c8-b01d-364e-8a42-030a7d183828 -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}' curl -sku admin:password https://localhost/mgmt/cm/security-shared/template-config/virtuals/29d71136-cd9a-3510-b678-58d4bec1165d -X PATCH -H "Content-Type: application/json" -d '{"throughputCapacity": 4294967295}'

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips