HI Manuel, Tacker was deployed in the beginning itself. Please check the attached image. Is there anything else I need to deploy Tacker? Pavan
> On 14-Jul-2017, at 7:07 PM, Manuel Buil <mb...@suse.com> wrote: > > Hello Pavan, > > In the logs you sent previously, that step worked but it was not able to > fetch tackerc. Did you deploy your environment activating tacker? It should > be under settings > openstack services. > > -Manuel > > On Fri, 2017-07-14 at 18:36 +0530, Pavan Gupta wrote: >> HI Jose, >> This is sfc.log >> >> >> 2017-07-14 12:57:13,258 - SSH utils - ERROR - timed out >> 2017-07-14 12:58:13,319 - SSH utils - ERROR - timed out >> 2017-07-14 12:59:13,348 - SSH utils - ERROR - timed out >> 2017-07-14 13:00:13,405 - SSH utils - ERROR - timed out >> 2017-07-14 13:00:13,406 - __main__ - INFO - Fetch /etc/heat/heat.conf from >> controller 10.192.3.70 >> 2017-07-14 13:00:13,406 - opnfv.deployment.manager - INFO - Fetching >> /etc/heat/heat.conf from 10.192.3.70 >> 2017-07-14 13:00:13,406 - SSH utils - ERROR - Error [get_file(ssh_conn, >> '/etc/heat/heat.conf', '/tmp/heat.conf']: 'NoneType' object has no attribute >> 'open_sftp' >> 2017-07-14 13:00:13,406 - opnfv.deployment.manager - ERROR - SFTP failed to >> retrieve the file. >> 2017-07-14 13:00:13,407 - __main__ - INFO - Replace /etc/heat/heat.conf with >> /tmp/heat.conf in controller 10.192.3.70 >> 10.20.0.2 >> root >> r00tme >> None >> ----------*****************************************-------------* >> Installer Connection = <paramiko.client.SSHClient object at 0x7f499f6a1610> >> Traceback (most recent call last): >> File "./run_tests.py", line 189, in <module> >> main(report=args.report) >> File "./run_tests.py", line 91, in main >> disable_heat_resource_finder_cache(nodes) >> File "./run_tests.py", line 67, in disable_heat_resource_finder_cache >> controller.run_cmd('rm -f {0}'.format(remote_heat_conf)) >> File "/home/opnfv/repos/releng/modules/opnfv/deployment/manager.py", line >> 184, in run_cmd >> _, stdout, stderr = (self.ssh_client.exec_command(cmd)) >> AttributeError: 'NoneType' object has no attribute ‘exec_command' >> >> >> Pavan >> >> >>> On 14-Jul-2017, at 6:32 PM, Jose Lausuch <jose.laus...@ericsson.com >>> <mailto:jose.laus...@ericsson.com>> wrote: >>> >>> Hi, >>> >>> Functest looks fine. Can you now attach sfc.log located in the same >>> directory? Maybe it’s a problem with the test case as such while trying to >>> access the deployment. Maybe Manuel has more experience with it. >>> >>> - Jose - >>> >>> >>>> On 14 Jul 2017, at 14:47, Pavan Gupta <pavan.gu...@calsoftinc.com >>>> <mailto:pavan.gu...@calsoftinc.com>> wrote: >>>> >>>> HI Jose, >>>> - I have attached the log file this time. >>>> >>>> - Output of docker images: >>>> >>>> REPOSITORY TAG IMAGE ID >>>> CREATED SIZE >>>> opnfv/functest stable 2553087919e0 9 days >>>> ago 1.57GB >>>> ryu7249125/yardstick latest e37ee4c07ca8 2 >>>> months ago 3.52GB >>>> opnfv/yardstick stable 7fc31a6fc1d5 2 >>>> months ago 1.2GB >>>> autolytiks_logstash latest 0b8f850cf592 2 >>>> months ago 565MB >>>> autolytiks_elasticsearch latest f73bc006eb57 2 >>>> months ago 352MB >>>> autolytiks_nginx latest b3d688b35417 2 >>>> months ago 206MB >>>> autolytiks_web latest 7c2907bd15d8 2 >>>> months ago 727MB >>>> python 3.5-onbuild 2d1685b88f32 2 >>>> months ago 689MB >>>> redis latest e32ef7250bc1 2 >>>> months ago 184MB >>>> postgres latest 390220867755 2 >>>> months ago 267MB >>>> influxdb latest 95b868946bae 2 >>>> months ago 224MB >>>> logstash 5.2 e2e0c054df39 3 >>>> months ago 494MB >>>> elasticsearch 5.2 0206b7302cfe 3 >>>> months ago 352MB >>>> grafana/grafana latest 8c4ef64b4ad1 3 >>>> months ago 278MB >>>> autolytiks_kibana latest 724639b70915 3 >>>> months ago 329MB >>>> kibana 5.2 724639b70915 3 >>>> months ago 329MB >>>> hello-world latest c54a2cc56cbb 12 >>>> months ago 1.85kB >>>> opennetworklinux/builder7 1.2 a0a471ea8d55 13 >>>> months ago 1.92GB >>>> tutum/nginx latest a2e9b71ed366 16 >>>> months ago 206MB >>>> >>>> >>>> - Output of docker ps: >>>> CONTAINER ID IMAGE COMMAND >>>> CREATED STATUS PORTS >>>> NAMES >>>> 9b1c47899d65 opnfv/functest:stable "/bin/bash" 6 >>>> hours ago Up 6 hours >>>> sfc >>>> 0eb2d3ff7e4d autolytiks_nginx "/usr/sbin/nginx" 2 >>>> months ago Up 8 days 0.0.0.0:80->80/tcp >>>> autolytiks_nginx_1 >>>> ce4e265af4cd grafana/grafana:latest "/run.sh" 2 >>>> months ago Up 8 days 0.0.0.0:3000->3000/tcp >>>> autolytiks_grafana_1 >>>> 87e2e67d8924 autolytiks_web "/usr/local/bin/gu..." 2 >>>> months ago Up 8 days 8000/tcp >>>> autolytiks_web_1 >>>> f7e290be942d influxdb:latest "/entrypoint.sh in..." 2 >>>> months ago Up 8 days 0.0.0.0:8084->8083/tcp, >>>> 0.0.0.0:8087->8086/tcp, 0.0.0.0:8090->8089/tcp autolytiks_influxdb_1 >>>> 6e77fd10b6c8 postgres:latest "docker-entrypoint..." 2 >>>> months ago Up 8 days 0.0.0.0:5432->5432/tcp >>>> autolytiks_postgres_1 >>>> da192814b82b redis:latest "docker-entrypoint..." 2 >>>> months ago Up 8 days 0.0.0.0:6379->6379/tcp >>>> autolytiks_redis_1 >>>> >>>> >>>> Please let me know if you need any other information. >>>> Pavan >>>> >>>>> On 14-Jul-2017, at 6:09 PM, Jose Lausuch <jose.laus...@ericsson.com >>>>> <mailto:jose.laus...@ericsson.com>> wrote: >>>>> >>>>> Pavan, >>>>> >>>>> I don’t see any attachment. >>>>> >>>>> | 2. Docker image: Docker version 17.04.0-ce, build 4845c56 >>>>> I meant the Functest docker image. Just run: docker ps or docker images >>>>> to see which Functest version you are using. >>>>> >>>>> - Jose - >>>>> >>>>> From: Pavan Gupta [mailto:pavan.gu...@calsoftinc.com >>>>> <mailto:pavan.gu...@calsoftinc.com>] >>>>> Sent: Friday, July 14, 2017 14:28 PM >>>>> To: Jose Lausuch <jose.laus...@ericsson.com >>>>> <mailto:jose.laus...@ericsson.com>> >>>>> Cc: Manuel Buil <mb...@suse.com <mailto:mb...@suse.com>>; >>>>> andres.sanchez.ra...@estudiant.upc.edu >>>>> <mailto:andres.sanchez.ra...@estudiant.upc.edu>; OPNFV-TECH-DISCUSS OPNFV >>>>> <opnfv-tech-discuss@lists.opnfv.org >>>>> <mailto:opnfv-tech-discuss@lists.opnfv.org>> >>>>> Subject: Re: [opnfv-tech-discuss] SFC Project >>>>> >>>>> Hi Jose, >>>>> 1. I have attached functest.log. >>>>> >>>>> 2. Docker image: Docker version 17.04.0-ce, build 4845c56 >>>>> >>>>> 3. Installer: Fuel, version 10.0.0 >>>>> >>>>> 4. Credentials: Same as mentioned in the link (root, r00tme) >>>>> >>>>> Thank you. >>>>> Pavan >>>>> >>>>> On 14-Jul-2017, at 5:15 PM, Jose Lausuch <jose.laus...@ericsson.com >>>>> <mailto:jose.laus...@ericsson.com>> wrote: >>>>> >>>>> /home/opnfv/functest/results/functest.log >>>> >>>> <functest.log.rtf> >>> >>
_______________________________________________ opnfv-tech-discuss mailing list opnfv-tech-discuss@lists.opnfv.org https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss