summaryrefslogtreecommitdiffstats
path: root/heat/register.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-12-07Change how DH registers to Consulcasablancawrider1-0/+22
DH changed its healthcheck to over https. Updating how it registers to Consul to accomendate. Issue-ID: DCAEGEN2-1007 Change-Id: I2b9468e4eb56ac3c28a8dbece412aedc228bffbc Signed-off-by: wrider <lji@research.att.com>
2018-11-29Clean out references to unrelease resourcesLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-1007 Change-Id: Ieabedb95e2e8595f722e1f6172382325973f8049 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-10-12config consul to proxy dnsLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-865 Change-Id: I7b469d578963abb8a31ecc2fd9c7c0129102530e Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-10-11Merge "Add configuration for Data File Collector"Vijay Venkatesh Kumar1-5/+27
2018-10-10Add configuration for Data File Collectorelinuxhenrik1-5/+27
Change-Id: I6a6f63140c08c94f3e673f11db8d616e7093b6f2 Issue-ID: DCAEGEN2-860 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-10-09Add aaf tls certifiacte supportVijay Venkatesh Kumar1-2/+10
Updated registration input to match k8s - https://git.onap.org/oom/tree/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-policy_handler-inputs.yaml Issue-ID: DCAEGEN2-716 Change-Id: I52041ddc168e31abe083eaed4a88bfc40a5a2780 Signed-off-by: Lusheng Ji <lji@research.att.com> Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2018-09-19Fix missing double quoteLusheng Ji1-4/+4
Issue-ID: DCAEGEN2-772 Change-Id: I5b03c253d1b1d2893a12e78a6c545155dfbcf9ab Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-09-18fix reference to aai ip addrLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-772 Change-Id: I550e47921af176a0ad0e3d5669991d0ef28f04a2 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-09-18Update Heat deployment for R3Lusheng Ji1-59/+116
Issue-ID: DCAEGEN2-772 Change-Id: I3c1d748f9b85017c10d1f6476a9eefd8b3e6e80c Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-08-24inputs for 4.2.0 policy-handlerAlex Shatov1-5/+11
- intervals for reconfigure and periodic catch_up of policy-handler Change-Id: If9d2de4e63b737f93f824f8e5789309ed2dfe901 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-470
2018-08-14config for 4.1.0 policy-handlerAlex Shatov1-10/+15
- 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: I1b86ec7578eae0be9913b4b5869a3c8f552a1b33 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-704
2018-05-14Fix Consul configuration for VESLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-506 Change-Id: Ia82bf731fb018e4ae7063a22db87482d2bba6391 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-11Change VES measuremen topicLusheng Ji1-2/+2
Change VES measurement data topic from unauthenticated.SEC_MEASUREMENT_OUTPUT to unauthenticated.VES_MEASUREMENT_OUTPUT. Issue-ID: DCAEGEN2-502 Change-Id: I237bb1b4789031ea8d126810212dc2e610e881f6 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-08Set containers restart policyLusheng Ji1-4/+80
1. set container restart policy 2. modify naming for some containers for consistency Issue-ID: DCAEGEN2-494 Change-Id: I49dc93e3e18d8b30f06bb913a7d52493e26f9e61 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-04Enable debug for deployment handlerLusheng Ji1-0/+1
Issue-ID: DCAEGEN2-487 Change-Id: Id35270dae823c5078fb8ae5f8e60c6dcc62d4350 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-01Remove Consul service deregister timerLusheng Ji1-6/+3
Issue-ID: DCAEGEN2-481 Change-Id: I5086cd181d4c83f7c7e49cd0eb0b6942d12990d0 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-20fixing heat deployment issues notedvagrant1-0/+14
Plugin Script is common between K8S and Heat deploy, incorporating additonal required plugin. Modified registration to include dockerhost login info Change-Id: I228cdb2e48c47cc698a19986ccf12b6d21ab265c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-464
2018-04-20Using IP address for Consul servicesLusheng Ji1-50/+287
1. Using IP address instead of hostname when registering with Consul 2. improved readability of KV's by single-quoting value JSON Issue-ID: DCAEGEN2-434 Change-Id: I965c5229223a194d14a529819b57842d645470f6 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-19policy-handler to accept CLAMP policy-updatesAlex Shatov1-2/+2
- change config of policy-handler to have CLAMP as a valid scope_prefix in consul-kv scope_prefixes : ["DCAE.Config_", "CLAMP"] Change-Id: I5eda1e7c7588e632d97bc4b3422edc3b5295d0e4 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-449
2018-04-18fix consul registration for heatvagrant1-2/+2
Change-Id: I4dc19733d8cd66076cf6132a62fb40c54c50f19e Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-446
2018-04-16Fix TCA preferences URL typoLusheng Ji1-3/+3
Also removing files under R2MVP. All files under R2MVP are under the heat dir now Issue-ID: DCAEGEN2-434 Change-Id: I69191e81537a84ededcb78aa9d45c4c0e2d659f1 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-16Add heat deployment filesLusheng Ji1-0/+162
Issue-ID: DCAEGEN2-434 Change-Id: I6e59ca9052e817bfd755b9362497e72066744c89 Signed-off-by: Lusheng Ji <lji@research.att.com>