Sounds like distribution is working then (which is good). The DCAE issue is strange.
Are all the containers running ? You might need to do a re-install of just DCAE. helm delete dev-dcae –purge ; clean up any pv, pvc, configmap etc; rm -rf dev-dmaap [from dockerdata-nfs] and helm deploy xxxx but first check and see if you can identify the container/POD that is the problem. Could also kubectl exec into the container (http://dcae-healthcheck.onap:80) that is supposed to reply to healthcheck. dev-dcaegen2-dcae-healthcheck-xxxxx-xxx Brian ------------------------------------------------------------------------------ Basic DCAE Health Check | PASS | ------------------------------------------------------------------------------ dev-dcaegen2-dcae-bootstrap-7c5c8d7d76-mkjt5 1/1 Running 0 16d dev-dcaegen2-dcae-cloudify-manager-67b576dd66-k9dpk 1/1 Running 0 16d dev-dcaegen2-dcae-db-0 1/1 Running 0 16d dev-dcaegen2-dcae-db-1 1/1 Running 0 16d dev-dcaegen2-dcae-healthcheck-65c6548689-7bm49 1/1 Running 0 16d dev-dcaegen2-dcae-pgpool-78fbd864cd-7gcch 1/1 Running 0 16d dev-dcaegen2-dcae-pgpool-78fbd864cd-c8zwz 1/1 Running 0 16d dev-dcaegen2-dcae-redis-0 1/1 Running 0 16d dev-dcaegen2-dcae-redis-1 1/1 Running 0 16d dev-dcaegen2-dcae-redis-2 1/1 Running 0 16d dev-dcaegen2-dcae-redis-3 1/1 Running 0 16d dev-dcaegen2-dcae-redis-4 1/1 Running 0 16d dev-dcaegen2-dcae-redis-5 1/1 Running 0 16d dep-config-binding-service-77b4f5c5-lxkcb 2/2 Running 0 16d dep-dcae-datafile-collector-8585dc98d-f288g 2/2 Running 0 16d dep-dcae-hv-ves-collector-5596896bb4-kl4cl 2/2 Running 0 16d dep-dcae-prh-6cb6b8dbbf-brkg4 2/2 Running 0 10d dep-dcae-snmptrap-collector-5f46cf878-bv92q 1/1 Running 0 16d dep-dcae-tca-analytics-598bbc5fbc-bjvc5 2/2 Running 3 16d dep-dcae-ves-collector-6574f98499-wtw97 2/2 Running 0 16d dep-deployment-handler-5746b59f74-rxp8p 2/2 Running 0 16d dep-holmes-engine-mgmt-65864d6c89-sdt9b 1/1 Running 0 16d dep-holmes-rule-mgmt-6bf4d7c7d8-wff7t 1/1 Running 0 16d dep-inventory-5b574bdb49-2vrgg 1/1 Running 1 16d dep-policy-handler-7946544bb9-x4b89 2/2 Running 0 16d dep-pstg-write-f67b57947-9w6ch 1/1 Running 0 16d dep-s6fa2f68f1e7a461697901d36ab3d8ee8-dcaegen2-analytics-tf9z97 2/2 Running 1 12d dep-service-change-handler-5b87864575-kzv4z 1/1 Running 0 1d From: Signorelli Marco <[email protected]> Sent: Thursday, February 07, 2019 9:31 AM To: FREEMAN, BRIAN D <[email protected]>; [email protected] Subject: Re: [onap-discuss] [Casablanca] Kafka's pod in crashloobackoff Hi Brian, I confirm that we have changend only the kafka image (while zookeeper is 3.4.9). As you suggested me, I run the test-script ./ete-k8s.sh onap healthdist and the output is: ============================================================================== Testsuites ============================================================================== Testsuites.Health-Check :: Testing ecomp components are available via calls. ============================================================================== Health Distribution Test Downloaded:service-Vfw20190207101029-csar.csar | PASS | ------------------------------------------------------------------------------ Testsuites.Health-Check :: Testing ecomp components are available ... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Testsuites | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== So I think the comunication to dmaap-sdc-ueb works fine. In fact, exploring the heat_template table in the so-db, I found new rows coming from the previous test distribution. What do u think about? For the DCAE issue, I have updated the timeout value into robot script from 10 s to 20 s and now the OOF pass the test but the DCAE does not: we now have 48 successfully tests (on 51 total tests) ------------------------------------------------------------------------------ Basic DCAE Health Check | FAIL | Test timeout 20 seconds exceeded. ------------------------------------------------------------------------------ Basic Holmes Rule Management API Health Che | FAIL | 502 != 200 ------------------------------------------------------------------------------ Basic Holmes Engine Management API Healtheck | FAIL | 502 != 200 ------------------------------------------------------------------------------ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15398): https://lists.onap.org/g/onap-discuss/message/15398 Mute This Topic: https://lists.onap.org/mt/29665079/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
