dcaegen2/platform/blueprints.git
5 years agoUpdate default path of ftp certificates 08/82308/2
yanhuanwang [Thu, 14 Mar 2019 21:07:29 +0000 (22:07 +0100)]
Update default path of ftp certificates

Change-Id: I2b8e169e514e5ca1d4f73066fe69d5ccf23a0cd1
Signed-off-by: yanhuanwang <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-1269

5 years agoupdate BPs using onap-dcae-dcaepolicy-lib 06/78006/1
Schmalzried, Terry (ts862m) [Wed, 6 Feb 2019 20:57:23 +0000 (15:57 -0500)]
update BPs using onap-dcae-dcaepolicy-lib

Change-Id: If17f05b156ada4eba9d21cff0114951382b681d9
Issue-ID: DCAEGEN2-1086
Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
5 years agoblueprints for 3.2.0 deployment-handler 07/77807/1
Alex Shatov [Mon, 4 Feb 2019 19:09:58 +0000 (14:09 -0500)]
blueprints for 3.2.0 deployment-handler

- 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

5 years agoMerge "blueprint for 4.6.0 policy-handler active-passive"
Vijay Venkatesh Kumar [Sat, 2 Feb 2019 06:16:30 +0000 (06:16 +0000)]
Merge "blueprint for 4.6.0 policy-handler active-passive"

5 years agoMerge "Add new fields for application config"
Vijay Venkatesh Kumar [Sat, 2 Feb 2019 06:15:45 +0000 (06:15 +0000)]
Merge "Add new fields for application config"

5 years agoMerge "Changed timeoutMS to timeoutMs"
Vijay Venkatesh Kumar [Sat, 2 Feb 2019 06:09:51 +0000 (06:09 +0000)]
Merge "Changed timeoutMS to timeoutMs"

5 years agoChanged timeoutMS to timeoutMs 03/77703/1
dfarrelly [Fri, 1 Feb 2019 08:58:53 +0000 (08:58 +0000)]
Changed timeoutMS to timeoutMs

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>
5 years agoAdd new fields for application config 56/77456/6
Chengkai Yan [Mon, 21 Jan 2019 07:23:42 +0000 (08:23 +0100)]
Add new fields for application config

Change-Id: I9a814e71b5e7e559cfc8313d65ec5e15d2520a09
Issue-ID: DCAEGEN2-1096
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
5 years agoblueprint for 4.6.0 policy-handler active-passive 75/77675/1
Alex Shatov [Thu, 31 Jan 2019 21:15:08 +0000 (16:15 -0500)]
blueprint for 4.6.0 policy-handler active-passive

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

5 years agoImproved syntax and security settings 51/76051/2
burdziak [Mon, 21 Jan 2019 07:23:42 +0000 (08:23 +0100)]
Improved syntax and security settings

Change-Id: I501f0fd44dd88f088296d5c263b95ee578ddda56
Issue-ID: DCAEGEN2-1100
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoFix HV-VES readiness probe 03/75803/3
Filip Krzywka [Tue, 15 Jan 2019 08:13:33 +0000 (09:13 +0100)]
Fix HV-VES readiness probe

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>
5 years agoSpecify Kafka servers using startup config 76/74976/1
Piotr Jaszczyk [Thu, 20 Dec 2018 10:32:18 +0000 (11:32 +0100)]
Specify Kafka servers using startup config

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>
5 years agoMerge "blueprint for 3.1.0 - deployment-handler"
Michael Hwang [Wed, 12 Dec 2018 16:00:34 +0000 (16:00 +0000)]
Merge "blueprint for 3.1.0 - deployment-handler"

5 years agoMerge "blueprint for 4.5.0 policy-handler"
Michael Hwang [Wed, 12 Dec 2018 16:00:11 +0000 (16:00 +0000)]
Merge "blueprint for 4.5.0 policy-handler"

5 years agoblueprint for 3.1.0 - deployment-handler 41/74341/1
Alex Shatov [Thu, 6 Dec 2018 15:20:24 +0000 (10:20 -0500)]
blueprint for 3.1.0 - deployment-handler

- check for finished deployment creation - success or failure

Change-Id: I99d426c579b668b426f678c87951f306945956fc
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-929

5 years agoblueprint for 4.5.0 policy-handler 01/74301/1
Alex Shatov [Wed, 5 Dec 2018 20:30:24 +0000 (15:30 -0500)]
blueprint for 4.5.0 policy-handler

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

