Doc updates for London
[dcaegen2.git] / docs / sections / services / ves-http / stnd-defined-validation.rst
index 9e6f299..6449922 100644 (file)
@@ -82,60 +82,6 @@ The mapping and schema files content can be changed by editing a proper config m
 Config maps are defined in the `OOM <https://gerrit.onap.org/r/gitweb?p=oom.git;a=tree;f=kubernetes/dcaegen2-services/resources/external>`_ repository
 and are installed with dcaegen2-services module.
 
-Properties configuration via Cloudify
--------------------------------------
-
-Collector.properties content may be overridden when deploying VES Collector via Cloudify. To keep VES settings
-consistent listed above properties has been updated in the VES Collector Cloudify blueprint (in blueprints/k8s-ves.yaml
-file under dcaegen2/platform/blueprints project) and in componentspec file (in dpo/spec/vescollector-componentspec.json
-file in VES project) which may be used for generation of VES Collector Cloudify blueprints in some scenarios.
-
-The following table shows new stndDefined related properties added to VES Collector Cloudify blueprint. These properties
-represent fields from collector.properties file, but also contain configuration of DMaaP topic URLs used for stndDefined
-events routing. It has been specified in the table which of these properties may be configured via inputs during
-blueprint deployment.
-
-**NOTE**: Keep in mind that some properties may use relative path. It is relative to default VES Collector context which
-is: */opt/app/VESCollector/*. Final path of etc. *collector.externalSchema.schemasLocation* will be:
-*/opt/app/VESCollector/etc/externalRepo/*. Setting absolute path to these properties is also acceptable and won't
-generate error.
-
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| Property name                                | Input? | Type    | Default value                                                                                                 |
-+==============================================+========+=========+===============================================================================================================+
-| collector.externalSchema.checkflag           | Yes    | Integer | 1                                                                                                             |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| collector.externalSchema.mappingFileLocation | Yes    | String  | ./etc/externalRepo/schema-map.json                                                                            |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| collector.externalSchema.schemasLocation     | Yes    | String  | ./etc/externalRepo/                                                                                           |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| event.externalSchema.schemaRefPath           | No     | String  | $.event.stndDefinedFields.schemaReference                                                                     |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| event.externalSchema.stndDefinedDataPath     | No     | String  | $.event.stndDefinedFields.data                                                                                |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| ves_3gpp_fault_supervision_publish_url       | Yes    | String  | http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT     |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| ves_3gpp_provisioning_publish_url            | Yes    | String  | http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT         |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| ves_3gpp_hearbeat_publish_url                | Yes    | String  | http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT            |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-| ves_3gpp_performance_assurance_publish_url   | Yes    | String  | http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT |
-+----------------------------------------------+--------+---------+---------------------------------------------------------------------------------------------------------------+
-
-Config maps with app properties via Helm
-----------------------------------------
-
-When deploying VES collector via deacgen2-services Helm chart, application properties can be changed by editing the corresponding config map.
-
-
-+------------------------------------------------------+-----------------------------------------------------------------------------------------------------+
-| Config map name                                      | Description                                                                                         |
-+======================================================+=====================================================================================================+
-| dcae-ves-collector-application-config-configmap      | Defines a content of the /app-config/application_config.yaml file.                                  |
-+------------------------------------------------------+-----------------------------------------------------------------------------------------------------+
-| dcae-ves-collector-filebeat-configmap                | Defines a content of the /usr/share/filebeat/filebeat.yml file.                                     |
-+------------------------------------------------------+-----------------------------------------------------------------------------------------------------+
-
 
 Properties configuration via Helm chart overrides
 -------------------------------------------------