blob: 2481a5a2375e944936f227967edc351d8fe25010 [file] [log] [blame]
option kind="onos";
option name="onos";
option verbose_name="ONOS Service";
message ONOSApp (ServiceInstance){
optional string install_dependencies = 1 [db_index = False, null = True, blank = True];
optional string dependencies = 2 [db_index = False, null = True, blank = True];
}
message ONOSService (Service){
optional string rest_hostname = 1 [db_index = False, max_length = 255, null = True, content_type = "stripped", blank = True];
required int32 rest_port = 2 [default = 8181, null = False, db_index = False, blank = False];
required bool no_container = 3 [default = False, null = False, db_index = False, blank = True];
optional string node_key = 4 [db_index = False, max_length = 1024, null = True, content_type = "stripped", blank = True];
}