OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
instance_manager.cc File Reference
#include "oper/instance_manager.h"
#include <boost/bind.hpp>
#include <boost/functional/hash.hpp>
#include <boost/filesystem.hpp>
#include <boost/tokenizer.hpp>
#include <sys/wait.h>
#include "cmn/agent.h"
#include "db/db.h"
#include "io/event_manager.h"
#include "oper/instance_task.h"
#include "oper/operdb_init.h"
#include "oper/service_instance.h"
#include "oper/vm.h"
#include "oper/docker_instance_adapter.h"
#include "oper/netns_instance_adapter.h"
#include "base/util.h"
Include dependency graph for instance_manager.cc:

Go to the source code of this file.

Classes

class  InstanceManager::NamespaceStaleCleaner
 

Functions

SandeshTraceBufferPtr InstanceManagerTraceBuf (SandeshTraceBufferCreate("InstanceManager", 1000))
 

Variables

static const char loadbalancer_config_path_default []
 
static const char namespace_store_path_default []
 
static const char namespace_prefix [] = "vrouter-"
 

Function Documentation

SandeshTraceBufferPtr InstanceManagerTraceBuf ( SandeshTraceBufferCreate("InstanceManager", 1000)  )

Variable Documentation

const char loadbalancer_config_path_default[]
static
Initial value:
=
"/var/lib/contrail/loadbalancer/"

Definition at line 30 of file instance_manager.cc.

const char namespace_prefix[] = "vrouter-"
static

Definition at line 34 of file instance_manager.cc.

const char namespace_store_path_default[]
static
Initial value:
=
"/var/run/netns"

Definition at line 32 of file instance_manager.cc.