5 years agoStep DFC version to 1.1.1 43/74143/1
Chengkai Yan [Mon, 3 Dec 2018 15:51:43 +0000 (16:51 +0100)]
Step DFC version to 1.1.1

Change-Id: I53a17578dd177e4b411efc815c24a9c46f56f66d
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-1014

5 years agoMerge "Use raw configuration endpoint"
Vijay Venkatesh Kumar [Tue, 27 Nov 2018 23:29:59 +0000 (23:29 +0000)]
Merge "Use raw configuration endpoint"

5 years agoReenable HV-VES healthcheck 65/73365/1
Filip Krzywka [Thu, 22 Nov 2018 10:10:26 +0000 (11:10 +0100)]
Reenable HV-VES healthcheck

Change-Id: I18197e691f719b3ba40c117800b40946c2fd53ef
Issue-ID: DCAEGEN2-794
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
5 years agoUse raw configuration endpoint 31/68631/3
Filip Krzywka [Mon, 24 Sep 2018 08:48:18 +0000 (10:48 +0200)]
Use raw configuration endpoint

Change-Id: I35f3b78bc6bf25c7c632d4735d2bedb3f5e00896
Issue-ID: DCAEGEN2-827
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
5 years agoMerge "Define Dublin version of HV-VES in blueprint"
Vijay Venkatesh Kumar [Mon, 19 Nov 2018 14:22:33 +0000 (14:22 +0000)]
Merge "Define Dublin version of HV-VES in blueprint"

5 years agoDefine Dublin version of HV-VES in blueprint 46/71846/3
Piotr Jaszczyk [Mon, 5 Nov 2018 14:30:31 +0000 (15:30 +0100)]
Define Dublin version of HV-VES in blueprint

Change-Id: I4767d2c33f485ae04af9a165a7039a7fb1ac4e4f
Issue-ID: DCAEGEN2-943
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
5 years agoMerge "Data encryption by TLS in PRH API calls"
Vijay Venkatesh Kumar [Fri, 16 Nov 2018 00:32:42 +0000 (00:32 +0000)]
Merge "Data encryption by TLS in PRH API calls"

5 years agoUpdate version for DFC 1.1.0 30/72130/1
Chengkai Yan [Wed, 7 Nov 2018 22:32:35 +0000 (23:32 +0100)]
Update version for DFC  1.1.0

Change-Id: Ifca755903f09d93471ee04bbf17d2261ae480aff
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-923

5 years agoMerge "Update DFC version from 1.0.3 to 1.0.4"
Vijay Venkatesh Kumar [Wed, 7 Nov 2018 04:08:49 +0000 (04:08 +0000)]
Merge "Update DFC version from 1.0.3 to 1.0.4"

5 years agoUpdate DFC version from 1.0.3 to 1.0.4 17/72017/2
Chengkai Yan [Tue, 6 Nov 2018 21:48:42 +0000 (22:48 +0100)]
Update DFC version from 1.0.3 to 1.0.4

Change-Id: Ib45fb543c198e8a9bab83d361342b2bbb1f1dd27
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-954

5 years agoR4 tag update 90/71790/1
Vijay Venkatesh Kumar [Sat, 3 Nov 2018 07:01:26 +0000 (07:01 +0000)]
R4 tag update

Change-Id: Icf06a6ccc54cfb6d0c7d525f5809b25897c9d189
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-937

5 years agofix tca default config 87/71287/1 3.0.0-ONAP 3.0.1-ONAP
Vijay Venkatesh Kumar [Fri, 26 Oct 2018 01:14:38 +0000 (01:14 +0000)]
fix tca default config

Change-Id: I003c8dcac9d718137c593fa16e56691c87de1e5c
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-920

5 years agoData encryption by TLS in PRH API calls 25/71125/1
burdziak [Wed, 24 Oct 2018 07:23:09 +0000 (09:23 +0200)]
Data encryption by TLS in PRH API calls

Add new parameters to blueprint

Change-Id: Icb8600595137b70471f29ae7a8597e901cb5f6af
Issue-ID: DCAEGEN2-881
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
5 years agoRemove k8s healthcheck from Holmes 73/70673/1
Jack Lucas [Wed, 17 Oct 2018 17:45:45 +0000 (13:45 -0400)]
Remove k8s healthcheck from Holmes

