Jul 31st update

This commit is contained in:
Ned Wright
2024-07-31 17:15:35 +00:00
parent 705a5e6061
commit 384b59cc87
39 changed files with 1026 additions and 74 deletions

View File

@@ -51,6 +51,7 @@
#include "generic_metric.h"
#include "tenant_manager.h"
#include "local_policy_mgmt_gen.h"
#include "external_sdk_server.h"
using namespace std;
@@ -72,7 +73,8 @@ main(int argc, char **argv)
OrchestrationTools,
HealthChecker,
HealthCheckManager,
LocalPolicyMgmtGenerator
LocalPolicyMgmtGenerator,
ExternalSdkServer
> comps;
comps.registerGlobalValue<uint>("Nano service API Port Primary", 7777);