X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=examples%2Fping_pong_ns%2FCMakeLists.txt;h=7aa49762e009ffaa95c1bccc8595e5425f68d860;hb=d84b098df0544d0c5f21e93fbdcc67dab197e251;hp=9667465c5a8c0ed045c706754c7faa9f02d48b7f;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/examples/ping_pong_ns/CMakeLists.txt b/examples/ping_pong_ns/CMakeLists.txt index 9667465c..7aa49762 100644 --- a/examples/ping_pong_ns/CMakeLists.txt +++ b/examples/ping_pong_ns/CMakeLists.txt @@ -39,28 +39,18 @@ set(PACKAGE_OUTPUT add_custom_command( OUTPUT ${PACKAGE_OUTPUT} COMMAND ${CMAKE_CURRENT_BINARY_DIR}/generate_packages.sh - DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/ping_pong_nsd.py + DEPENDS mano_yang rwcloud_yang ${CMAKE_CURRENT_SOURCE_DIR}/ping_pong_nsd.py ) add_custom_target(ping_pong_pkg_gen ALL - DEPENDS mano_yang ${PACKAGE_OUTPUT} + DEPENDS mano_yang rwcloud_yang ${PACKAGE_OUTPUT} ) install( FILES ${PACKAGE_OUTPUT} DESTINATION usr/rift/mano/examples/ping_pong_ns - COMPONENT ${PKG_LONG_NAME} - ) - -install( - FILES - ${CMAKE_CURRENT_BINARY_DIR}/ping_vnfd_with_image.tar.gz - ${CMAKE_CURRENT_BINARY_DIR}/pong_vnfd_with_image.tar.gz - DESTINATION - usr/rift/mano/examples/ping_pong_ns - COMPONENT ${PKG_LONG_NAME} - OPTIONAL + COMPONENT ${PKG_LONG_NAME} ) rift_python_install_tree( @@ -68,6 +58,7 @@ rift_python_install_tree( FILES rift/mano/examples/ping_pong_nsd.py rift/mano/examples/start_traffic.py + rift/mano/examples/ping_set_rate.py ) install(