commit | 259e8762948abfe1292feafffbedbd26866f63e5 | [log] [tgz] |
---|---|---|
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | Fri Mar 11 15:15:36 2022 +0000 |
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | Mon Mar 14 07:17:02 2022 +0000 |
tree | 28f35984a09d6f8fd0bd13c81b83cf5c3ca6a028 | |
parent | 4830e66d51450883839a7198ea0108376449b66e [diff] |
[OOM][OOF-HAS] Use basic password strength to avoid dollar sign OOF HAS controller uses Python oslo library to manage config files. In Python configuration files dollar sign ($) is used to reference other values. If that sign is in generated password container can't parse configuration file and exits with error. Basic password strength means it will use only alphanumberic characters. Issue-ID: OPTFRA-1028 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id31d6f21f22dab93386ea36e2aa026f70367c2e0
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.
Please see contributing file to learn on how to contribute
All issues should be filled in ONAP Jira.