Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / ocf / CMakeLists.txt
1 # The root of the OCF resource agent hierarchy
2 # Per the OCF standard, it's always "lib",
3 # not "lib64" (even on 64-bit platforms).
4 set(ocf_dir ${CMAKE_INSTALL_PREFIX}/lib/ocf)
5
6 # The ceph provider directory
7 set(ra_dir ${ocf_dir}/resource.d/${PROJECT_NAME})
8
9 configure_file(rbd.in rbd @ONLY)
10 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/rbd DESTINATION ${ra_dir})