Revert "Feature 11060: Remove POL and PLA modules from OSM helm chart"
This reverts commit 07367db6ef025e4fbb872b32a1f42737d2a563ec.
Change-Id: Ifa86312a16c4841603316f38ee5ffbdb4e6cc39f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tools/newbranch.sh b/tools/newbranch.sh
index 411e508..ccefd99 100755
--- a/tools/newbranch.sh
+++ b/tools/newbranch.sh
@@ -26,7 +26,7 @@
USER="$3"
tag_message="Start of $BRANCH"
-modules="common devops IM LCM MON N2VC NBI NG-UI NG-SA osmclient RO SOL003 SOL005 tests"
+modules="common devops IM LCM MON N2VC NBI NG-UI NG-SA osmclient RO PLA POL SOL003 SOL005 tests"
list=""
for i in $modules; do
if [ "$1" == "$i" -o "$1" == "all" ]; then