-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bigip_sslo_service_http cannot create a service with an existing self-ip #63
Comments
Thanks for reporting this, added to our jira backlog with INFRAANO-1153 for tracking. We will keep you posted. |
Hi @megamattzilla , |
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 |
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
The text was updated successfully, but these errors were encountered: