summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-30add DataFilecollector for DCAE healthcheck1.4.31.4.11.1.21.0.0Vijay Venkatesh Kumar3-3/+4
Change-Id: I02ed6d260df3c319f407e853d70e83b190554100 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-10-02Healthcheck for PRH and HV-VESroot3-3/+5
It cover healthcheck requirments for issue INT-650 and INT-651 Issue-ID: INT-651 Change-Id: If4382e552a22b213e838275d1fa835b6020123a9 Signed-off-by: root <root@kosmos-ranczer.novalocal>
2018-10-01Merge "Use release candidate versions of PNDA"Vijay Venkatesh Kumar1-5/+4
2018-10-01Merge "Don't build pnda components in parallel"Vijay Venkatesh Kumar1-1/+4
2018-10-01Renaming input to inputsPaul Dennehy1-1/+1
Change-Id: Iaf981783b29654fd195eb0db6bd00326b56d7300 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-638
2018-09-27Use release candidate versions of PNDAJulien Barbot1-5/+4
Change-Id: Id211bc0d5dc9ef8e98d2af6b6944e67ea6bfdfa7 Signed-off-by: Julien Barbot <julien@barbot.org> Issue-ID: DCAEGEN2-367 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-09-24Added Datafile-Collector to deploymentwasala4-5/+7
Change-Id: Ic66a74b11490bcfcca92a7bb44762f1a1c6989ce Issue-ID: DCAEGEN2-784 Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
2018-09-21Don't build pnda components in parallelJulien Barbot1-1/+4
Building components in parallel requires a lot of memory, especially when gobblin and flink are built at the same time. To prevent memory issues, we disable parallel builds. Change-Id: I98c19025a5a1d8002ee1d45a139f40599725ddd3 Signed-off-by: Julien Barbot <julien@barbot.org> Issue-ID: DCAEGEN2-367 Signed-off-by: Julien Barbot <julien@barbot.org>
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 Ji5-80/+262
Issue-ID: DCAEGEN2-772 Change-Id: I3c1d748f9b85017c10d1f6476a9eefd8b3e6e80c Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-09-17Merge "Update dcae bootstrap to include r3 services"Lusheng Ji2-4/+6
2018-09-16Update dcae bootstrap to include r3 servicesvagrant2-4/+6
Change-Id: I15eb15f91263a3c2d26b48e992733682b1673a6d Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-15fix tls build errorVijay VK1-1/+1
Change-Id: I2fc96fbc04c2691081b7683e2bbc3e12b213e828 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-591
2018-09-15Merge "Configure DCAEGEN2 to use HV VES blueprint"Tony Hansen3-2/+11
2018-09-14adding dcae cert for testVijay VK9-61/+275
Test DCAE certificates generated against AAF test (on pod25) Combination of this TLScontainer and K8S plugin will be used under OOM deployment to expose the certificate into service requiring TLS support The container itself will be updated to generate cert dynamically (waiting on documentation from AAF team), until using pre-baked cert for test Files renamed and base64 encoded as below from default names org.onap.dcae.jks -->cert.jks.b64 org.onap.dcae.trust.jks -->trust.jks.b64 Change-Id: I32a8d1eb0806b2e95b30d16b1f25034180be9df5 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-591 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2018-09-13Configure DCAEGEN2 to use HV VES blueprintJakub Dudycz3-2/+11
Change-Id: Ie39720533c1710caa8ca8719363ce7150c0a5084 Issue-ID: DCAEGEN2-776 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-09-13Use mvn profile 'pnda' for pnda-mirror/bootstrapDonald Hunter1-2/+10
The profile can be enabled with 'mvn -P pnda clean install' Change-Id: I21d9ac73cee91ddfa7b64e420f229aa47822e753 Signed-off-by: Donald Hunter <donaldh@cisco.com> Issue-ID: DCAEGEN2-777
2018-09-11Add TLS init containerJack Lucas15-5/+350
Remove the binary .jks and .p12 files. Also update bootstrap container to load latest version of k8s plugin Update CM container to load latest version of k8s type file Change-Id: I6ad5dfdf7b5c4c485a3c6e4b921405c6061143e8 Issue-ID: DCAEGEN2-591 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-09-04Merge "Add pnda-bootstrap-container to build"Tony Hansen1-0/+1
2018-08-31Add pnda-bootstrap-container to buildJulien Barbot1-0/+1
Change-Id: I0ec1d3eb57459015b4a82229660fb2520beca5b9 Issue-ID: DCAEGEN2-701 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-08-31Update PNDA mirror creationJulien Barbot1-3/+2
Only download HDP components Issue-ID: DCAEGEN2-367 Change-Id: I650066bdcd21c0fdf284b01438f3ab06fa51972f Signed-off-by: Julien Barbot <julien@barbot.org>
2018-08-27Add pnda-bootstrap container creationJulien Barbot4-1/+188
Change-Id: I9cd64fe38d3990b82d21e68cb41e870407a60d27 Issue-ID: DCAEGEN2-701 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-08-27Merge "Add pnda-mirror container creation"Lusheng Ji5-2/+211
2018-08-27Add pnda-mirror container creationJulien Barbot5-2/+211
Issue-ID: DCAEGEN2-367 Change-Id: I3cdc20717890692cc4f81d6527598267b8efd798 Signed-off-by: Julien Barbot <julien@barbot.org>
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-22Update CM to 18.7.23Jack Lucas7-9/+76
Issue-ID: DCAEGEN2-619 Change-Id: I8140061d9358a99f2e13bb78facb15dbc77229a7 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-08-17Update k8s plugin versionJack Lucas1-1/+1
Issue-ID: DCAEGEN2-695 Change-Id: Ie0f87b324311f71a06a956b55b55a3d124b01a66 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-08-17Add code to enhance k8s bootstrapJack Lucas6-42/+218
- Make bootstrap container continue to run after initial bootstrap done - Do deployments in parallel where feasible - Accommodate deployments with no input files - Test to see if actions (uploads, installs, etc.) are needed before doing them Issue-ID: DCAEGEN2-594 Change-Id: Ie188c1fd69695479593aa82b516e5504a849099c Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-08-14config for 4.1.0 policy-handlerAlex Shatov2-20/+35
- 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-07-27Merge "Update k8splugin version"Vijay Venkatesh Kumar2-2/+2
2018-07-27Merge "Add INFO.yaml file"Vijay Venkatesh Kumar1-0/+90
2018-07-27Update k8splugin versionJack Lucas2-2/+2
Also bump version number. (The correct one!) Change-Id: Ieae9ebecf97ec67197dbdc80ef81e7b45b46e365 Issue-ID: DCAEGEN2-504 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-07-26Add INFO.yaml fileJessica Wagantall1-0/+90
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ib5d34f1c4be9a67b6573108167671db5a78edec1 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-16Update release tagLusheng Ji4-6/+6
Issue-ID: DCAEGEN2-499 Change-Id: If18bd957a0caddbfcd57e8d2ffff7aa7b23fa949 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-06-19Merge "Micro-Service Blueprint"Lusheng Ji5-3/+10
2018-06-05Remove deployments for unreleased components2.0.0-ONAPbeijing2.0.0-ONAPLusheng Ji1-42/+0
Issue-ID: DCAEGEN2-499 Change-Id: If464dc6d8e0354b982706effad8cb3f811244d55 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-06-05Micro-Service Blueprintburdziak5-3/+10
Modified pomm minor versions Change-Id: Ib302f06d30ed1851bddc2e54b80097ba6848d415 Issue-ID: DCAEGEN2-394 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-05-17Add Consul registrations for Holmesv2.0.0Jack Lucas2-1/+6
Change-Id: I8f72a46062301b1d859b77f12772b3beee8cc4e1 Issue-ID: DCAEGEN2-512 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-05-14Increase robustness for TCALusheng Ji5-26/+120
Enhanced TCA robustness against unprovisioned topics. When the configuration tells TCA to subscribe to a non-existent MR topic, TCA will attempt but stop because subscribing to such topics resulted failure. The enhancements implemented here will test for sub topic, and if non-existent, make a publish to create the topic. Additional enhancements include: 1. restart TCA is the number of workers is below expected (3); 2. allow MR subscriber group and id be set via environment variables DMAAPSUBGROUP and DMAAPSUBID. 3. Minor version is bumped. Issue-ID: DCAEGEN2-502 Change-Id: I3414a96706a1b720184cd657324db4d11db12590 Signed-off-by: Lusheng Ji <lji@research.att.com>
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-12Change VES measurement data topic, etcLusheng Ji2-2/+2
1. change VES measurement data topic 2. fix bootstrap container image version Issue-ID: DCAEGEN2-502 Issue-ID: DCAEGEN2-499 Change-Id: I1220b888d3b2ecaf8876868863c2964193ac0301 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-10Fix config format backwards compatibilityLusheng Ji5-78/+121
Issue-ID: DCAEGEN2-501 Change-Id: I8638518c7e72547d6fc4262f4e815dede9b9fb78 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-10Fix typo in policy handler registrationJack Lucas2-3/+6
Also fix naming/namespacing for Cloudify Manager Consul registration. Change-Id: Ie8d03651e4de2236d520be70b8c3170b03e9c97f Issue-ID: DCAEGEN2-496 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-05-10Remove hard-coded namespace referenceJack Lucas2-4/+10
Change-Id: I5f500c0f00ea8188a3eaffcde7a10807a03fc59c Issue-ID: DCAEGEN2-496 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-05-10Fix healthcheck to check specific deploymentsJack Lucas4-31/+72
Change-Id: Idc6a3eece4e3aaba83a0b2388f2ae6c2407471a5 Issue-ID: DCAEGEN2-493 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-05-08Set containers restart policyLusheng Ji5-23/+112
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-04Do not quit if BP deployment times outLusheng Ji1-2/+2
Issue-ID: DCAEGEN2-489 Change-Id: Ia21f31a73f1414e6869807c793f26ed143d8c9cf 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>