[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / tools / migration / 1702_to_1707.sh
1 #!/bin/bash
2
3 ###########################################################################################################
4 # script name - 1702_to_1707.sh
5 # run script - ./1702_to_1707.sh
6 # this script replaces tosca namespace to org.openecomp in translated files from 1702 version
7 ###########################################################################################################
8
9
10 # change exist package and service templates in db
11 java -Dlog.home=/apps/jetty/base/be/logs -Dconfiguration.yaml=/apps/jetty/base/be/config/catalog-be/configuration.yaml -jar openecomp-migration-lib-1707.0.0-SNAPSHOT.jar org.openecomp.sdc.migration.ToscaNamespaceMigration
12
13 STATUS="${?}"
14 echo "${STATUS}"
15 echo "All log messages for the migration proccess are in /apps/jetty/base/be/logs/ASDC/ASDC-BE/migration_debug.log"