GithubHelp home page GithubHelp logo

Comments (10)

felipevicens avatar felipevicens commented on September 26, 2024 1

Hello @tarunsarkar, This seems an error from the glance that cannot download the image from the URL that you are using.

I can suggest to you that pre-upload the image to glance and grab the checksum of the image and set directly in the descriptor to avoid the long waits until the image is download from an external server.

The procedure that the Infrastructure Abstraction use to find an image is the following:
First check if the md5 in the descriptor matches to the glance image list checksums.
Second IA searches by name. (In your case the name is eu.sonata-nfv_vtc-vnf_0.1_vdu01)
Third IA tries to download the image from the source.

from son-install.

tarunsarkar avatar tarunsarkar commented on September 26, 2024

Hello @felipevicens , Thank you for your response. I was trying with demo user and it has no access to create a container in glance. So i tried with admin user and it worked. But I got another error in OpenStack (devstack heat) it says
No valid host was found.There are not enough hosts available.
Do you have any idea how to fix this issue in openstack (Devstack). Anyone knows how to restart a service in Devstack.
I tried below command (https://docs.openstack.org/devstack/latest/systemd.html)
sudo systemctl restart devstack@*
it does not work.

from son-install.

felipevicens avatar felipevicens commented on September 26, 2024

Hello @tarunsarkar, this is one of the most general error that you can get from OpenStack. I'm afraid, it says nothing to us. You should check deeply the nova, neutron, glance, heat logs in order to get more information.

To debug it, you can try to deploy a VM manually with the same characteristics of the VNF descriptors (Same RAM, CPU and Disk) and see if you can do it with DevStack. Another option is changing DevStack by other OpenStack all-in-one version like RDO.

from son-install.

tarunsarkar avatar tarunsarkar commented on September 26, 2024

hello @felipevicens, Yes I got the similar error while just trying to instantiate a VM instance with the flavor "ds1G" (1 CPU,1GB RAM, 10GB disk) i.e with same VNF description. But I could successfully instantiate VM using the flavor "m1.tiny" (1 CPU,512 MB RAM, 1GB disk). So I modified the VNF descriptor and tried to deploy the service but the change does not impact it is still taking the flavor "ds1G". Does the VNF description take input in MB? screen shot 2018-04-23 at 15 38 34

Thank you!
Best Regards,
Tarun

from son-install.

tarunsarkar avatar tarunsarkar commented on September 26, 2024

hello @felipevicens ,

It seems I could deploy a service but it is failing at the end with an error from Sonata as follow:
"NAP not specified, using default ones from default config file"
Do you have any clue about this error.
screen shot 2018-04-24 at 22 14 18

Best Regards,
Tarun

from son-install.

felipevicens avatar felipevicens commented on September 26, 2024

Hello @tarunsarkar, I think the issue is not the NAP itself. For SFC you need an SFC agent installed in the OpenStack server. The installation guide is detailed here

You can avoid the use of this agent if you don't use the forwarding graph section in the descriptors.

from son-install.

tarunsarkar avatar tarunsarkar commented on September 26, 2024

I build the wim-adaptor and vim-adaptor and running them on the server where my OpenStack is running.
Still got the same error.
screen shot 2018-04-25 at 18 16 26
screen shot 2018-04-25 at 18 17 07

Do I need to run them on the server where the Sonata running?
Thank you!
Best Regards,
Tarun

from son-install.

felipevicens avatar felipevicens commented on September 26, 2024

Hello @tarunsarkar you are getting a connection refuse from SONATA SP to the SFC agent that should be installed in OpenStack node. Do you have installed the SFC agent?

from son-install.

tarunsarkar avatar tarunsarkar commented on September 26, 2024

Hello @felipevicens , After installing SFC agent also the I could not deploy a service including forwarding graph (the same error), though I can deploy a service successfully without forwarding graphs. I have installed SFC agent in my openstack devstack environment. and I followed the steps specified here.
https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining
screen shot 2018-04-26 at 16 01 13

I added the highlighted line in my local.conf and ran unstack.sh and stack.sh.
Then after the stack.sh execution I checked that networking_sfc is installed.
screen shot 2018-04-26 at 16 04 04
I also checked in the neutron.conf and found the netorking_sfc services are enabled.
screen shot 2018-04-26 at 16 05 17
Is there any way to check if the networking_sfc services are running.

I am also attaching my local.conf for your reference you may suggest if anything I am doing wrong.
local.conf.txt

Thanks!
Best Regards,
Tarun

from son-install.

stkolome avatar stkolome commented on September 26, 2024

Hello Tarun,

The SFC Agent supported by SONATA is not the default one from Openstack devstack. We are using another agent developed in the project using OVS inside a custom deployed Openstack. In the following link you can find more info: https://github.com/sonata-nfv/son-sp-infrabstract/tree/master/vim-adaptor/utils

Unfortunately, SONATA doesn't support the default agent as of now, although that may change soon.

Best Regards,
Stavros

from son-install.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.