NSO-developer / tme-demo

TME NSO overview demo with a custom UI
9 stars 5 forks source link

NFVO package not longer distributed with Makefile #10

Closed rgaglian closed 2 years ago

rgaglian commented 3 years ago

As you cannot compile the external dependencies any longer, we need to change the demo Makefile.

EXTERNAL_DEPS = resource-manager esc openstack-cos-gen-4.2 \ etsi-sol003-gen-1.13 cisco-etsi-nfv

Should be EXTERNAL_DEPS = resource-manager

maddn commented 2 years ago

This has been fixed in commit c25aabbcf9ccd273913ec5f9ef116f4526554ef0

The latest version no longer compiles the dependent packages (see the Makefile comments for details).