X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=charts%2Fresources%2Fscripts%2Finit%2Fo2pubsub_start.sh;h=4e3a8499a997a74b96e6108677b1b51ea1a06be1;hb=refs%2Fchanges%2F56%2F12756%2F1;hp=e39329b57506c71afd3e560a1271c6ccca131d3b;hpb=cb9a72de554108746c4ed35f8ad9e0a5550f626d;p=pti%2Fo2.git diff --git a/charts/resources/scripts/init/o2pubsub_start.sh b/charts/resources/scripts/init/o2pubsub_start.sh index e39329b..4e3a849 100644 --- a/charts/resources/scripts/init/o2pubsub_start.sh +++ b/charts/resources/scripts/init/o2pubsub_start.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Wind River Systems, Inc. +# Copyright (C) 2021-2022 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,11 +14,7 @@ #!/bin/bash -# pull latest code to debug -cd /root/ -git clone "https://gerrit.o-ran-sc.org/r/pti/o2" -pip install -e /root/o2 - -python /root/o2/o2ims/entrypoints/redis_eventconsumer.py +# python /root/o2/o2app/entrypoints/redis_eventconsumer.py +python /src/o2app/entrypoints/redis_eventconsumer.py sleep infinity