openstack
67 TopicsHad anyone test Openstack LBaaS multi agent F5 solution ?
Hi, We are testing Openstack LBaaS plugin to manage F5 VE/Hardware LTM . Customer is using Centos kilo version openstack and installed F5 LBaaS v1.0.10 plugin. By now , we had tested multi agent support for F5 LBaaS plugin , here is the status: 1> 1 controller with 1 LBaaS agent to manage 1 LTM This is ok 2> 1 controller with 1 LBaaS agent to manage 1 pair HA LTM This is not work , we can adding pools and succeed in deliver to LTM , but when we try to adding vip , the system will automatic delete the whole partition on LTM after deliver to LTM . 3> 2 controller each had 1 LBaaS agent to manage 1 LTM This is also not work , we can adding pools but failed to adding VIP , same result , VIP was deliver to LTM once , and after 10-30s , LTM will delete the VIP. We had try to enable evironment_prefix == uuid , still get the same issue. And also , for step3 , we double confirmed if enable each of the controller only , everything is OK. So , I just wonder , have anyone here test multi agent solution for Openstack LBaaS ? Raymond348Views0likes2CommentsBackup script for SCP for-V11
Hi Team, Please help me to write bash script, which will copy bigip.conf file & save to local unix system on weekly basic on Weekly folder. Currently i am doing manually through unix command locally, which is taking long time. Local_Unix_System scp root@:/config/bigip.conf /home/12-MAY-2015/host_name.conf Thanks for your help.230Views0likes1Commentexpires header for images iRule v11.x
For all images, we need to implement the expires tag to tell the users’ browser if they already have the image, that they can use that cached version for X hours. For images, the expires tag should live for 7 days. For css/js files, the expires tag should live for 24 hours. Does anyone have an example iRule that will do this? I found these two links which look close : Would there be a simpler way to do this rather then the examples here? Would both of these work for 11.x? https://devcentral.f5.com/wiki/iRules.Expires-iRule.ashx https://devcentral.f5.com/questions/irule-to-set-expires-headers-for-static-conent Would something like this work? 86400 seconds = 24 hours 604800 seconds = 7 days ltm data-group internal /Common/class_cacheable_file_types{ records { ".css 86400" ".js 86400" ".bmp 604800" ".gif 604800" ".jpeg 604800" ".jpg 604800" ".png 604800" ".ico 604800" } type string } rule irule_manipulate_client_cache { when HTTP_REQUEST { Set the cache timeout for root requests. Check that the request is a GET and that there is not a query string. if {[HTTP::method] eq "GET" and [HTTP::uri] eq "/"}{ set expire_content_timeout 300 } else { Set the tiemout based on the class entry if it exists for this request. set expire_content_timeout [class match [string tolower [string range [HTTP::path] [string last . [HTTP::path]] end]] class_cacheable_file_types " "] } } when HTTP_RESPONSE { if { $expire_content_timeout ne "" } { HTTP::header replace "Cache-Control" "max-age=$expire_content_timeout, public" HTTP::header replace "Expires" "[clock format [expr ([clock seconds]+$expire_content_timeout)] -format "%a, %d %h %Y %T GMT" -gmt true]" } else { HTTP::header replace "Cache-Control" "private" HTTP::header replace Expires {-1} } } } Thanks!429Views0likes3CommentsUnable to Upgrade or Apply Hotfix on BIG-IQ VE
Hi all, I'm running BIG-IQ v4.4.0 on OpenStack, using KVM and RHEL. I'm unable to install hotfixes or images. Using [tmsh] install sys software... has no affect. [tmsh] show sys software status output is as follows, very odd; ------------------------------------------------ Sys::Software Status Volume Product Version Build Active Status ------------------------------------------------ HD1.1 none none none no audited HD1.2 none none none no audited Anyone had this issue? Thanks in advance.387Views0likes2CommentsWhat do I need to setup a working F5 lab
Hello, I am planning to buy 2 license lab for 2 VMs (active and standby) on ESXi. I want to practice with different virtual servers. The issue is, I am a Networking guy and trying to setup different virtual servers has been a pain. It's either I don't know what i am doing or what I am doing wrong (confused). I need help with regards to how to setup a working lab, test the things the I read online/youtube as I go along. I will really appreciate any help I can find627Views0likes3CommentsF5 LBaasV1 integration with Openstack Kilo and Cisco ACI
Hello, ¿has anyone tried to run the F5 LBaaSv1 for Openstack Kilo, while using Cisco ACI as SDN solution with the ml2 plugin integration? We are setting up that scenario, with an F5 physical appliance shared between all the Openstack tenants (the "under the cloud" deployment described in F5 docs) , but when trying to create a pool via Horizon GUI we get the following error "ERROR f5.oslbaasv1agent.drivers.bigip.agent_manager [-] Exception: Unsupported network type opflex. Cannot setup network." Opflex is the standard network type for Openstack with ACI, and I am not sure if it's possible to use another network type. We are asking Cisco support but meanwhile any information about a similar setup will be appreciated. Thanks.516Views0likes2Commentsf5 openstack integration
Hi, we have one Openstack Queens cluster, which we are going to tell it control our f5; i googled for solution and i saw f5 heat templates and totally this page: https://clouddocs.f5.com/cloud/openstack/v1/ but based on this page of yours: https://clouddocs.f5.com/cloud/openstack/v1/support/releases_and_versioning.html and your git, i found that there is no tested solution for queens version, so my questions are: 1- how can F5’s application delivery services can be used in OpenStack-hosted applications via the Neutron LbaaS service and/or the Heat orchestration service, when i using Queens version? 2- why the f5-openstack project seems to be stopped for newer version of openstack? is there any alternative solution? thanks in advance253Views0likes1CommentMirantis openstack install F5 LBaaSv2 issue.
Hi All I used F5 LBaaS plug-in then according to Installation Runbook,I find the f5-oslbaasv2-agent is running status,But don't display F5 agent info in neutron agent-list.Result in F5 agent don't alive. How to used F5 agent is alive,Many thanks root@node-1:/etc/neutron/services/f5 sudo service f5-oslbaasv2-agent status * f5-oslbaasv2-agent running root@node-1:/etc/neutron/services/f5 neutron agent-list +--------------------------------------+--------------------+-------------------+-------------------+-------+----------------+---------------------------+ | id | agent_type | host | availability_zone | alive | admin_state_up | binary | +--------------------------------------+--------------------+-------------------+-------------------+-------+----------------+---------------------------+ | 0d46d2c1-5d4d-4b9c-92ec-41f03e75d98d | Open vSwitch agent | node-2.domain.tld | | :-) | True | neutron-openvswitch-agent | | 1cc05fce-3dc0-43e8-811c-957cd92543ef | DHCP agent | node-1.domain.tld | nova | :-) | True | neutron-dhcp-agent | | 779c8726-0a8c-444f-bcd8-435ec3e9147d | Open vSwitch agent | node-1.domain.tld | | :-) | True | neutron-openvswitch-agent | | 9ff1af49-5227-45e0-b88f-266d2feaf0d0 | L3 agent | node-1.domain.tld | nova | :-) | True | neutron-l3-agent | | eda4a4f9-685a-40a1-bcb0-a087fd2d2150 | Metadata agent | node-1.domain.tld | | :-) | True | neutron-metadata-agent | +--------------------------------------+--------------------+-------------------+-------------------+-------+----------------+---------------------------+ Mirantis F5 LBaaS plug-in Installation Runbook link: https://www.mirantis.com/partners/f5-networks/ https://950b04d5967e797d455c-4b2d2a5b1eb18dc3d5e79a7b856f687e.ssl.cf5.rackcdn.com/application%20validation/Installation%20Runbook%20for%20Mirantis%209%20-%20F5%20LBaaSv2%20and%20Heat.pdf428Views0likes1Comment