X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-proj%2FREADME.md;h=f99e282fffed5c6b00ca06d03005b5eb3018dc24;hb=HEAD;hp=1a6cf9e931f417921816bd800361712d6ea5f527;hpb=91f16aa687b9d971bd3cc03c3dba57bece37679e;p=nonrtric%2Fplt%2Franpm.git diff --git a/docker-proj/README.md b/docker-proj/README.md index 1a6cf9e..f99e282 100644 --- a/docker-proj/README.md +++ b/docker-proj/README.md @@ -1,3 +1,18 @@ +## License + +Copyright (C) 2023 Nordix Foundation. All rights reserved. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + ## RANPM project in docker A docker compose project showing pm file flow from simulated network elements to filtered pm data. @@ -54,16 +69,36 @@ To remove run: To update the filter edit and run: `./update-pmlog.sh` +### PM rApp +Additionally you can install PM rApp. + +Build PM rApp + +`cd ranpm/pm-rapp` + +`./build.sh no-push` + +Install PM rApp + +`cd ranpm/docker-proj` + +Example cmd: \ +`./pmrapp-setup.sh` + +To remove run: +`./pmrapp-tear-down.sh` ### Tools for monitoring Open browser to redpanda (kafka gui) - watch topics, messages etc\ -browser: `localhost:8780` +browser: `:8780` -Open brower to minio - available only if minio is given on the cmd line when starting the demo\ +Open brower to minio \ user: admin pwd: adminadmin\ -browser: `localhost:9001` +browser: `:9001` +Open brower to control-panel \ +browser: `:8088/ei-coordinator` ### Push data - basic