blob: 587d045f03a3b018939e49aff54992280a86512d [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001#!/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
11java -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
13STATUS="${?}"
14echo "${STATUS}"
15echo "All log messages for the migration proccess are in /apps/jetty/base/be/logs/ASDC/ASDC-BE/migration_debug.log"