Issue-ID: HOLMES-176
Change-Id: Ieae2755cf9811b7491165a89f629ae1e85b3a691
Signed-off-by: Jack Lucas <jflucas@research.att.com>
5 years agoMerge "update version from 1.0.2 to 1.0.3"
Vijay Venkatesh Kumar [Tue, 16 Oct 2018 21:10:57 +0000 (21:10 +0000)]
Merge "update version from 1.0.2 to 1.0.3"

5 years agoUpdate k8s blueprints to k8splugin 1.4.4 73/70473/3
Jack Lucas [Fri, 12 Oct 2018 19:46:56 +0000 (15:46 -0400)]
Update k8s blueprints to k8splugin 1.4.4

Also extend inventory timeout to 1800s

Issue-ID: DCAEGEN2-796
Change-Id: Idf687ac2035bedd357caf6245db4292d3a19cbd1
Signed-off-by: Jack Lucas <jflucas@research.att.com>
5 years agoupdate version from 1.0.2 to 1.0.3 85/70485/1
Chengkai Yan [Mon, 15 Oct 2018 15:09:38 +0000 (17:09 +0200)]
update version from 1.0.2 to 1.0.3

Change-Id: I0dccc710698ccdb1908c281f3196f068b57f80f6
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-877

5 years agoAdd configuration for ftp tls 63/70263/2
yanhuanwang [Thu, 11 Oct 2018 14:40:02 +0000 (16:40 +0200)]
Add configuration for ftp tls

Change-Id: I10ba2937bc4e020007d671603ea391e8c7404cb1
Signed-off-by: yanhuanwang <martin.yan.seu@gmail.com>
Issue-ID: DCAEGEN2-867

5 years agoblueprint for 3.0.3 deployment-handler 05/70005/1
Alex Shatov [Mon, 8 Oct 2018 17:34:14 +0000 (13:34 -0400)]
blueprint for 3.0.3 deployment-handler

- 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

5 years agoFixing incorrect word in properties 56/69756/1
Paul Dennehy [Wed, 3 Oct 2018 14:59:46 +0000 (15:59 +0100)]
Fixing incorrect word in properties

Change-Id: I51dda94a5fc7f044197d41921fe57f08ea8b8991
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Issue-ID: DCAEGEN2-846

5 years agoChange of topic name for HV-VES measurements 71/69571/4
kjaniak [Mon, 1 Oct 2018 06:18:54 +0000 (08:18 +0200)]
Change of topic name for HV-VES measurements

This ticket follows change of domain name.

Change-Id: Ia8e809cc52b477a970749ccadb1ff6ac83e3a178
Issue-ID: DCAEGEN2-847
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
5 years agoMerge "Datafile intergration into blueprints"
Vijay Venkatesh Kumar [Fri, 28 Sep 2018 17:52:47 +0000 (17:52 +0000)]
Merge "Datafile intergration into blueprints"

5 years agoDatafile intergration into blueprints 01/67401/8
Paul Dennehy [Tue, 18 Sep 2018 17:44:48 +0000 (18:44 +0100)]
Datafile intergration into blueprints

Change-Id: Ie52ff8f99b1a619e3ccc097aed605e236b1c5741
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Issue-ID: DCAEGEN2-638

5 years agoblueprint for 4.4.0 policy-handler 45/68245/1
Alex Shatov [Thu, 20 Sep 2018 19:16:51 +0000 (15:16 -0400)]
blueprint for 4.4.0 policy-handler

- 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

5 years agorevert of recent k8s inputs for policy-handler 11/67811/1
Alex Shatov [Wed, 19 Sep 2018 17:20:18 +0000 (13:20 -0400)]
revert of recent k8s inputs for policy-handler

- 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

5 years agoblueprint for 3.0.2 deployment-handler 13/67113/4
Alex Shatov [Wed, 19 Sep 2018 14:43:22 +0000 (10:43 -0400)]
blueprint for 3.0.2 deployment-handler

- 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

5 years agoinputs for 4.3.1 policy-handler - pdp hostname 51/67751/1
Alex Shatov [Wed, 19 Sep 2018 14:40:28 +0000 (10:40 -0400)]
inputs for 4.3.1 policy-handler - pdp hostname

- k8s specific routing to policy-engine by hostname "pdp"
- relying on dns to resolve hostname "pdp" to ip address
- expecting to find "pdp" as the hostname in server cert from pdp

  policy_engine :
      url : "https://pdp:8081"

