yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #70165
[Bug 1736171] Re: Update OS API charm default haproxy timeout values
The heat charm previously lacked the haproxy timeout controls, and that
was resolved with https://review.openstack.org/#/c/526674/. With that
landed, the default values should now be proposed against it.
** Also affects: charm-barbican
Importance: Undecided
Status: New
** Changed in: charm-barbican
Importance: Undecided => Medium
** Changed in: charm-barbican
Status: New => Fix Committed
** Changed in: charm-barbican
Milestone: None => 18.02
** Changed in: charm-barbican
Assignee: (unassigned) => David Ames (thedac)
** Changed in: charm-keystone
Status: Triaged => Fix Committed
** Changed in: charm-keystone
Assignee: (unassigned) => David Ames (thedac)
** Changed in: charm-glance
Status: Triaged => Fix Committed
** Changed in: charm-glance
Assignee: (unassigned) => David Ames (thedac)
** Changed in: charm-cinder
Status: Triaged => Fix Committed
** Changed in: charm-cinder
Assignee: (unassigned) => David Ames (thedac)
** Changed in: charm-neutron-api
Status: Triaged => Fix Committed
** Changed in: charm-neutron-api
Assignee: (unassigned) => David Ames (thedac)
** Changed in: charm-nova-cloud-controller
Status: Triaged => Fix Committed
** Changed in: charm-nova-cloud-controller
Assignee: (unassigned) => David Ames (thedac)
** Also affects: charm-ceilometer
Importance: Undecided
Status: New
** Changed in: charm-ceilometer
Importance: Undecided => Medium
** Changed in: charm-ceilometer
Status: New => Fix Committed
** Changed in: charm-ceilometer
Milestone: None => 18.02
** Changed in: charm-ceilometer
Assignee: (unassigned) => David Ames (thedac)
** Also affects: charm-swift-proxy
Importance: Undecided
Status: New
** Changed in: charm-swift-proxy
Importance: Undecided => Medium
** Changed in: charm-swift-proxy
Status: New => Fix Committed
** Changed in: charm-swift-proxy
Milestone: None => 18.02
** Changed in: charm-swift-proxy
Assignee: (unassigned) => David Ames (thedac)
** Changed in: charm-ceph-radosgw
Status: Triaged => Fix Committed
** Changed in: charm-ceph-radosgw
Assignee: (unassigned) => David Ames (thedac)
** Changed in: charm-openstack-dashboard
Status: Triaged => Fix Committed
** Changed in: charm-openstack-dashboard
Assignee: (unassigned) => David Ames (thedac)
** Also affects: charm-manila
Importance: Undecided
Status: New
** Changed in: charm-manila
Importance: Undecided => Medium
** Changed in: charm-manila
Status: New => Fix Committed
** Changed in: charm-manila
Milestone: None => 18.02
** Changed in: charm-manila
Assignee: (unassigned) => David Ames (thedac)
** Also affects: charm-aodh
Importance: Undecided
Status: New
** Changed in: charm-aodh
Importance: Undecided => Medium
** Changed in: charm-aodh
Status: New => Fix Committed
** Changed in: charm-aodh
Milestone: None => 18.02
** Changed in: charm-aodh
Assignee: (unassigned) => David Ames (thedac)
** Also affects: charm-designate
Importance: Undecided
Status: New
** Changed in: charm-designate
Importance: Undecided => Medium
** Changed in: charm-designate
Status: New => Fix Committed
** Changed in: charm-designate
Milestone: None => 18.02
** Changed in: charm-designate
Assignee: (unassigned) => David Ames (thedac)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1736171
Title:
Update OS API charm default haproxy timeout values
Status in OpenStack AODH Charm:
Fix Committed
Status in OpenStack Barbican Charm:
Fix Committed
Status in OpenStack ceilometer charm:
Fix Committed
Status in OpenStack ceph-radosgw charm:
Fix Committed
Status in OpenStack cinder charm:
Fix Committed
Status in OpenStack Designate Charm:
Fix Committed
Status in OpenStack glance charm:
Fix Committed
Status in OpenStack heat charm:
In Progress
Status in OpenStack keystone charm:
Fix Committed
Status in OpenStack Manila Charm:
Fix Committed
Status in OpenStack neutron-api charm:
Fix Committed
Status in OpenStack neutron-gateway charm:
Invalid
Status in OpenStack nova-cloud-controller charm:
Fix Committed
Status in OpenStack openstack-dashboard charm:
Fix Committed
Status in OpenStack swift-proxy charm:
Fix Committed
Status in neutron:
Invalid
Bug description:
Change OpenStack API charm haproxy timeout values
haproxy-server-timeout: 90000
haproxy-client-timeout: 90000
haproxy-connect-timeout: 9000
haproxy-queue-timeout: 9000
Workaround until this lands is to set these values in config:
juju config neutron-api haproxy-server-timeout=90000 haproxy-client-
timeout=90000 haproxy-queue-timeout=9000 haproxy-connect-timeout=9000
------- Original Bug ---------
NeutronNetworks.create_and_delete_subnets is failing when run with concurrency greater than 1.
Here's a snippet of a failure: http://paste.ubuntu.com/25927074/
Here is my rally yaml: http://paste.ubuntu.com/26112719/
This is happening using pike on xenial, from the ubuntu cloud
archive's. The deployment is distributed across 9 nodes, with HA
services.
For now we have adjusted our test scenario to be more realistic. When
we spread the test over 30 tenants, instead of 3 and if we simulate 2
users per tenant, instead of 3, we do not hit the issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-aodh/+bug/1736171/+subscriptions
References