summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Update PRH blueprint due to changes in DublinMarcin Migdal1-0/+6
Add AAI headers section Change-Id: I2b31745ab9ba943545621a471427b7bc087ac73c Issue-ID: DCAEGEN2-1405 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-04-09Update PRH blueprint due to changes in Dublinpwielebs2-4/+38
Change-Id: Ia8764614e1a8f56f6a35c0118169f14ae39ff853 Issue-ID: DCAEGEN2-1405 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-04-08Bulk blueprint updateVijay Venkatesh Kumar35-392/+303
1) Moved older bluerpints from build dir 2) Modified snmp and ves blueprint port mapping 3) Added helm and Dashboard blueprint Change-Id: If4739901d754fa6fea81024917fb425e82c20657 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-04-03Merge "PRH blueprint update for BBS"Vijay Venkatesh Kumar1-6/+14
2019-04-03PRH blueprint update for BBSAdam Wudzinski1-6/+14
Update PRH blueprint for reregistration usecase Change-Id: Ifc5d52916126ef1d0e125e333ea004f2d6aec04b Issue-ID: DCAEGEN2-1059 Signed-off-by: awudzins <adam.wudzinski@nokia.com>
2019-04-02Merge "blueprint for 5.0.0 policy-handler new PDP API"Vijay Venkatesh Kumar3-2/+3
2019-04-01Update HV-VES blueprintFilip Krzywka1-29/+8
- applied new CBS configuration format used by HV-VES - reused service name constant Change-Id: I19372fcc0fb9646de70448896ae4bc244bf83003 Issue-ID: DCAEGEN2-714 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-29blueprint for 5.0.0 policy-handler new PDP APIAlex Shatov3-2/+3
- in R4 Dublin the policy-engine introduced a totally new API - policy-handler now has a startup option to either use = the new PDP API (default) = or the old PDP API that was created-updated before the end of 2018 - to use the old PDP API requires changing either the etc/config.json or setting up a non-empty env var PDP_API_VERSION on startup: export PDP_API_VERSION=2018 docker run ... -e PDP_API_VERSION ... Change-Id: I92941e908849baa94454ae6b094754965a37d470 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-1128
2019-03-19Update default path of ftp certificatesyanhuanwang1-3/+3
Change-Id: I2b8e169e514e5ca1d4f73066fe69d5ccf23a0cd1 Signed-off-by: yanhuanwang <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-1269
2019-02-06update BPs using onap-dcae-dcaepolicy-libSchmalzried, Terry (ts862m)14-14/+14
Change-Id: If17f05b156ada4eba9d21cff0114951382b681d9 Issue-ID: DCAEGEN2-1086 Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
2019-02-04blueprints for 3.2.0 deployment-handlerAlex Shatov2-2/+2
- fixed the zip folder bug when sending the blueprint to cloudify = this bug was preventing opening the blueprint in cloudify UI because the folder record is not properly formatted by admzip lib Change-Id: Id97ecd93db69b09e12ac1e999e15299f5e85238c Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-855
2019-02-02Merge "blueprint for 4.6.0 policy-handler active-passive"Vijay Venkatesh Kumar3-3/+9
2019-02-02Merge "Add new fields for application config"Vijay Venkatesh Kumar1-0/+12
2019-02-02Merge "Changed timeoutMS to timeoutMs"Vijay Venkatesh Kumar1-1/+1
2019-02-01Changed timeoutMS to timeoutMsdfarrelly1-1/+1
As requested in https://gerrit.onap.org/r/#/c/77570/ Issue-ID: DCAEGEN2-1096 Change-Id: Ie9915619c0707da47968c6be5b6ccae84747921d Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-02-01Add new fields for application configChengkai Yan1-0/+12
Change-Id: I9a814e71b5e7e559cfc8313d65ec5e15d2520a09 Issue-ID: DCAEGEN2-1096 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
2019-01-31blueprint for 4.6.0 policy-handler active-passiveAlex Shatov3-3/+9
DCAEGEN2-932: - mode_of_operation: active or passive = active is as before this change = in passive mode the policy-handler * closes the web-socket to PDP * skips the periodic catch_ups * still periodically checks for reconfigure * still allows usig the web-server to retrieve policies from PDP - default is active - when mode_of_operation changes from passive to active, the policy-handler invokes the catch_up right away - config-kv contains the optional override field mode_of_operation = changing the mode_of_operation in config-kv and invoking POST /reconfigure will bring the new value and change the mode of operation of the policy-handler if no service_activator section is provided in consul-kv record - reduced the default web-socket ping interval from 180 to 30 seconds because PDP changed its default timeout on the web-socket from 400 seconds to 50 seconds Change-Id: Iae93746336a38af4248a1c77fdcf98e31ce956bd Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-932
2019-01-21Improved syntax and security settingsburdziak1-6/+8
Change-Id: I501f0fd44dd88f088296d5c263b95ee578ddda56 Issue-ID: DCAEGEN2-1100 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-01-15Fix HV-VES readiness probeFilip Krzywka1-4/+5
In related commits from DCAEGEN2-1025 location of healthcheck script was changed. - changed log_directory property in blueprint - current location of log directory is `/var/log/ONAP/dcae-hv-ves-collector` according to logging specification v1.2 [Casablanca] - also to be more compatible with logging spec: added default logback configuration filepath to allow mounting different configuration. HV-VES will fallback to jar-defined configuration in case of not finding it on filesystem - used hv_ves_name property for dns_name as hardcoded value was same Change-Id: I8877ca774109ef293f3daaf057d5bcf666fa5305 Issue-ID: DCAEGEN2-1025 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-12-20Specify Kafka servers using startup configPiotr Jaszczyk1-1/+2
Instead of specifying KafkaBootstrap servers by means of Consul configuration use command line options / environment. DMaaP MR endpoint should not be changed frequently so keeping this in runtime configuration (refreshed during application runtime) won't make much sense. This will also clean up internal HV-VES architecture. Change-Id: I89e8101cd0591b3f74df53be9114b1a0d5fbb905 Issue-ID: DCAEGEN2-1047 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-12-12Merge "blueprint for 3.1.0 - deployment-handler"Michael Hwang2-2/+2
2018-12-12Merge "blueprint for 4.5.0 policy-handler"Michael Hwang3-2/+8
2018-12-06blueprint for 3.1.0 - deployment-handlerAlex Shatov2-2/+2
- check for finished deployment creation - success or failure Change-Id: I99d426c579b668b426f678c87951f306945956fc Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-929
2018-12-05blueprint for 4.5.0 policy-handlerAlex Shatov3-2/+8
DCAEGEN2-853: - stop reporting the absence of policies or updates as error - this is an expected result == INFO or WARNING DCAEGEN2-930: - configurable timeouts for http requests from policy-handler - added configurable pinging on the web-socket to PDP Change-Id: I5104eb6c7c044a3bdaf111839593a7e96fa04fa2 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-853 Issue-ID: DCAEGEN2-930
2018-12-03Step DFC version to 1.1.1Chengkai Yan1-1/+1
Change-Id: I53a17578dd177e4b411efc815c24a9c46f56f66d Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-1014
2018-11-27Merge "Use raw configuration endpoint"Vijay Venkatesh Kumar1-1/+1
2018-11-22Reenable HV-VES healthcheckFilip Krzywka1-7/+12
Change-Id: I18197e691f719b3ba40c117800b40946c2fd53ef Issue-ID: DCAEGEN2-794 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-11-21Use raw configuration endpointFilip Krzywka1-1/+1
Change-Id: I35f3b78bc6bf25c7c632d4735d2bedb3f5e00896 Issue-ID: DCAEGEN2-827 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-11-19Merge "Define Dublin version of HV-VES in blueprint"Vijay Venkatesh Kumar1-1/+1
2018-11-19Define Dublin version of HV-VES in blueprintPiotr Jaszczyk1-1/+1
Change-Id: I4767d2c33f485ae04af9a165a7039a7fb1ac4e4f Issue-ID: DCAEGEN2-943 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-11-16Merge "Data encryption by TLS in PRH API calls"Vijay Venkatesh Kumar1-3/+14
2018-11-07Update version for DFC 1.1.0Chengkai Yan1-1/+1
Change-Id: Ifca755903f09d93471ee04bbf17d2261ae480aff Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-923
2018-11-07Merge "Update DFC version from 1.0.3 to 1.0.4"Vijay Venkatesh Kumar1-1/+1
2018-11-06Update DFC version from 1.0.3 to 1.0.4Chengkai Yan1-1/+1
Change-Id: Ib45fb543c198e8a9bab83d361342b2bbb1f1dd27 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-954
2018-11-03R4 tag updateVijay Venkatesh Kumar1-1/+1
Change-Id: Icf06a6ccc54cfb6d0c7d525f5809b25897c9d189 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-937
2018-10-26fix tca default config3.0.1-ONAP3.0.0-ONAPVijay Venkatesh Kumar2-4/+4
Change-Id: I003c8dcac9d718137c593fa16e56691c87de1e5c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-920
2018-10-24Data encryption by TLS in PRH API callsburdziak1-3/+14
Add new parameters to blueprint Change-Id: Icb8600595137b70471f29ae7a8597e901cb5f6af Issue-ID: DCAEGEN2-881 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-10-17Remove k8s healthcheck from HolmesJack Lucas2-12/+0
Issue-ID: HOLMES-176 Change-Id: Ieae2755cf9811b7491165a89f629ae1e85b3a691 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-10-16Merge "update version from 1.0.2 to 1.0.3"Vijay Venkatesh Kumar1-1/+1
2018-10-15Update k8s blueprints to k8splugin 1.4.4Jack Lucas13-14/+14
Also extend inventory timeout to 1800s Issue-ID: DCAEGEN2-796 Change-Id: Idf687ac2035bedd357caf6245db4292d3a19cbd1 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-10-15update version from 1.0.2 to 1.0.3Chengkai Yan1-1/+1
Change-Id: I0dccc710698ccdb1908c281f3196f068b57f80f6 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-877
2018-10-12Add configuration for ftp tlsyanhuanwang1-1/+5
Change-Id: I10ba2937bc4e020007d671603ea391e8c7404cb1 Signed-off-by: yanhuanwang <martin.yan.seu@gmail.com> Issue-ID: DCAEGEN2-867
2018-10-08blueprint for 3.0.3 deployment-handlerAlex Shatov2-2/+2
- external version 3.0.3 - internal version 5.0.3 for code change - no API change Change-Id: Ief97a724d420b4a97c0318b06d45bb7166db47b8 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-862
2018-10-03Fixing incorrect word in propertiesPaul Dennehy1-1/+1
Change-Id: I51dda94a5fc7f044197d41921fe57f08ea8b8991 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-846
2018-10-02Change of topic name for HV-VES measurementskjaniak1-6/+6
This ticket follows change of domain name. Change-Id: Ia8e809cc52b477a970749ccadb1ff6ac83e3a178 Issue-ID: DCAEGEN2-847 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2018-09-28Merge "Datafile intergration into blueprints"Vijay Venkatesh Kumar2-0/+138
2018-09-25Datafile intergration into blueprintsPaul Dennehy2-0/+138
Change-Id: Ie52ff8f99b1a619e3ccc097aed605e236b1c5741 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-638
2018-09-20blueprint for 4.4.0 policy-handlerAlex Shatov2-2/+2
- made consul-url configurable thru env var or local config Change-Id: I7a37ab5b0104e46a83fea63e33e0eb774ddc96e9 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-822
2018-09-19revert of recent k8s inputs for policy-handlerAlex Shatov1-4/+1
- reverted changes intended for k8s installation - apparently, phinputs.yaml is not used by k8s installation, but by the docker based installation - related oom change for k8s installtion is at https://gerrit.onap.org/r/#/c/67795/ Change-Id: Ibf776a020d9851dc296436d964e685ed2c943fb4 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-611
2018-09-19blueprint for 3.0.2 deployment-handlerAlex Shatov2-3/+6
- k8s: = enabled tls = cert_directory: '/opt/app/dh/etc/cert/' = healthcheck https Change-Id: I93caf3b51c6aa5225631a8488e28b21a7b409f58 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-780