Change-Id: Ib6b7acfdf1faf26a6e2c86cf8a4f004bbbfd4121
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611

5 years agoinputs for 4.3.1 policy-handler 91/67491/2
Alex Shatov [Tue, 18 Sep 2018 21:17:47 +0000 (17:17 -0400)]
inputs for 4.3.1 policy-handler

- tls on https and web-socket to policy-engine
- not enabling tls to deployment-handler until that is ready

Change-Id: I6d14204d912bd622891e276093f2d1bb732162fc
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611

5 years agoblueprint for 4.3.1 policy-handler 55/67455/1
Alex Shatov [Tue, 18 Sep 2018 19:54:36 +0000 (15:54 -0400)]
blueprint for 4.3.1 policy-handler

- tls on web-socket - try to recover not as often on tls failure

Change-Id: Ibc02102fee5ee02567a7ffe90e98accf33f59bdc
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611

5 years agoupdate snmp bp to remove docker config 49/67349/1
vagrant [Mon, 17 Sep 2018 18:15:11 +0000 (18:15 +0000)]
update snmp bp to remove docker config

Change-Id: I934a972e866b6e6b13a9f2fa404a1047fd6f3fad
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772

5 years agoMerge "Temporarily disable hv ves k8s healthcheck"
Vijay Venkatesh Kumar [Tue, 18 Sep 2018 14:22:34 +0000 (14:22 +0000)]
Merge "Temporarily disable hv ves k8s healthcheck"

5 years agoMerge "Adapt consul configuration for HV-VES"
Vijay Venkatesh Kumar [Tue, 18 Sep 2018 14:22:03 +0000 (14:22 +0000)]
Merge "Adapt consul configuration for HV-VES"

5 years agoMerge "Disable TLS by default"
Vijay Venkatesh Kumar [Tue, 18 Sep 2018 14:20:24 +0000 (14:20 +0000)]
Merge "Disable TLS by default"

5 years agoTemporarily disable hv ves k8s healthcheck 95/67295/2
Jakub Dudycz [Tue, 18 Sep 2018 13:08:20 +0000 (15:08 +0200)]
Temporarily disable hv ves k8s healthcheck

Will be reintroduced in below task:
https://jira.onap.org/browse/DCAEGEN2-794

Change-Id: Ib1dfa33fb8c36efba99cecd3d578cf044a6f8b80
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Issue-ID: DCAEGEN2-795

5 years agoAdapt consul configuration for HV-VES 45/67245/1
Filip Krzywka [Tue, 18 Sep 2018 09:53:12 +0000 (11:53 +0200)]
Adapt consul configuration for HV-VES

New configuration format will allow hv-ves to accept more routes
if needed.
Also fixes consul host name.

Change-Id: I869a78273cb961529aa2c7edfa129319c34dfb42
Issue-ID: DCAEGEN2-791
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
5 years agoDisable TLS by default 89/66989/2
Filip Krzywka [Mon, 17 Sep 2018 11:42:45 +0000 (13:42 +0200)]
Disable TLS by default

Secure xNF connections are not part of this release.

Change-Id: I666bd974bbe340b7fc1cd4a242e5fbdf439a0459
Issue-ID: DCAEGEN2-788
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
5 years agofix blueprint for snmptrap and tca 77/67177/1
vagrant [Mon, 17 Sep 2018 06:55:17 +0000 (06:55 +0000)]
fix blueprint for snmptrap and tca

Change-Id: Ia9a4deb8d8b8e19ab72016398f01490c7f95f16a
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772

5 years agoupdate dcae service bp 13/66813/4
vagrant [Sat, 15 Sep 2018 09:51:07 +0000 (09:51 +0000)]
update dcae service bp

Change-Id: Iad8413a6babdbd753a993abaa69fc2f38cf074ce
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772

5 years agoblueprint and inputs for 4.3.0 policy-handler 63/66763/1
Alex Shatov [Fri, 14 Sep 2018 21:32:11 +0000 (17:32 -0400)]
blueprint and inputs for 4.3.0 policy-handler

- set up tls on policy-handler
- policy-handler expecting the deployment process
  to mount certs at /opt/app/policy_handler/etc/tls/certs/
  = cert_directory : /opt/app/policy_handler/etc/tls/certs/
  = cacert : cacert.pem

