diff options
author | Patrick Brady <pb071s@att.com> | 2017-02-13 11:57:08 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-02-13 11:58:35 -0800 |
commit | 835142575e76466d46e98fbf7e73c5b6d65a8afe (patch) | |
tree | 1ef44f1f45f5f6be774ec29c64997e1c4afe60eb /installation/README.md | |
parent | bf5aefe3c4206c00469b691a64d7707aa61ab150 (diff) |
Initial OpenECOMP appc/deployment commit
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9
Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'installation/README.md')
-rw-r--r-- | installation/README.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/installation/README.md b/installation/README.md new file mode 100644 index 0000000..42d0e47 --- /dev/null +++ b/installation/README.md @@ -0,0 +1,46 @@ +# OpenECOMP APP-C - Available Properties + +--- +--- + +# Introduction + +The current list of properties that can be overwritten from all default.properties files to appc.properties (./src/main/appc-properties/appc.properties) are list below. Please note that some properties have default values since some code requires it to be defined as part of the building/compilation process. + +- NOTE: The only defined property values in appc.properties are the following: + - "appc.ClosedLoop1607.*" properties (needed for demo) + - "appc.provider.vfodl.url" property (needed for demo) + - "appc.service.logic.module.name" property (needed for demo) + - "appc.topology.dg.*" properties (needed for demo) + +# Properties List +The following properties are ready to be defined based on which feature needs to be tested or used: + +- provider1.* properties: + - Applies to the following features: appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle + - These properties need to be defined in order to use OpenStack-based API executions. For example, the APP-C function "restart" is in charge of restarting a VM when requested. Therefore, properties such as OpenStack credentials, tenant name, VM ID, and others pre-defined in the appc.properties need to be defined with the information of the OpenStack Environment you are deploying APP-C from. + +- dmaap.poolMembers property: + - Applies to the following features: appc-command-executor-core, appc-license-manager-core, appc-lifecycle-management-core, appc-request-handler-core, and appc-workflow-management-core (all part of the appc-dispatcher package) + - Defines the DMaaP IP or URL location of the DMaaP Pool Members involved in the DMaaP Communication of that feature in specific (NOTE: More than one Pool Member can be defined in the form of a comma-delimited list) + +- appc.ClosedLoop.* properties: + - Applies to the following feature: appc-event-listener-bundle (both in src/main and src/test) + - These properties define in which DMaaP will the appc-event-listener feature will listen in + +- appc.LCM.* properties: + - Applies to the following feature: appc-event-listener-bundle (in src/test only) + - These properties define in which DMaaP will the appc-event-listener feature will listen in. These properties are especifically used to define LCM (LifeCycle Management) actions, and are only used as part of JUnit Test Cases. + +- test.* properties: + - Applies to the following features: appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle + - These are properties that test OpenStack-based APP-C API requests + +- appc.asdc.*: + - Applies to the following feature: appc-asdc-listener-bundle + - These properties are used to test integration between the SDC OpenECOMP component & APP-C. Properties such as pointing to the DMaaP listener & topic, SDC credentials to authenticate into the SDC component, define the RESTCONF URL, and others are mapped here. + +- Other properties: + - poolMembers, event.pool.members, restconf.user, restconf.pass + - Applies to the following features: appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle + - These properties can be defined to use the features defined above. They are used to point to current DMaaP listener, and to define the RESTCONF credentials needed to execute APP-C API requests from the features impacted above.
\ No newline at end of file |