Forum Discussion
iApp template help required
I am looking for a help in building an iApp template with Single VIP IP attached with iRule with Dev, Prod and QA pools based on URL redirection. Example
ABC1.abc.com -> Single VIP IP with dev, QA and Prod pools ABC2.abc.com -> Single VIP IP with dev, QA and Prod pools ABC3.abc.com -> Single VIP IP with dev, QA and Prod pools
using standard profiles http and wildcard certificate profile.
Can this be possible? any init direction is appreciated..
3 Replies
- Jinshu
Cirrus
If i understand your request correctly, you want to create single VIP with nodes including dev, QA and prod enviornments.
if yes, the template Local-f5.http iAPP might help.
-Jinshu
- Jinshu
Cirrus
If your requirement is to create a VIP and redirect the traffic based on the hostname, below irule might help you.
Create VIP and associate irule in there.
when HTTP_REQUEST { if { ([string tolower [HTTP::host]] equals "abc1.abc.com") } { pool qa_pool } if { ([string tolower [HTTP::host]] equals "abc2.abc.com") } { pool dev_pool } else { pool prod_pool } }-Jinshu
- Fred_Slater_856Historic F5 Account
Multiple pools are handled from 1 virtual using an irule in the f5.microsoft_exchange_2013_cas iApp. If you want to use that code for reference, look for "combined_pool_irule".
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com