- new optional fields tls_ca_mode in config on consul that
  specify where to find the cacert.pem for tls per each https/web-socket
    values are:
    "cert_directory" - use the cacert.pem stored locally in cert_directory
                       this is the default if cacert.pem file is found
    "os_ca_bundle"   - use the public ca_bundle provided by linux system.
                       this is the default if cacert.pem file not found
    "do_not_verify"  - special hack to turn off the verification by cacert
                       and hostname
- config on consul now has 2 new fields for policy_engine
  = "tls_ca_mode" : "cert_directory"
  = "tls_wss_ca_mode" : "cert_directory"
- config on consul now has 1 new field for deploy_handler
  = "tls_ca_mode" : "cert_directory"

Change-Id: Ida2d058cad93ddd1a583e1922bc5dc33c145fcba
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611

5 years agoAdd necessary fields HV-VES blueprint to boot up 09/64409/14
kjaniak [Tue, 4 Sep 2018 12:00:36 +0000 (14:00 +0200)]
Add necessary fields HV-VES blueprint to boot up

Change assumption is to provide all needed in HV-VES
parameters via env parameters

Issue-ID: DCAEGEN2-741
Change-Id: I9f217f6a4c67c2d52eeeac2850181f4d53318aa0
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
5 years agoUpdate DH image per DCAEGEN2-754 97/66197/1
Shadi Haidar [Wed, 12 Sep 2018 18:42:54 +0000 (14:42 -0400)]
Update DH image per DCAEGEN2-754

Issue-ID: DCAEGEN2-754

Change-Id: Idd92e42d1e6f661a29a4ddd65d5c98a19d3ec1b3
Signed-off-by: Shadi Haidar <sh1986@att.com>
5 years agoUpdate k8s type file to 1.4.3 87/65987/1
Jack Lucas [Wed, 12 Sep 2018 05:53:14 +0000 (05:53 +0000)]
Update k8s type file to 1.4.3

Change-Id: I1a3f2b9d13cc0e7a8889bf25b34bfd1a167d178e
Issue-ID: DCAEGEN2-591
Signed-off-by: Jack Lucas <jflucas@research.att.com>
5 years agoUpdate DMaaP consumer topic 13/64413/1
Jakub Zieba [Tue, 4 Sep 2018 12:36:03 +0000 (14:36 +0200)]
Update DMaaP consumer topic

Update DMaaP consumer topic to VES_PNFREG_OUTPUT

Change-Id: Ibc98df8142f0223538aaedb109350658c79fb6ab
Issue-ID: DCAEGEN2-696
Signed-off-by: Jakub Zieba <jakub.zieba@nokia.com>
5 years agoUpdate VES blueprint to be alligned with code 97/64397/2
Jakub Zieba [Tue, 4 Sep 2018 10:31:36 +0000 (12:31 +0200)]
Update VES blueprint to be alligned with code

Change-Id: I8232f0e60f13d34ed90abeacf89d2024dbeb29db
Issue-ID: DCAEGEN2-747
Signed-off-by: Jakub Zieba <jakub.zieba@nokia.com>
5 years agoMerge "Fix ports and attributes"
Tony Hansen [Thu, 30 Aug 2018 16:50:48 +0000 (16:50 +0000)]
Merge "Fix ports and attributes"

5 years agoMerge "Create HV-VES cloudify blueprint"
Tony Hansen [Thu, 30 Aug 2018 16:49:25 +0000 (16:49 +0000)]
Merge "Create HV-VES cloudify blueprint"

5 years agoMerge "Use managed guava version"
Tony Hansen [Thu, 30 Aug 2018 16:41:46 +0000 (16:41 +0000)]
Merge "Use managed guava version"

5 years agoCreate HV-VES cloudify blueprint 03/63803/1
kjaniak [Thu, 30 Aug 2018 12:12:01 +0000 (14:12 +0200)]
Create HV-VES cloudify blueprint

Adding ves-hv template to blueprints

Change-Id: I1170b90b364d352b8b0238e810292dac2a9a9aa6
Issue-ID: DCAEGEN2-741
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
5 years agoFix ports and attributes 99/63199/2
Jakub Zieba [Tue, 28 Aug 2018 07:14:15 +0000 (09:14 +0200)]
Fix ports and attributes

Fix ports exposed by container and attributes read by PRH

