X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install%2Fscripts%2Fpush-genfiles-to-file-ready-topic.sh;h=1d5b7cc6d47233b752454df32785b4e11325201c;hb=refs%2Fchanges%2F58%2F11358%2F1;hp=574ae70541383888a7143240a17e737dfd457b74;hpb=d806dbef4f43bb9c631c818e96c1a39e440c5e6c;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/scripts/push-genfiles-to-file-ready-topic.sh b/install/scripts/push-genfiles-to-file-ready-topic.sh index 574ae70..1d5b7cc 100755 --- a/install/scripts/push-genfiles-to-file-ready-topic.sh +++ b/install/scripts/push-genfiles-to-file-ready-topic.sh @@ -67,9 +67,9 @@ else fi chmod +x kafka-client-send-genfiles-file-ready.sh -kubectl cp kafka-client-send-genfiles-file-ready.sh nonrtric/client:/home/appuser +kubectl cp kafka-client-send-genfiles-file-ready.sh nonrtric/kafka-client:/home/appuser -kubectl exec client -n nonrtric -- bash -c './kafka-client-send-genfiles-file-ready.sh '$NODE_COUNT' '$EVT_COUNT' '$NODE_NAME_BASE' '$FILE_EXT' '$TYPE' '$SRV_COUNT' '$HIST +kubectl exec kafka-client -n nonrtric -- bash -c './kafka-client-send-genfiles-file-ready.sh file-ready '$NODE_COUNT' '$EVT_COUNT' '$NODE_NAME_BASE' '$FILE_EXT' '$TYPE' '$SRV_COUNT' '$HIST echo done