diff options
author | Rich Tabedzki <richard.tabedzki@att.com> | 2018-03-09 04:28:34 +0000 |
---|---|---|
committer | Rich Tabedzki <richard.tabedzki@att.com> | 2018-03-16 19:04:53 +0000 |
commit | 4c9667e1a94d56be526d03e151cc7dc19f8486fe (patch) | |
tree | b0b1dc23154196cc906e54a4b12824053ef7d147 /sql-resource/provider/src/test/resources | |
parent | 4caeb14d39a27b653a2341298d2dcd4d7a1e4100 (diff) |
Convert sql-resource provider to blueprint
Changes made:
* Updated SqlResource class to include data members referenced in blueprint.xml
* Added SqlResourceProvider class to resolve properties file
* Added sql-resource-blueprint.xml
* Removed SqlResource Activator
* Added unit test for SqlResourceProvider
Change-Id: Ia2bcc241c3c063176ac2b986f603a1915ba105b2
Issue-ID: CCSDK-206
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
Diffstat (limited to 'sql-resource/provider/src/test/resources')
-rwxr-xr-x | sql-resource/provider/src/test/resources/sql-resource.properties | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sql-resource/provider/src/test/resources/sql-resource.properties b/sql-resource/provider/src/test/resources/sql-resource.properties new file mode 100755 index 00000000..ac32f773 --- /dev/null +++ b/sql-resource/provider/src/test/resources/sql-resource.properties @@ -0,0 +1,23 @@ +### +# ============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.resource.sql.cryptkey=QtfJMKggVk + |