Change-Id: I8b8ce0db821112ec44ef1c6e52a95fd40ad35457
Issue-ID: DCAEGEN2-696
Signed-off-by: Jakub Zieba <jakub.zieba@nokia.com>
5 years agoUse managed guava version 85/62585/2
Gary Wu [Fri, 24 Aug 2018 22:21:05 +0000 (15:21 -0700)]
Use managed guava version

Use centrally managed guava version specified in
oparent.  Includes upgrade to oparent 1.2.0.

This change was submitted by script and may include
additional whitespace or formatting changes.

Change-Id: If0f64b864d8a7df942b04e731a8a77595ba47dd4
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoblueprint and inputs for 4.2.0 policy-handler 77/62377/1
Alex Shatov [Fri, 24 Aug 2018 17:16:42 +0000 (13:16 -0400)]
blueprint and inputs for 4.2.0 policy-handler

- new interval for reconfigure of policy-handler

Change-Id: Ice1d944f7772ecc06312715b3009c9b0e03413a2
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-470

5 years agoUpdated PRH Cloudify blueprint 61/61361/1
Brendan Kehoe [Mon, 20 Aug 2018 17:52:45 +0000 (18:52 +0100)]
Updated PRH Cloudify blueprint

Updated PRH Cloudify blueprint to fix some errors seen during Cloudify deployment

Issue-ID: DCAEGEN2-717
Change-Id: Id0216021a7365f375fa4711f94f5d163f6be3388
Signed-off-by: Brendan Kehoe <brendan.kehoe@ericsson.com>
5 years agoUpdate k8s plugin version 45/61145/1
Jack Lucas [Fri, 17 Aug 2018 21:39:27 +0000 (21:39 +0000)]
Update k8s plugin version

Issue-ID: DCAEGEN2-695
Change-Id: I22fe625075f01bbc4769d8856b000f558e4e8252
Signed-off-by: Jack Lucas <jflucas@research.att.com>
5 years agoUpdate SCH version 35/60735/1
Jack Lucas [Wed, 15 Aug 2018 15:07:13 +0000 (15:07 +0000)]
Update SCH version

Issue-ID: DCAEGEN2-707
Change-Id: Ia8f814474b0856509e808b44c79b1e7b33bda09f
Signed-off-by: Jack Lucas <jflucas@research.att.com>
5 years agoMerge "Fix unclosed quoted string at line 72"
Lusheng Ji [Tue, 14 Aug 2018 22:51:25 +0000 (22:51 +0000)]
Merge "Fix unclosed quoted string at line 72"

5 years agoblueprint and inputs for 4.1.0 policy-handler 91/60591/1
Alex Shatov [Tue, 14 Aug 2018 17:02:50 +0000 (13:02 -0400)]
blueprint and inputs for 4.1.0 policy-handler

- pass cfy_tenant_name in query from policy-handler
  to deployment-handler
- new config "query":{"cfy_tenant_name": "default_tenant"}
- limits the single policy-handler to a single cfy_tenant_name
  in cloudify under the deployment-handler

Change-Id: I75a79a769a15a53f000c907ed6ab88778b0080a4
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-704

5 years agoFix unclosed quoted string at line 72 41/60541/1
Jack Lucas [Tue, 14 Aug 2018 12:52:29 +0000 (12:52 +0000)]
Fix unclosed quoted string at line 72

Issue-ID: DCAEGEN2-706
Change-Id: I902b0554bbbb54a880571e17f22941f375888b6e
Signed-off-by: Jack Lucas <jflucas@research.att.com>
5 years agoblueprint for 4.0.1 policy-handler 91/60291/1
Alex Shatov [Mon, 13 Aug 2018 12:05:10 +0000 (08:05 -0400)]
blueprint for 4.0.1 policy-handler

- fix for removing the non-matching policy

Change-Id: Ia7b298145722f308f8b466e235b2db45c4ba9c00
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-492

5 years agoMerge "blueprint for 3.0.0 deployment-handler"
Jack Lucas [Wed, 8 Aug 2018 18:11:03 +0000 (18:11 +0000)]
Merge "blueprint for 3.0.0 deployment-handler"

5 years agoblueprint for 3.0.0 deployment-handler 91/58991/2
Alex Shatov [Wed, 8 Aug 2018 17:30:45 +0000 (13:30 -0400)]
blueprint for 3.0.0 deployment-handler

