summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-http
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2023-03-02 18:43:34 -0500
committerVijay Venkatesh Kumar <vv770d@att.com>2023-03-03 10:05:15 -0500
commita6f72a8f1c7bd93ca5916cd73d4226208ff469d3 (patch)
tree84acba64b6bf83c818fa07cdd72ed2181e112ccc /docs/sections/services/ves-http
parent74d53a77e5d74c921cfbc034a01f2cbf08e102a4 (diff)
Doc updates for London
Arch diagram updates Remove MOD/design components Remove cloudify based deployment Standardize deployment steps for DCAE current Ms Misc updates onap-gerrit-review: -changelog-or-release-file-missing onap-gerrit-review: -no-nl-ending-on-files onap-gerrit-review: -missing-setup-py onap-gerrit-review: -changelog-missing Change-Id: I99c6c8e870fa2f54af0a9d26267d0fb6901c74a9 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3360 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'docs/sections/services/ves-http')
-rw-r--r--docs/sections/services/ves-http/stnd-defined-validation.rst54
1 files changed, 0 insertions, 54 deletions
diff --git a/docs/sections/services/ves-http/stnd-defined-validation.rst b/docs/sections/services/ves-http/stnd-defined-validation.rst
index 9e6f2992..6449922e 100644
--- a/docs/sections/services/ves-http/stnd-defined-validation.rst
+++ b/docs/sections/services/ves-http/stnd-defined-validation.rst
@@ -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
-------------------------------------------------