1. I think you are ready for instantiation – VID should be displaying models to instantiate as demo user. 2. For the vLB – do a redistribution as op001 from the SDC GUI – since the other 2 worked it was probably a transient. 3. When you do manual distribution through the GUI you need to open up the SO section and make sure the model is marked DISTRIBUTION_COMPLETE_OK – that is required for VID to display the DEPLOY button since that is the query that VID is doing to AAI to find available models. 4. POMBA is just for auditing and for Casablanca its an optional component so will not impact instantiate. 5. You want to look at the DCAE HTTP 500 error and see if that container/POD needs to be restarted – that will only affect closed loop testing 6. Holmes is only used in a couple of use cases for closed loop so I don’t think it will impact your testing. You should look again at why is it returning an HTTP 502. Perhaps a separate email on that problem to onap-discuss once you have a log file entry.
I think you should do a vFWCL instantiation. ./demo-k8s.sh onap instantiateVFW is a good test to run next. It should instantiate an instance of vFW and leave it running Could also do ./ete-k8s.sh onap instantiateVFWCL (this should delete the VNF after the test) Check you robot container for which tags are exposed in robot/testsuites/vnf-orchestration.robot for ete-k8s.sh. Or any of the manually driven tests. Brian From: Signorelli Marco <[email protected]> Sent: Monday, February 11, 2019 10:36 AM To: FREEMAN, BRIAN D <[email protected]>; [email protected] Subject: Re: [onap-discuss] [Casablanca] Kafka's pod in crashloobackoff Hi all, we re-installed just DCAE component, all container are running but test fails. We also tried to install whole environment with following steps: 1) From git clone git clone -b casablanca http://gerrit.onap.org/r/oom<https://urldefense.proofpoint.com/v2/url?u=http-3A__gerrit.onap.org_r_oom&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=qKAfKSjrODGolxNX_4QR2cWOtajjUXe-mK4mMvicBU0&s=5wINWfvlXY9jQ-t73FsG2Xc3gp4kO6l3tgi9ThdVO5E&e=> 2) Changed following docker images: - kafka: from version nexus3.onap.org:10001/onap/dmaap/kafka01101:0.0.1 to version docker.io/wurstmeister/kafka:2.11-2.0.0 - aai-data-router: from version onap/data-router:1.3.2 to version onap/data-router:1.3.3 3) Setted proxy params into: -common-> dgbuilder -sdnc-ansible -sdnc-portal -appc-ansible -mariadb -readiness 4) Run helm deploy dev local/onap --namespaces onap --verbose 5) After about 1-2 hours, we have following situation: - 181 Services exposed - 219 pods Running/Completed except for dev-pomba-pomba-kibana-6d95fb78d4-wqzp2 0/1 Running 368 1d 10.42.140.64 sb4-k8s-8 <none> 6) test sdc healtcheck: curl http://163.162.239.17:30205/sdc2/rest/healthCheck<https://urldefense.proofpoint.com/v2/url?u=http-3A__163.162.239.17-3A30205_sdc2_rest_healthCheck&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=qKAfKSjrODGolxNX_4QR2cWOtajjUXe-mK4mMvicBU0&s=exH_rzvsIOoG0M1juF3DPwxJEO8oI5yJ40miX2fIYRU&e=> { "sdcVersion": "1.3.6", "siteMode": "unknown", "componentsInfo": [ { "healthCheckComponent": "BE", "healthCheckStatus": "UP", "version": "1.3.6", "description": "OK" }, { "healthCheckComponent": "TITAN", "healthCheckStatus": "UP", "description": "OK" }, { "healthCheckComponent": "ES", "healthCheckStatus": "UP", "version": "1.3.6", "description": "OK" }, { "healthCheckComponent": "DE", "healthCheckStatus": "UP", "description": "OK" }, { "description": "OK" }, { "healthCheckComponent": "ON_BOARDING", "healthCheckStatus": "UP", "version": "1.3.6", "description": "OK", "componentsInfo": [ { "healthCheckComponent": "ZU", "healthCheckStatus": "UP", "description": "OK" }, "healthCheckComponent": "CASSANDRA", "healthCheckStatus": "UP", { "healthCheckComponent": "BE", "healthCheckStatus": "UP", "version": "1.3.6", "description": "OK" }, { "healthCheckComponent": "CAS", "healthCheckStatus": "UP", "version": "2.1.17", "description": "OK" } ] }, { "healthCheckComponent": "DCAE", "healthCheckStatus": "UP", "version": "1.3.0", "description": "OK", "componentsInfo": [ { "healthCheckComponent": "BE", "healthCheckStatus": "UP", "version": "1.3.0", "description": "OK" }, { "healthCheckComponent": "TOSCA_LAB", "healthCheckStatus": "UP", "version": "1.3.0", "description": "OK" } ] } ] } -test on Topics curl -v http://163.162.239.17:30227/topics/<https://urldefense.proofpoint.com/v2/url?u=http-3A__163.162.239.17-3A30227_topics_&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=qKAfKSjrODGolxNX_4QR2cWOtajjUXe-mK4mMvicBU0&s=yrJVjhw7xMdAZShbrFkxBr5F3Xie4NDE8GsUaHYaeKg&e=> {"topics": [ "ECOMP-PORTAL-OUTBOX-APP1", "POA-AUDIT-RESULT", "__consumer_offsets", "ECOMP-PORTAL-OUTBOX-POL1", "SDC-DISTR-STATUS-TOPIC-AUTO", "SDC-DISTR-NOTIF-TOPIC-AUTO", "POA-RULE-VALIDATION", "AAI-EVENT", "ECOMP-PORTAL-OUTBOX-VID1", "ECOMP-PORTAL-INBOX", "champRawEvents", "ECOMP-PORTAL-OUTBOX-SDC1", "org.onap.dmaap.mr.PNF_REGISTRATION", "APPC-TEST1", "POA-AUDIT-INIT", "ECOMP-PORTAL-OUTBOX-DBC1" ]} TEST from oom/kubernets/robot -./ete-k8s.sh onap health -> 48/51 passed ------------------------------------------------------------------------------ Basic DCAE Health Check | FAIL | 500 != 200 ------------------------------------------------------------------------------ Basic Holmes Rule Management API Health Check | FAIL | 502 != 200 ------------------------------------------------------------------------------ Basic Holmes Engine Management API Health Check | FAIL | 502 != 200 ------------------------------------------------------------------------------ -./ete-k8s.sh onap healthdist 1/1 passed Testsuites ============================================================================== Testsuites.Health-Check :: Testing ecomp components are available via calls. ============================================================================== Health Distribution Test Downloaded:service-Vfw20190211103008-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 ============================================================================== -./ete-k8s.sh onap distribute 2/3 passed ============================================================================== Testsuites ============================================================================== Testsuites.Model-Distribution :: Testing asdc. ============================================================================== Distribute vLB Model | FAIL | FAIL != PASS ------------------------------------------------------------------------------ Distribute vFW Model Downloaded:service-Vfw20190211104321-csar.csar | PASS | ------------------------------------------------------------------------------ Distribute vVG Model Downloaded:service-Vvg20190211104833-csar.csar | PASS | ------------------------------------------------------------------------------ Testsuites.Model-Distribution :: Testing asdc. | FAIL | 3 critical tests, 2 passed, 1 failed 3 tests total, 2 passed, 1 failed ============================================================================== Testsuites | FAIL | 3 critical tests, 2 passed, 1 failed 3 tests total, 2 passed, 1 failed ============================================================================== 8) We also tried to distribute a service via SDC-Portal and the output is in the attached file (looking in SO DB we found service distrubuted). Do you have any suggestions to solve issues reported above ? With the failed tests reported above, which kind of limitation should we expect in order to istantiate viable ONAP use cases ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15456): https://lists.onap.org/g/onap-discuss/message/15456 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]] -=-=-=-=-=-=-=-=-=-=-=-
