F5Networks / f5-openstack-agent

The F5 Agent for OpenStack Neutron allows you to deploy BIG-IP services in an OpenStack environment.
http://clouddocs.f5.com/products/openstack/agent/latest
Apache License 2.0
14 stars 38 forks source link

Creation of objects while agent is down #313

Closed alonsocamaro closed 6 years ago

alonsocamaro commented 8 years ago

OpenStack Release

Mitaka

Description

HI all

I did create a loadbalancer object whilst the agent was down. I was expecting that these would be created after the agent is started but they are in PENDING_UPDATE state, ie:

| 83b6fec6-6369-49bd-84a9-ea54ec1f3a33 | pkg-lbaasv2-1 | 10.0.2.190 | PENDING_UPDATE | f5networks |

I understand this is not the expected behavior

I append the agent.ini config below. Please let me know which information you would like to have.

Regards

       Ulises

Agent Version

9.0.2

Operating System

Mirantis 9

 Agent.ini configuration

[DEFAULT]
debug = True
periodic_interval = 10
service_resync_interval = 120
environment_prefix = 'Project'
f5_ha_type = scalen
f5_external_physical_mappings = physnet2:1.1:False, physnet2:1.2:False
f5_populate_static_arp = False

l2_population = False
f5_global_routed_mode = True 
use_namespaces = False
max_namespaces_per_tenant = 1
f5_route_domain_strictness = False
f5_snat_mode = True
f5_snat_addresses_per_subnet = 1
f5_common_external_networks = True
common_network_ids = b074b671-2136-4945-8466-3e23131126d3:vlan.ext,2516ef1d-dd30-4c92-89a7-6a12490ce1da:vlan.int
l3_binding_driver = f5_openstack_agent.lbaasv2.drivers.bigip.l3_binding.AllowedAddressPairs
f5_bigip_lbaas_device_driver = f5_openstack_agent.lbaasv2.drivers.bigip.icontrol_driver.iControlDriver
icontrol_hostname = 10.128.5.119, 10.128.5.118, 10.128.5.114
icontrol_username = admin
icontrol_password = admin
auth_version = v3
os_auth_url = http://10.128.5.251:5000/v3
os_username = ulises
os_password = default
os_user_domain_name = ulises
os_project_name = ulises
os_project_domain_name = ulises
f5_parent_ssl_profile = clientssl
richbrowne commented 6 years ago

Fixed by #1085