c90eff64c78797e1e4f3c40ac68bdaf21fdf3450
[optf/has.git] / conductor / README.rst
1 =========
2 Conductor
3 =========
4
5 OF-HAS is the implementation of the ONAP Homing Service. The formal project name in ONAP is *OF-HAS*. The informal name for the project is *Conductor* (inherited from the seed-code), which is interchangeably used through the project.
6
7 Given the description of what needs to be deployed (demands) and the placement requirements (constraints), Conductor determines placement candidates that meet all constraints while optimizing the resource usage of the AIC infrastructure. A customer request may be satisfied by deploying new VMs in AIC (AIC inventory) or by using existing service instances with enough remaining capacity (service inventory).
8
9 From a canonical standpoint, Conductor is known as a *homing service*, in the same way OpenStack Heat is an orchestration service, or Nova is a compute service.
10
11 * License: Licensed under the Apache License, Version 2.0
12 * `PyPI`_ - package installation
13 * `Python/Linux Distribution Notes`_
14 * `Conductor Template Guide`_
15 * `Example Templates`_
16 * `Homing API`_
17 * `Bugs`_ - issue tracking
18 * `Source`_
19
20 .. _PyPI:
21 .. _Python/Linux Distribution Notes: /doc/distribution/README.md
22 .. _Conductor Template Guide: /doc/template/README.md
23 .. _Example Templates: /examples/README.md
24 .. _Homing API: /doc/api/README.md
25 .. _Bugs: https://jira.onap.org/projects/OPTFRA/summary
26 .. _Source: https://gerrit.onap.org/r/optf/has