From d035a0a5fea7bf94cab1b1d6816c61febdfb8eb6 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 8 Dec 2021 12:59:32 +0100 Subject: [GLOBAL] Move to Gitlab Add all necessary files in order to move OOM repo to gitlab and also uses gitlab-ci features. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: Ie3ba8d22828b103219d590886a8c58825eff2eef --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000000..cb4923d426 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ + + +# ONAP Operations Manager + +## Description + +The ONAP Operations Manager (OOM) is responsible for life-cycle management of +the ONAP platform itself; components such as SO, SDNC, etc. + +It is not responsible for the management of services, VNFs or infrastructure +instantiated by ONAP or used by ONAP to host such services or VNFs. + +OOM uses the open-source Kubernetes container management system as a means to +manage the containers that compose ONAP where the containers are hosted either +directly on bare-metal servers or on VMs hosted by a 3rd party management +system. + +OOM ensures that ONAP is easily deployable and maintainable throughout its life +cycle while using hardware resources efficiently. + +Full documentation is available in ONAP documentation in [operations and +administration guides]( +https://docs.onap.org/en/latest/guides/onap-operator/index.html). + +## Contributing + +Please see [contributing](./CONTRIBUTING.md) file to learn on how to contribute + +## Issues + +All issues should be filled in [ONAP Jira](https://jira.onap.org). + -- cgit 1.2.3-korg