- resubmitted after policy-handler blueprint patch

Change-Id: I80765762941aa8035ccda37ad54ab474eee18709
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-492

5 years agoMerge "update bp and input template for ves7"
Jack Lucas [Wed, 8 Aug 2018 15:12:14 +0000 (15:12 +0000)]
Merge "update bp and input template for ves7"

5 years agoblueprint and inputs for 4.0.0 policy-handler 87/58987/2
Alex Shatov [Tue, 7 Aug 2018 16:17:16 +0000 (12:17 -0400)]
blueprint and inputs for 4.0.0 policy-handler

- inputs:
  = removed scope_prefixes as obsolete with 4.0.0
  = removed catch_up.max_skips - obsolete with 4.0.0
  = added max_msg_length_mb for data segmentation from
    policy-handler to deployment handler

Change-Id: I555fdbb8a765d77c2cd0437e8729c0249f8062e3
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-492

5 years agoupdate bp and input template for ves7 23/59323/1
vagrant [Thu, 2 Aug 2018 23:00:25 +0000 (23:00 +0000)]
update bp and input template for ves7

Change-Id: If889b324d9904fea26b47869b9f2b4e2bbc7ba91
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-600

5 years agoUpdate to latest version of k8s plugin 91/58291/1
Jack Lucas [Tue, 31 Jul 2018 21:19:29 +0000 (21:19 +0000)]
Update to latest version of k8s plugin

Issue-ID: DCAEGEN2-649
Change-Id: I343e12aaa952470e399b5e374d7c3b50e6733092
Signed-off-by: Jack Lucas <jflucas@research.att.com>
5 years agoMerge "Update k8splugin type file version"
Vijay Venkatesh Kumar [Fri, 27 Jul 2018 21:44:09 +0000 (21:44 +0000)]
Merge "Update k8splugin type file version"

5 years agoMerge "Add INFO.yaml file"
Vijay Venkatesh Kumar [Fri, 27 Jul 2018 21:19:12 +0000 (21:19 +0000)]
Merge "Add INFO.yaml file"

5 years agoUpdate k8splugin type file version 71/57871/1
Jack Lucas [Fri, 27 Jul 2018 14:03:23 +0000 (14:03 +0000)]
Update k8splugin type file version

Change-Id: Ib03bbe4ff5f99398586c1a2ef549ce93c03eb6db
Issue-ID: DCAEGEN2-504
Signed-off-by: Jack Lucas <jflucas@research.att.com>
5 years agoAdd INFO.yaml file 61/46061/2
Jessica Wagantall [Fri, 4 May 2018 00:15:43 +0000 (17:15 -0700)]
Add INFO.yaml file

Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information

Change-Id: I2af19079972c93d50e3b012cbc56138d929fbaa0
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoUpdate release tag 61/56561/1
Lusheng Ji [Tue, 17 Jul 2018 02:40:48 +0000 (22:40 -0400)]
Update release tag

Issue-ID: DCAEGEN2-499
Change-Id: I61b4804b83a506b5e10b2299ccf6b77356842c3b
Signed-off-by: Lusheng Ji <lji@research.att.com>
5 years agoMerge "Update BP for DH change to new version"
Vijay Venkatesh Kumar [Mon, 2 Jul 2018 14:18:37 +0000 (14:18 +0000)]
Merge "Update BP for DH change to new version"

5 years agoblueprint for 3.0.1 policy-handler 05/55205/1
Alex Shatov [Thu, 21 Jun 2018 13:23:43 +0000 (09:23 -0400)]
blueprint for 3.0.1 policy-handler

- no change of functionality or API
- cleaning sonar smells

Change-Id: I2bfdc969f5770f24a950bf4b36a1eaf7bb0cf6d0
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-515

5 years agoMerge "PRH - integration cit cloudify"
Lusheng Ji [Tue, 19 Jun 2018 13:08:41 +0000 (13:08 +0000)]
Merge "PRH - integration cit cloudify"

5 years agoUpdate BP for DH change to new version 35/55035/1
Shadi Haidar [Mon, 18 Jun 2018 21:32:05 +0000 (17:32 -0400)]
Update BP for DH change to new version

Updated Deployment Handler to new version 2.2.0

