Closed megamattzilla closed 10 months ago
Thanks for reporting this, added to our jira backlog with INFRAANO-1153 for tracking. We will keep you posted.
Hi @megamattzilla , from the GUI behaviour , using existing selfips shows below warning: we can map exist vlans and let sslo can create selfips is recommended way. please let me know do u see any problem in creating sslo creating new selfips ?
Hello!
This customer prefers to perform all self-IP configurations when the device is initially provisioned and then reference them in SSLO UI. They also deploy all service chain devices (20+ devices) with all their configurations including IP scheme when SSLO is initially deployed.
I believe they had problems with auto-manage not always picking a predictable subnet so it was difficult for them to configure the IP scheme on all their security devices and then have it line up with whatever SSLO UI auto assigns.
I believe service type and order of creation affects the auto IP subnet selection.
Thanks!
This issue will also fix #61 .
We need the ability to disable auto manage address for SSLO service type and ansible module bigip_sslo_service_layer3
as well. Would this fix be applied to that module as well?
Hello, based on our research, if you want to use selfips with different cidr network using auto manage option not possible.
if you need to use selfips of different network/custom selfips ideal way is to use auto manage disable
added additional auto_manage and use_exist_selfip flags to handle these scenarios.
COMPONENT NAME
bigip_sslo_service_http
Environment
ANSIBLE VERSION
BIGIP VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 20.04.3
SUMMARY
bigip_sslo_service_http module cannot create a service when the referenced self_IP already exists on Big-IP. This is a valid configuration when using the SSLO user interface- you can select an already created self-IP. It seems the ansible module only supports creating a self-IP- it doesnt check if the self-IP already exists.
STEPS TO REPRODUCE
EXPECTED RESULTS
Service is created successfully using the existing self_ip on Big-IP.
ACTUAL RESULTS