Jake Carlson 77d4e1e47f Moved logger references to file headers
Moved the logger references in health_checker.py and
listener_manager.py to the file headers to match convention.
Calls to the logger were readjusted to reflect the new
variable names. Also, copied the changes which removed the
use of the pass-in logger and uses oslo_log's log.getLogger()
to handle logging.

Story: #2001031
Task: #4232

Change-Id: I66beb635a78e5f6f0caae0b5a63c55dfdb5d15fe
2017-06-15 15:47:28 -05:00
2017-05-30 13:36:49 -05:00
2017-06-13 09:07:43 -05:00
2017-05-04 22:09:22 -05:00
2016-12-12 08:50:24 -06:00
2017-05-31 11:27:53 -05:00
2017-05-01 19:25:09 -05:00
2016-12-12 08:50:24 -06:00
2017-06-03 11:39:05 -05:00
2017-06-03 11:39:05 -05:00
2017-06-03 11:39:05 -05:00
2017-05-01 19:07:42 -05:00
2017-05-01 19:24:57 -05:00
2016-12-12 08:50:24 -06:00
2016-12-12 08:50:24 -06:00
2016-12-12 08:50:24 -06:00
2016-12-12 08:50:24 -06:00
2017-05-01 19:24:57 -05:00
2017-06-08 06:21:18 +00:00
2017-06-12 18:14:22 +00:00

Valet

Valet is a cloud resource placement optimization service. Valet gives OpenStack the ability to optimize cloud resources while simultaneously meeting a cloud application's QoS requirements. Through model driven orchestration, the target state of Valet is to provide “holistic OpenStack data-plane resource placement”. Valet provides an api service, a placement optimizer (Ostro), a high availability data storage and persistence layer (Music), and a set of OpenStack plugins.

Why Valet exists:

For large-scale, multi-tenant cloud operators, there is a large demand for tenant specific service requests. This demand drives the growth of the number of cloud availability zones and compartmentalization of the cloud, which then leads to increased provisioning and sub-optimal use of cloud and staff resources. Also, security requirements lead us to place specialized network appliances of these tenants separately into “exclusive” hosts that do not have internet connectivity.

Valet responds to the challenges outlined above by enhancing OpenStack Nova scheduling to develop resource management optimization. By planning the placement of all the cloud resources for an application in a holistic manner, there is opportunity to reduce cross-rack traffic, reduce resource fragmentation, and save on operating costs.

Learn more about Valet:

Valet consists of the following components:

  • valet-openstack: a set of OpenStack plugins used to interact with Valet
  • valet-api: an API engine used to interact with Valet
  • Ostro: a placement optimization engine
  • ostro-listener: a message bus listener used in conjunction with Ostro and Music

Additional documents:

License:

Valet is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.

Description
A holistic Resource Placement Optimization Service
Readme 1.6 MiB
Languages
Python 96.7%
Shell 1.7%
reStructuredText 1.1%
HAProxy 0.5%