aboutsummaryrefslogtreecommitdiffstats
path: root/input-templates/phinputs.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-09-14blueprint and inputs for 4.3.0 policy-handlerAlex Shatov1-0/+22
- 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
2018-08-24blueprint and inputs for 4.2.0 policy-handlerAlex Shatov1-0/+6
- new interval for reconfigure of policy-handler Change-Id: Ice1d944f7772ecc06312715b3009c9b0e03413a2 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-470
2018-08-14blueprint and inputs for 4.1.0 policy-handlerAlex Shatov1-0/+4
- 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
2018-08-07blueprint and inputs for 4.0.0 policy-handlerAlex Shatov1-12/+3
- 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
2018-04-18policy-handler to accept CLAMP policy-updatesAlex Shatov1-3/+25
- change application_config of policy-handler to have CLAMP as a valid scope_prefix scope_prefixes : ["DCAE.Config_", "CLAMP"] - config for periodic catch_up - new config for deployment_handler discovery and url - removed the duplicate input file for policy-handler == blueprints/policy_handler_sample_app_config.yaml Change-Id: Ifcc97cc73c8da398943d8d7bb90fdcadcafdbf8c Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-449
2018-02-12Update license textLusheng Ji1-0/+17
Change-Id: If7d9149e613bf34d9e8bb183ff5921bc402d3c8e Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2017-11-06fix blueprint and input templatesVijay1-1/+1
Change-Id: I8e5e97640e092b2f27b2103d4e8a1a151a9f80db Issue-ID: DCAEGEN2-181 Signed-off-by: Vijay <vv770d@att.com>
2017-10-27onap value for ClientAuth to policy-engineAlex Shatov1-5/+5
Change-Id: I08e3900282570d7ad7a8203fba4f5580573921f7 Issue-Id: DCAEGEN2-128 Signed-off-by: Alex Shatov <alexs@att.com>
2017-10-15Templatize invinputs and phinputs, mod inputs.yamlLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-127 Change-Id: I6d54c3dbb638994587db0ae4d57e8f54f4f6d813 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Add BP input templatesLusheng Ji1-0/+33
Issue-Id: DCAEGEN2-128 Change-Id: I0f7de519b6c327b421f4d47f8cf6ee6d819c618a Signed-off-by: Lusheng Ji <lji@research.att.com>