Hello Daniel and Gaurav,

Daniel,
Yes, we are using the using keystone 3 (OS_IDENTITY_API_VERSION=3). Could you 
please let us know, if it is possible to proceed further with keystone v3.

Gaurav,
Could you please let us know how the DCAE uses these allocated 5 IPs.

--
Regards,
Subhash Kumar Singh

________________________________
From: ROSE, DANIEL V [dr6...@att.com]
Sent: Thursday, June 15, 2017 22:48
To: Gaurav Gupta (c); Subhash Kumar Singh; onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] Robot VM Demo.sh is failing to initialize customer

Also that error means that you are using keystone 3 I believe.

Daniel Rose
ECOMP / ONAP
com.att.ecomp
732-420-7308

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaurav Gupta (c)
Sent: Thursday, June 15, 2017 10:50 AM
To: Subhash Kumar Singh <subhash.kumar.si...@huawei.com>; 
onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Robot VM Demo.sh is failing to initialize customer


Subhash



Can you try fixing the ete.sh health first .




The health check  For DCAE fails because the data collection and analytics 
platform that DCAE controller spins up off the Heat template is not there. 
Please pull the latest templates from Gerrit (onap_openstack_float.* is the 
right one).

In order for DCAE to work correctly, at this time, you need to manually assign 
5 floating IPs to your OpenStack project. This 5 IPs need to be associated to:
  dcae_coll_float_ip
  dcae_db_float_ip
  dcae_hdp1_float_ip
  dcae_hdp2_float_ip
  dcae_hdp3_float_ip

in whatever order you want. At run time, the DCAE controller will fetch those 
IPs from the underlying OpenStack platform and assign to the VMs defined above. 
To assign floating IPs to your project, from the OpenStack horizon dashboard, 
click on Compute -> Access & Security -> Floating IPs. Then click “Allocate IP 
To Project” 5 times. OpenStack will assign 5 IPs to you.

I will update the wiki page soon 
https://wiki.onap.org/display/DW/ONAP+Installation+in+Vanilla+OpenStack<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_ONAP-2BInstallation-2Bin-2BVanilla-2BOpenStack&d=DwMGaQ&c=uilaK90D4TOVoH58JNXRgQ&r=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI&m=sTgGg_7_U5ada56hwhvoUqmrXabov18-uN2trBasJvs&s=8ZSFZ8NzhjRZqQVQ6hUFSbtAv3zrNu4s6ys6p-TuyKQ&e=>and
 send an email when done. Note, however, that DCAE team is still working on a 
DNS issue within the DCAE collector docker container. The issue is tracked in 
this Jira: 
https://jira.onap.org/browse/DCAE-7<https://urldefense.proofpoint.com/v2/url?u=https-3A__jira.onap.org_browse_DCAE-2D7&d=DwMGaQ&c=uilaK90D4TOVoH58JNXRgQ&r=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI&m=sTgGg_7_U5ada56hwhvoUqmrXabov18-uN2trBasJvs&s=OX51a2fmXvVRJHuK36u2NwrA3eCXCkJBgzQdqgBk9_E&e=>


Thanks
Gaurav
________________________________
From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
<onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>>
 on behalf of Subhash Kumar Singh 
<subhash.kumar.si...@huawei.com<mailto:subhash.kumar.si...@huawei.com>>
Sent: 15 June 2017 19:50
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] Robot VM Demo.sh is failing to initialize customer

Hello Everyone,

We are attempting execute 'init_customer' to pre-populate A&AI but we the robot 
test cases (demo.sh) are failing. At the same time, we can see the healthcheck 
(ete.sh) is passing after adding some changes to bring up the docker services 
(https://gerrit.onap.org/r/#/c/5009/).

Following are the logs from robot vm:

$ ./demo.sh init_customer
Starting Xvfb on display :89 with res 1280x1024x24
Executing robot tests at log level TRACE
==============================================================================
OpenECOMP ETE
==============================================================================
OpenECOMP ETE.Robot
==============================================================================
OpenECOMP ETE.Robot.Testsuites
==============================================================================
OpenECOMP ETE.Robot.Testsuites.Demo :: Executes the VNF Orchestration Test ...
==============================================================================
Initialize Customer                                                   | FAIL |
KeyError: 'tenant'
------------------------------------------------------------------------------
OpenECOMP ETE.Robot.Testsuites.Demo :: Executes the VNF Orchestrat... | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
OpenECOMP ETE.Robot.Testsuites                                        | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
OpenECOMP ETE.Robot                                                   | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
OpenECOMP ETE                                                         | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================


$ ./ete.sh health

==============================================================================
OpenECOMP ETE
==============================================================================
OpenECOMP ETE.Robot
==============================================================================
OpenECOMP ETE.Robot.Testsuites
==============================================================================
OpenECOMP ETE.Robot.Testsuites.Health-Check :: Testing ecomp components are...
==============================================================================
Basic DCAE Health Check                                               | FAIL |
Value of dictionary key 'healthTestStatus' does not match: YELLOW != GREEN
------------------------------------------------------------------------------
Basic SDNGC Health Check                                              | PASS |
------------------------------------------------------------------------------
Basic A&AI Health Check                                               
/var/opt/OpenECOMP_ETE/robot/library/urllib3/connectionpool.py:852: 
InsecureRequestWarning: Unverified HTTPS request is being made. Adding 
certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
| PASS |
------------------------------------------------------------------------------
Basic Policy Health Check                                             | PASS |
------------------------------------------------------------------------------
Basic MSO Health Check                                                | PASS |
------------------------------------------------------------------------------
Basic ASDC Health Check                                               | PASS |
------------------------------------------------------------------------------
Basic APPC Health Check                                               | PASS |
------------------------------------------------------------------------------
Basic Portal Health Check                                             | PASS |
------------------------------------------------------------------------------
Basic Message Router Health Check                                     | PASS |
------------------------------------------------------------------------------
Basic VID Health Check                                                | PASS |
------------------------------------------------------------------------------
OpenECOMP ETE.Robot.Testsuites.Health-Check :: Testing ecomp compo... | FAIL |
10 critical tests, 9 passed, 1 failed
10 tests total, 9 passed, 1 failed
==============================================================================
OpenECOMP ETE.Robot.Testsuites                                        | FAIL |
10 critical tests, 9 passed, 1 failed
10 tests total, 9 passed, 1 failed
==============================================================================
OpenECOMP ETE.Robot                                                   | FAIL |
10 critical tests, 9 passed, 1 failed
10 tests total, 9 passed, 1 failed
==============================================================================
OpenECOMP ETE                                                         | FAIL |
10 critical tests, 9 passed, 1 failed
10 tests total, 9 passed, 1 failed
==============================================================================
Output:  /share/logs/ETE_20981/output.xml
Log:     /share/logs/ETE_20981/log.html
Report:  /share/logs/ETE_20981/report.html

Kindly help to pass through this step.

--
Regards,
Subhash Kumar Singh
_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to