Ganesh, In the YAML template you would be using Ubuntu 16.04 / 14.04 cloud images which will have password based SSH login disabled by default. You may need to use the keypair that you mentioned in onap_key var.
Once you get into SDC VM, try to get status of docker containers by using sudo docker ps -a, and verify all the components of SDC are up ( FE, BE, DB etc.. ) W.r.t ICMP, check your security group whether ICMP egress / ingress is allowed. Do the same check for SSH as well. As a WA, try getting inside console directly. Hope this helps. BR, Viswa Viswanath Kumar Skand Priya Architect SDN, Cloud Services & Orchestration On Sat, Sep 2, 2017 at 5:35 PM, Ganesh Kaila <[email protected]> wrote: > Hi all, > > I am trying to deploy ONAP v1.0.0 on Vanilla openstack. I have used the > following heat templates to deploy it. > > > https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.0.0/onap_openstack.yaml > > https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.0.0/onap_openstack.env > > > I have updated /etc/hosts file with the demo domain names mentioned in the > Tutorial: Accessing the ONAP Portal and able to access the portal home page > as guided in the wiki. > > When I am trying the Creating a Licensing Model , I could not see the SDC > widget loading. To verify the vm1-sdc vm, I am not able to SSH into that > machine and it is not even responding to ICMP requests. Did anyone see the > similar problem? If yes, how do I resolve this problem? > > Please help me. Thanks in advance. > > > Regards > , > Ganesh > > _______________________________________________ > onap-discuss mailing list > [email protected] > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss&d=DwICAg&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=9F3pNUkzjE-2v1eTClkRVTaKybM-QdOEEflZQ1UA1C3bK3Y3fLmJGlCViaBBmZar&m=_YnT3QRgu7zaH8UIhQe1HV3tqp6ed6SX__CoJSboj7M&s=8QzVgl7V1c7-s8WcbYRYCFZ2KioGg3cfYC28z-QVu80&e= > _______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
