Initial commit for appc-config-adaptor 77/7677/5
authorSkip Wonnell <kw5258@att.com>
Wed, 16 Aug 2017 01:42:44 +0000 (20:42 -0500)
committerPatrick Brady <pb071s@att.com>
Fri, 18 Aug 2017 05:21:40 +0000 (22:21 -0700)
commit1ec4bf9a21ebdc17c1aa99985afb12d5b6ea4651
treee882152d89b70120214fc33e60ce9fe9374b2ee7
parentdbf27a48318ba76644d6e2b095358db60bf5c9b6
Initial commit for appc-config-adaptor

This bundle contains utilities used by config-generator.

Change-Id: I04877ebe90536fd57368d00c033189c280e77c90
Signed-off-by: Skip Wonnell <kw5258@att.com>
Issue-ID: APPC-67
26 files changed:
appc-config/appc-config-adaptor/.gitignore [new file with mode: 0644]
appc-config/appc-config-adaptor/features/.gitignore [new file with mode: 0644]
appc-config/appc-config-adaptor/features/pom.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/features/src/main/resources/features.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/installer/pom.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
appc-config/appc-config-adaptor/pom.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/.gitignore [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/pom.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/CCAActivator.java [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/ConfigComponentAdaptor.java [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/DebugLog.java [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/EncryptionTool.java [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/SshJcraftWrapper.java [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/TelnetListener.java [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/TimedOutException.java [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/java/org/openecomp/appc/ccadaptor/XmlUtil.java [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/resources/adaptor.properties [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/resources/audit-request.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/resources/config-base.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/resources/config-data.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/resources/config-request.xml [new file with mode: 0644]
appc-config/appc-config-adaptor/provider/src/main/resources/prepare.xml [new file with mode: 0644]
appc-config/pom.xml