summaryrefslogtreecommitdiffstats
path: root/input-templates
AgeCommit message (Collapse)AuthorFilesLines
2019-05-13Updating default hosts and image version in PRH templategrabinsk1-1/+1
Change-Id: I193ecae0eb12319e250577c5a574def5bb4cb4bc Signed-off-by: grabinsk <maciej.grabinski@nokia.com> Issue-ID: DCAEGEN2-1496 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-04-09Update PRH blueprint due to changes in Dublinpwielebs1-2/+2
Change-Id: Ia8764614e1a8f56f6a35c0118169f14ae39ff853 Issue-ID: DCAEGEN2-1405 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-03-29blueprint for 5.0.0 policy-handler new PDP APIAlex Shatov1-0/+1
- 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-01-31blueprint for 4.6.0 policy-handler active-passiveAlex Shatov1-1/+7
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
2018-12-05blueprint for 4.5.0 policy-handlerAlex Shatov1-0/+6
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-09-28Merge "Datafile intergration into blueprints"Vijay Venkatesh Kumar1-0/+22
2018-09-25Datafile intergration into blueprintsPaul Dennehy1-0/+22
Change-Id: Ie52ff8f99b1a619e3ccc097aed605e236b1c5741 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-638
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-19inputs for 4.3.1 policy-handler - pdp hostnameAlex Shatov1-1/+4
- 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
2018-09-18inputs for 4.3.1 policy-handlerAlex Shatov1-2/+2
- 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
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-08Merge "update bp and input template for ves7"Jack Lucas1-1/+3
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-08-02update bp and input template for ves7vagrant1-1/+3
Change-Id: If889b324d9904fea26b47869b9f2b4e2bbc7ba91 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-600
2018-06-04PRH - integration cit cloudifyburdziak1-0/+26
Clear input file - use defaut values Issue-ID: DCAEGEN2-394 Change-Id: I601804ce1332cbca7e523bd3e28d68e7f11b17b6 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
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-03-23input files for new service bpvagrant5-0/+34
Change-Id: I14c9892ae8aa823ec55cf477d75d6d617637a97a Issue-ID: DCAEGEN2-405 Signed-off-by: Vijay VK <vv770d@att.com>
2018-02-12Update license textLusheng Ji10-1/+171
Change-Id: If7d9149e613bf34d9e8bb183ff5921bc402d3c8e Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2018-01-20Add cdap sdk blueprintvagrant1-0/+5
Issue-ID: DCAEGEN2-282 Change-Id: I9b535e06cdf0bb0f28a50ac0862fb25c6a954ebf Signed-off-by: Vijay <vv770d@att.com>
2017-11-25update versioning1.0.0-ONAP1.0.0-Amsterdamamsterdamvagrant1-1/+1
Change-Id: Ic04ff4895bc0945f126e23832fc14119ae19e602 Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
2017-11-14Referece released artifactsLusheng Ji1-2/+2
Issue-Id: DCAEGEN2-202 Change-Id: Ia5d85388e68f5f2e8ef9f39340f5cae61c9273f5 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-09Update Holmes ConfigurationsGuangrong Fu2-1/+1
1. Move the ves_fault section from hr-ip.yaml to he-ip.yaml 2. Move the ves_fault section from holmes-rules.yaml-template to holmes-engine.yaml-template 3. Update the rule of Holmes Change-Id: I94e168c6a7b442c6cc27655bdf0bf90a52ef12f3 Issue-ID: HOLMES-88 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-11-06fix blueprint and input templatesVijay1-1/+1
Change-Id: I8e5e97640e092b2f27b2103d4e8a1a151a9f80db Issue-ID: DCAEGEN2-181 Signed-off-by: Vijay <vv770d@att.com>
2017-11-01Remove extra headerLusheng Ji1-1/+0
Issue-Id: DCAEGEN2-187 Change-Id: I967ae3b2f39370f2a18aaddb7fc8f96e638a1bcc Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-01Add domain to dcae DNS zoneLusheng Ji2-2/+2
Issue-Id: DCAEGEN2-187 Change-Id: I353a185b45c75ca73485b666f0e95650616dc7d5 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-01Merge "holmes bp update for pgvm support"Lusheng Ji2-5/+12
2017-11-01holmes bp update for pgvm supportVijay2-5/+12
Issue-ID: DCAEGEN2-181 Change-Id: Iadd1a0018d999f2f47d7f0a5926aafd39710c020 Signed-off-by: Vijay <vv770d@att.com>
2017-11-01Add separate CDAP inputsJack Lucas1-0/+18
Change-Id: I1328d584b82f3c1cc96c4cf98c4f2b375ebb2ec6 Issue-Id: DCAEGEN2-191 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-11-01Updated TCA bluprint template based on IT resultsan48281-3/+4
Change-Id: I49701ae90214727dde02591c534b3556c98966a0 Signed-off-by: an4828 <nekrassov@att.com> Issue-ID: DCAEGEN2-181
2017-10-29Update input templatesLusheng Ji2-7/+7
Update the inputs.yaml template to use a zone name based on ONAP deployment's random ID to match with the DNS zone created by dcae2_vm_init.sh script of demo project (Heat template based deployment scheme). Update Inventory input template with values obtained from SDC team. Issue-Id: DCAEGEN2-128 Change-Id: I365849ca398ca5c634eeb70302230ebd95ed003a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-28Add input file templates for Holmes and TCALusheng Ji3-0/+16
Issue-Id: DCAEGEN2-128 Change-Id: I9014cb021a1fe12f1c946952383f09bf16cabb12 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-27Add BP input file template for VESLusheng Ji1-0/+7
Issue-Id: DCAEGEN2-128 Change-Id: I5709fd77c7f3f33762cc57aad365943e4f69ca81 Signed-off-by: Lusheng Ji <lji@research.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-17Update inputs.yaml for new cloud_init locationLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-128 Change-Id: Ideebfdba8a13e4b561defcee202d8f3e72a9a9c1 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-16Adjust for new location of cloud_init scriptsLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-128 Change-Id: I086602f0aa3d4aec567b66703a549c7ce3b53d39 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Templatize invinputs and phinputs, mod inputs.yamlLusheng Ji3-8/+7
Issue-Id: DCAEGEN2-127 Change-Id: I6d54c3dbb638994587db0ae4d57e8f54f4f6d813 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Add BP input templatesLusheng Ji5-0/+241
Issue-Id: DCAEGEN2-128 Change-Id: I0f7de519b6c327b421f4d47f8cf6ee6d819c618a Signed-off-by: Lusheng Ji <lji@research.att.com>