openstack
67 TopicsHTTPS service port 8443
I'm running an Openstack Swift-Proxy-Server and I've got a request to do SSL offloading in BigIP LTM. From the application, the endpoint is SSL should terminate on BigIP LTM and the endpoint from BigIP LTM to Swift-Proxy-Server will be http://proxy.sample.com:8080. I can successfully list my containers and authenticate from Swift-Proxy and Authentication servers but when I browse URL cannot be found. I tried to change service port to 443 | HTTPS but got this ConnectionError: [Errno 111] Connection refused Is there a way that I could use service port 8443 and protocol HTTPS? Here is my VS config: Destination Address: 10.0.0.128 Service Port: 8443 | Others Protocol: TCP SSL Profile (Client): ssl_certificate SNAT POOL: Automap Address Translation: Enabled Port Translation: Enabled Source Port: Preserve Others is set to default Here is my Monitor config: Name: Monitor_8080 Type: TCP Alias Address: All Address Alias Service Port: 8080 Others is set to default Here is my POOL config: Health Monitors: Monitor_8080 Members: 10.0.0.129:8080 and 10.0.0.130:8080 Others is set to default641Views0likes2Commentsadd value in data group via REST API
Hi, F5 I tried to add value in data group via REST API what I have known is: In order to add one record in the datagroup, I need to replace the old records with new records(all old records + the new record) Is this the only way to achieve this? I am searching the way to only add the new record(value) in one datagroup instead of replace all old records with new records600Views0likes7CommentsWhat 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 find557Views0likes3CommentsCan't start Neutron-Server when F5 plugin is enabled.
Hello, I'm using Icehouse on Fedora on a working environment. I am trying to get the F5 LBaaS plugin driver working, but neutron-server dies on start when its enabled. I'm using the ml2 plugin as required, that works fine. When I set in neutron.conf: service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin service_provider=LOADBALANCER:F5:neutron.services.loadbalancer.drivers.f5.plugin_driver.F5PluginDriver:default Neutron server dies with the error: TypeError: Can't instantiate abstract class F5PluginDriver with abstract methods update_pool_health_monitor The full error is available: http://pastebin.com/83HZn85m Any assistance would be greatly appreciated! Cheers, Evan.533Views0likes8CommentsDiscovering the big ip from bigiq throwing an exception
Hi, I have a BigIP LTM VE runnin on my local Openstack setup. I just have on network associated with it. I am assigning a floating IP it and using this to discover it. I am getting following exception. Please do let me know if I am doing anything wrong. [SEVERE][4323][23 Mar 2015 23:27:21 UTC][BasicCompletion][reportError] Error getting self IP address: java.lang.Exception: No self IP matching the discovery IP for device 1241696c-625b-4063-813f-7dfa1abc9176 was found527Views0likes8CommentsOpenStack F5 plug-in IceHouse and Python Dependencies
My customer asks... Where can get the plugin that works on icehouse release without python 2.7. The python 2.7 dependency is killing my environment. We are running the Mirantis distribution of IceHouse running on CentOS. If I upgrade the python to 2.7 then the rest of the services are not working in Openstack environment. The default install comes with Python 2.6 and it doesn't work with current F5 plug-in.524Views0likes5CommentsSSL Offloading and HTTPS:8443 to HTTP:8080
I'm running an Openstack Swift-Proxy-Server and I've got a request to do SSL offloading in BigIP LTM. From the application, the endpoint is SSL should terminate on BigIP LTM and the endpoint from BigIP LTM to Swift-Proxy-Server will be http://proxy.sample.com:8080. Please help check my configurations since I am getting ConnectionError: [Errno 111] Connection refused Here is my VS config: Destination Address: 10.0.0.128 Service Port: 8443 | Others Protocol: TCP SSL Profile (Client): ssl_certificate Address Translation: Enabled Port Translation: Enabled: Source Port: Preserve Others is set to default Here is my Monitor config: Name: Monitor_8080 Type: TCP Alias Address: All Address Alias Service Port: 8080 Others is set to default Here is my POOL config: Health Monitors: Monitor_8080 Members: 10.0.0.129:8080 and 10.0.0.130:8080 Others is set to default520Views0likes3CommentsF5 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.503Views0likes2Comments