Change-Id: I33f885acca5324a802c438eb8e602c9024c91a74
Issue-ID: DCAEGEN2-548
Signed-off-by: Shadi Haidar <sh1986@att.com>
5 years agoblueprint for 3.0.0 policy-handler 29/54829/1
Alex Shatov [Thu, 14 Jun 2018 16:11:37 +0000 (12:11 -0400)]
blueprint for 3.0.0 policy-handler

- migrated from python 2.7 to 3.6
- brought up the latest versions of dependencies
  -- Cherrypy 15.0.0, requests 2.18.4, websocket-client 0.48.0

Change-Id: I93cfdac202df88a93f511a34329b6e5b75cd45e3
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-515

6 years agoPRH - integration cit cloudify 91/50091/4
burdziak [Wed, 30 May 2018 13:53:17 +0000 (15:53 +0200)]
PRH - integration cit cloudify

Clear input file - use defaut values

Issue-ID: DCAEGEN2-394
Change-Id: I601804ce1332cbca7e523bd3e28d68e7f11b17b6
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
6 years agoblueprint for 2.4.5 policy-handler 25/49025/1 2.0.0-ONAP beijing 2.0.0-ONAP
Alex Shatov [Thu, 24 May 2018 20:20:24 +0000 (16:20 -0400)]
blueprint for 2.4.5 policy-handler

- fix of unit tests
- turned off unit-test on policy-handler to avoid
  get /gc/stats after shutdown of the web-server

Change-Id: I8f018d3d7c070d68b08387e601064f9aa292d389
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-532

6 years agoblueprint for 2.4.4 policy-handler 17/48217/1
Alex Shatov [Fri, 18 May 2018 18:39:34 +0000 (14:39 -0400)]
blueprint for 2.4.4 policy-handler

- log process memory
- in search of the memory leak that is falsely reported
  by docker stats, the following runtime logging was added
  = process_memory - rss and other memory of the current process
  = virtual_memory - the memory info of the whole system
  = thread_stacks  - the active threads with the full stack on each

Change-Id: I69f4f5d03a9a0c13460766fe00bf5d4816b27f59
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-514

6 years agoMerge "Increase wait time for inventory"
Vijay Venkatesh Kumar [Thu, 17 May 2018 16:17:50 +0000 (16:17 +0000)]
Merge "Increase wait time for inventory"

6 years agoChange to platform nodetype 71/47871/1
vagrant [Wed, 16 May 2018 12:38:38 +0000 (12:38 +0000)]
Change to platform nodetype

Change-Id: I5484ecfc6ccc5ea337f51c647cde0c746e0e971c
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-511

6 years agoIncrease wait time for inventory 35/47435/1
Lusheng Ji [Mon, 14 May 2018 16:52:19 +0000 (12:52 -0400)]
Increase wait time for inventory

Issue-ID: DCAEGEN2-508
Change-Id: Icf83a6d57480759b83e948eecceb84bf5b537d78
Signed-off-by: Lusheng Ji <lji@research.att.com>
6 years agoChange VES measurement MR topic 17/47217/4
Lusheng Ji [Fri, 11 May 2018 15:16:27 +0000 (11:16 -0400)]
Change VES measurement MR topic

Issue-ID: DCAEGEN2-501
Change-Id: I5b70f5153613db321a44061e4ca88e437d8c2921
Signed-off-by: Lusheng Ji <lji@research.att.com>
6 years agoMerge "blueprint for 2.1.5 deployment-handler"
Lusheng Ji [Fri, 11 May 2018 14:50:15 +0000 (14:50 +0000)]
Merge "blueprint for 2.1.5 deployment-handler"

6 years agoblueprint for 2.1.5 deployment-handler 07/47207/1
Alex Shatov [Fri, 11 May 2018 14:37:15 +0000 (10:37 -0400)]
blueprint for 2.1.5 deployment-handler

- external version 2.1.5, internal version 4.4.5
- fixed getting node-instances from cfy 4.x
- added _size=1000 to params on getting node-instances from cloudify

Change-Id: I958ca11bc60cf9d8ff8dbfff9917ec9893fcde29
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-500

6 years agoblueprint for 2.4.3 policy-handler 43/47043/1
Alex Shatov [Thu, 10 May 2018 13:29:26 +0000 (09:29 -0400)]
blueprint for 2.4.3 policy-handler

- added try-except for top level Exception into all threads
  of policy-handler to avoid losing the thread and tracking
  the unexpected crashes

Change-Id: I1f244f537de19aa34eeaefac7ada5458720fa523
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-483