diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-20 15:11:18 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-20 15:11:18 -0400 |
commit | e86e05b78cf444e4020ffd310b9519730891e128 (patch) | |
tree | 84c3e42ae7c41b1345baa54ecbf36ded431dcb98 /platform-logic/installer/src/main/resources/svclogic.properties | |
parent | 61c1a1a01ea2ff6a272d3a73c2b3a06d7b31bedf (diff) |
Fix platform logic installation
Platform logic on SDNC should install the CCSDK platform logic package
merged with the graphs for SDNC. Instead, it was overwriting CCSDK
package and installing only local SDNC version.
Change-Id: Iada6779b942ff608987486bd10fed9f147018f74
Issue-ID: SDNC-96
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 048b31a4b390ff4a749c4d8e7dcd271f12da177e
Diffstat (limited to 'platform-logic/installer/src/main/resources/svclogic.properties')
-rw-r--r-- | platform-logic/installer/src/main/resources/svclogic.properties | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/platform-logic/installer/src/main/resources/svclogic.properties b/platform-logic/installer/src/main/resources/svclogic.properties deleted file mode 100644 index 0923a3e4..00000000 --- a/platform-logic/installer/src/main/resources/svclogic.properties +++ /dev/null @@ -1,26 +0,0 @@ -### -# ============LICENSE_START======================================================= -# openECOMP : SDN-C -# ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights -# reserved. -# ================================================================================ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============LICENSE_END========================================================= -### - -org.openecomp.sdnc.sli.dbtype = jdbc -org.openecomp.sdnc.sli.jdbc.url = jdbc:mysql://sdnctldb01:3306/sdnctl -org.openecomp.sdnc.sli.jdbc.database = sdnctl -org.openecomp.sdnc.sli.jdbc.user = sdnctl -org.openecomp.sdnc.sli.jdbc.password = gamma |