summaryrefslogtreecommitdiffstats
path: root/blueprints/policy_handler.yaml-template
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24blueprint for 2.4.5 policy-handler2.0.0-ONAPbeijing2.0.0-ONAPAlex Shatov1-1/+1
- 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
2018-05-18blueprint for 2.4.4 policy-handlerAlex Shatov1-1/+1
- 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
2018-05-10blueprint for 2.4.3 policy-handlerAlex Shatov1-1/+1
- 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
2018-04-272.4.2 policy-handler - fixed race on step-timerAlex Shatov1-1/+1
Change-Id: Ie41690c9621e31b05adc5a2518510157ffe8acff Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-472
2018-04-27fix blueprint import statementHansen, Tony (th1395)1-1/+1
the import statement in the blueprints - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types.yaml" should be - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/relationshipplugin/1.0.0/relationshipplugin_types.yaml" Change-Id: Idbfe54a10dba03c54241e048ef02e90380ad0cfa Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-476 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-03-22blueprint for 2.4.1 policy-handlerAlex Shatov1-1/+1
Change-Id: Ib4cc3ce1e86f849bf2bb965afab104d8406253ef Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-389
2018-03-20blueprint for policy-handler 2.4.0Alex Shatov1-1/+1
- 2.4.0 policy-handler uses dns based discovery of deployment-handler - driven by config - new data structure for deploy_handler section of config -- changed from string "deployment_handler" in 2.3.1 to structure in 2.4.0 Change-Id: I7d3b6cf1f1111acc492eaf16c40e3e917918cebe Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-404
2018-03-16blueprints version update policy-handler 2.3.1Alex Shatov1-5/+3
- policy-handler 2.3.1 - periodically catch_up = new config part for catch_up in policy-handler - 2.0.2 deployment-handler to return server_instance_uuid Change-Id: Ibe59fbb7561562e6a3370deb5a638e859308b591 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-389
2018-02-27up the version to 2.1.0 for policy-handlerAlex Shatov1-1/+1
Change-Id: I3fc12232a5f2895bfcab435e28aa991ef3bd329e Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-347
2018-01-10blueprint for policy-handler 2.0.0 healthcheckAlex Shatov1-1/+7
Change-Id: Idd0477a84409404f0054d82af473d73d978bf33c Issue-ID: DCAEGEN2-250 Signed-off-by: Alex Shatov <alexs@att.com>
2017-11-14Referece released artifactsLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-202 Change-Id: Ia5d85388e68f5f2e8ef9f39340f5cae61c9273f5 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Use new plugin location in policy-handler BPLusheng Ji1-3/+3
Issue-Id: DCAEGEN2-128 Change-Id: I4e542c94f228f1bf74636ac61ce29e5cecd8f39e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-06fix type file referencesTony Hansen1-1/+1
try to fix blueprints to where the files actually are in nexus note: relationships types file is still missing Change-Id: If7ee9a2b35828a4ce9f630141bc07290a1852280 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-128
2017-10-03fix up license text, descriptionsTony Hansen1-0/+2
make all license blocks more comparable Change-Id: I57b6270b05b69845a9abb4e1061cf36f14e2b434 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-49
2017-09-19blueprint for policy_handler installationAlex Shatov1-0/+64
* template for cloudify blueprint for installing the policy-handler * also contains the sample app-config - required for info on policy-engine * removed unused SOMEVAR from input to policy-handler * added description of fields in app-config of policy-hanlder Change-Id: I27dc529259901b25ffaa39e7e38dc1e1a59d93f5 Issue-Id: DCAEGEN2-62 Signed-off-by: Alex Shatov <alexs@att.com>