summaryrefslogtreecommitdiffstats
path: root/conductor/README.md
diff options
context:
space:
mode:
authorfsandoval <frank.sandoval@oamtechnologies.com>2018-05-31 09:36:45 -0600
committerfsandoval <frank.sandoval@oamtechnologies.com>2018-05-31 09:36:56 -0600
commit40db765dbfa3f18d59f08e84a49f08aa58b66ca0 (patch)
treef2c8251e473091c48000b68d31f783ad8a0f5298 /conductor/README.md
parentc8d14fbe6c762581737c95ede15e9b9919bee788 (diff)
moved docs to has/docs
Issue-ID: OPTFRA-242 Change-Id: Ib46a96f5d7281084cb8c859b4bbe56265b8ccdba Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com>
Diffstat (limited to 'conductor/README.md')
-rw-r--r--conductor/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/conductor/README.md b/conductor/README.md
deleted file mode 100644
index ba0316d..0000000
--- a/conductor/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Conductor
-
-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.
-
-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).
-
-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.
-
-* License: Licensed under the Apache License, Version 2.0
-* [PyPI]() - package installation
-* [Python/Linux Distribution Notes](/doc/distribution/README.md)
-* [Conductor Template Guide](/doc/template/README.md)
-* [Example Templates](/doc/examples/README.md)
-* [Homing API](/doc/api/README.md)
-* [Bugs](https://jira.onap.org/projects/OPTFRA/summary) - issue tracking
-* [Source](https://gerrit.onap.org/r/optf/has)