aboutsummaryrefslogtreecommitdiffstats
path: root/common/readMe.txt
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-11-08 13:56:23 +0200
committerMichael Lando <michael.lando@intl.att.com>2018-11-11 14:57:46 +0000
commitaedee1fdb2a8f86efcdcdbeb62b50eb9a3e8a1e1 (patch)
tree22cfbcb52c38cb546571ca207c8ea77cb99a1d99 /common/readMe.txt
parent5d9d0feb7fd6501c6f15578e5705ec17f7bf4efc (diff)
Deleted artifact generator modules
Change-Id: Ibad18285edc1181d7247d395efa8f2322e255147 Issue-ID: SDC-1906 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'common/readMe.txt')
-rw-r--r--common/readMe.txt118
1 files changed, 0 insertions, 118 deletions
diff --git a/common/readMe.txt b/common/readMe.txt
deleted file mode 100644
index 7f2a34df3a..0000000000
--- a/common/readMe.txt
+++ /dev/null
@@ -1,118 +0,0 @@
-# OpenECOMP Common
-
----
----
-
-# Introduction
-
-ASDC is required to distribute the Service Definition model to different systems of the OPENECOMP platform. The systems interested in the Service model will subscribe to Artifact Generator. Artifact Generator is responsible for converting its internal Service definition model to the data model required by the different subscribing systems.
-
-In 1707, Artifact Generator will generate artifacts only for A&AI.
-
-# Compiling Common
-
-###Common can be compiled easily with a `mvn clean install` at the following locations :
-
-#### common\openecomp-sdc-artifact-generator-lib
-#### common\openecomp-sdc-logging-lib
-
-### For artifact generator, the resultant jar files are located at :
-
-#### common\openecomp-sdc-artifact-generator-lib\openecomp-sdc-artifact-generator-api\target
-#### common\openecomp-sdc-artifact-generator-lib\openecomp-sdc-artifact-generator-core\target
-
-### For openecomp-sdc-logging, the resultant jar files are located at :
-
-#### common\openecomp-sdc-logging-lib\openecomp-sdc-logging-api\target
-#### common\openecomp-sdc-logging-lib\openecomp-sdc-logging-core\target
-
-### For configuration-management, the resultant jar files are located at :
-
-#### common\openecomp-common-configuration-management\openecomp-configuration-management-api\target
-#### common\openecomp-common-configuration-management\openecomp-configuration-management-cli\target
-#### common\openecomp-common-configuration-management\openecomp-configuration-management-core\target
-
-
-
-
-
-# Accessing Common
-
-### Artifact Generator
-
-#### api :
-
- <dependency>
- <groupId>org.openecomp.sdc.common</groupId>
- <artifactId>openecomp-sdc-artifact-generator-api</artifactId>
- <version>?</version>
- </dependency>
-
-#### core :
-
- <dependency>
- <groupId>org.openecomp.sdc.common</groupId>
- <artifactId>openecomp-sdc-artifact-generator-core</artifactId>
- <version>?</version>
- </dependency>
-
-### Logging
-
-#### api :
-
- <dependency>
- <groupId>org.openecomp.sdc</groupId>
- <artifactId>openecomp-sdc-logging-api</artifactId>
- <version>?</version>
- </dependency>
-
-#### core :
-
- <dependency>
- <groupId>org.openecomp.sdc</groupId>
- <artifactId>openecomp-sdc-logging-core</artifactId>
- <version>?</version>
- </dependency>
-
-### Configuration Management
-
-#### api :
-
- <dependency>
- <groupId>org.openecomp.sdc.common</groupId>
- <artifactId>openecomp-configuration-management-api</artifactId>
- <version>?</version>
- </dependency>
-
-#### cli :
-
- <dependency>
- <groupId>org.openecomp.sdc.common</groupId>
- <artifactId>openecomp-configuration-management-cli</artifactId>
- <version>?</version>
- </dependency>
-
-#### core :
-
- <dependency>
- <groupId>org.openecomp.sdc.common</groupId>
- <artifactId>openecomp-configuration-management-core</artifactId>
- <version>?</version>
- </dependency>
-
-### NOTE : Artifact Generator generates artifacts using method 'generateArtifact' that takes the following arguments as input :
-
-#### input(Specifies the list of input files as models)
-#### overridingConfiguration(Specifies the configuration data for invoking generators)
-
-The output will be a list of artifacts that are generated by the generators as defined in the API signature.
-
-# Logging
-
-OpenECOMP Common supports EELF Logger, which is of the following types :
-
-### Error
-### Debug
-### Metrics
-### Audit
-