Compare commits

..

3 Commits

Author SHA1 Message Date
WrightNed
4038c18bda Update CMakeLists.txt 2023-08-24 20:26:18 +03:00
WrightNed
a9b6d2e715 Merge pull request #47 from openappsec/Aug_23_2023-Dev
Aug 23 2023 dev
2023-08-24 15:10:14 +03:00
WrightNed
5505022f47 Update cp-nano-package-list 2023-08-23 20:46:45 +03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ ADD_DEFINITIONS(-Wno-deprecated-declarations)
add_library(orchestration_tools orchestration_tools.cc)
add_subdirectory(orchestration_tools_ut)
#add_subdirectory(orchestration_tools_ut)

View File

@@ -1,7 +1,7 @@
# If you wish to add a package to the cp-nano-cli.sh shell script,
# just add a variable at the end of the file in the following format
# <variable_name>="<packageName(directory name under /etc/cp/)> <default_port(optional)> <Formatted-Name(optioanl)>"
# ** Please do not change the starting line of the variables (6th)
# ## Please do not change the starting line of the variables (6th)
orchestration="orchestration 7777"
access_control="accessControl 8000"
@@ -28,4 +28,4 @@ sdwan_logger="sdwanLogger 2204 SD-WAN_Logger"
cpview_metric_provider="cpviewMetricProvider 8282"
hello_world="hello_world"
crowdsec_aux="crowdsecAux 8081"
# ** Please do not remove this comment - newline at end of file required.
# ## Please do not remove this comment - newline at end of file required.