Giter Site home page Giter Site logo

Comments (4)

gerardo-garcia avatar gerardo-garcia commented on July 22, 2024

Even in test mode, you should have 'fake' hosts in order to deploy VNFs.
You can use the examples suggested in the Getting Started guide:
./openvim host-add test/hosts/host-example0.json
./openvim host-add test/hosts/host-example1.json
./openvim host-add test/hosts/host-example2.json
./openvim host-add test/hosts/host-example3.json

In summary, in test mode you won't deploy the VMs in the hosts, but the resource orchestration is still done. Therefore, enough room is needed to allocate all the VMs of a network scenario.

from openmano.

crbertoldo avatar crbertoldo commented on July 22, 2024

That is the point. The fake hosts were there. I could even see them in WebUI (besides of thru list in CLI). The guide was follewed.

from openmano.

gerardo-garcia avatar gerardo-garcia commented on July 22, 2024

Please send us by e-mail to [email protected] the file report.txt, after executing the following commands:
git pull # to update to the latest version of the code
./scripts/openmano-report.sh > report.txt # to generate a report

from openmano.

alf-tierno avatar alf-tierno commented on July 22, 2024

The problem, happens because the file "openvim/database_utils/of_ports_pci_correspondence.sql" does not contain an entry for each ethernet port of the added hosts. This causes that even there are ethernet ports, none of them are available because none of them are connected to the openflow switch. The result is that "complex" VNF that contain dataplane can not be physically deployed. Openvim cannot find a host with "openflow connected" ethernet ports and return the error "no room" for allocating this virtual machine

Current commit on 2015-05-05 solves this problem. Load "of_ports_pci_correspondence.sql" at database and afterwards the hosts. For example follown the steps:
$openvim/database_utils/init_vim_db.sh
$openvim openvim host-add test/hosts/host-example0.json ...

from openmano.

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.