blob: 355ddaf9cfbb9bd7eaecda9962755adf1a9585e6 [file] [log] [blame]
Andy Bavier03df22b2017-08-30 14:46:02 -07001option name = "volt";
Matteo Scandolobfc31332018-03-29 09:06:52 -07002option app_label = "volt";
Matteo Scandoloe2cb8a42018-05-18 16:30:06 -07003option legacy="True";
Andy Bavier03df22b2017-08-30 14:46:02 -07004
5message VOLTService (Service){
Matteo Scandolo43473812018-03-02 10:55:54 -08006 option verbose_name = "vOLT Service";
7 option kind = "vOLT";
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -08008
Luca Preteca974c82018-05-01 18:06:16 -07009 required string voltha_url = 1 [help_text = "The Voltha API address. By default voltha.voltha.svc.cluster.local", default = "voltha.voltha.svc.cluster.local", max_length = 254, null = False, db_index = False, blank = False];
10 required int32 voltha_port = 2 [help_text = "The Voltha API port. By default 8882", default=8882, null = False, db_index = False, blank = False];
11 required string voltha_user = 3 [help_text = "The Voltha username. By default voltha", default="voltha", max_length = 254, null = False, db_index = False, blank = False];
12 required string voltha_pass = 4 [help_text = "The Voltha password. By default admin", default="admin", max_length = 254, null = False, db_index = False, blank = False];
13 required string onos_voltha_url = 5 [help_text = "The ONOS Voltha address. By default onos-voltha-ui.voltha.svc.cluster.local", default="onos-voltha-ui.voltha.svc.cluster.local", max_length = 254, null = False, db_index = False, blank = False];
14 required int32 onos_voltha_port = 6 [help_text = "The Voltha API port. By default 8181", default=8181, null = False, db_index = False, blank = False];
15 required string onos_voltha_user = 7 [help_text = "The ONOS Voltha username. By default sdn", max_length = 254, default="onos", null = True, db_index = False, blank = False];
16 required string onos_voltha_pass = 8 [help_text = "The ONOS Voltha password. By default rocks", max_length = 254, default="rocks", null = True, db_index = False, blank = False];
17 required string onu_provisioning = 9 [help_text = "If to automatically discover and provision the ONU or not", default = "allow_all", choices = "(('allow_all', 'Allow All'), ('pre_provisioned', 'Pre-provisione'), ('oss', 'OSS'))", null = False, db_index = False, blank = False];
Andy Bavier03df22b2017-08-30 14:46:02 -070018}
19
Matteo Scandolod2458012018-03-01 13:40:36 -080020message VOLTServiceInstance (ServiceInstance){
Matteo Scandolo43473812018-03-02 10:55:54 -080021 option kind = "vOLT";
22 option owner_class_name = "VOLTService";
23 option verbose_name = "vOLT Service Instance";
Andy Bavier03df22b2017-08-30 14:46:02 -070024
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080025 optional string description = 1 [max_length = 254, null = True, db_index = False, blank = True];
Andy Bavier03df22b2017-08-30 14:46:02 -070026}
27
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080028message OLTDevice (XOSBase){
29 option verbose_name = "OLT Device";
30 option description="Represents a physical OLT device";
Andy Bavier03df22b2017-08-30 14:46:02 -070031
Matteo Scandolo43473812018-03-02 10:55:54 -080032 required manytoone volt_service->VOLTService:volt_devices = 1 [db_index = True, null = False, blank = False];
Matteo Scandolo2c144932018-05-04 14:06:24 -070033 optional string name = 2 [help_text = "name of device", max_length = 254, null = True, db_index = False, blank = True, unique = True];
Matteo Scandolo33523412018-04-12 15:21:13 -070034 required string device_type = 3 [help_text = "Device Type", default = "asfvolt16_olt", max_length = 254, null = False, db_index = False, blank = False, tosca_key=True];
35 required string host = 4 [help_text = "Host", max_length = 254, null = False, db_index = False, blank = False, tosca_key=True];
36 required int32 port = 5 [help_text = "Fabric port", null = False, db_index = False, blank = False, tosca_key=True];
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080037
38 optional string device_id = 10 [help_text = "Device ID", null = True, db_index = False, blank = False, feedback_state = True];
39 optional string admin_state = 11 [help_text = "admin_state", null = True, db_index = False, blank = False, feedback_state = True];
40 optional string oper_status = 12 [help_text = "oper_status", null = True, db_index = False, blank = False, feedback_state = True];
41 optional string of_id = 13 [help_text = "openflow id", null = True, db_index = False, blank = False, feedback_state = True];
Matteo Scandolof6337eb2018-04-05 15:58:37 -070042 optional string dp_id = 14 [help_text = "datapath id", null = True, db_index = False, blank = False, feedback_state = True];
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080043
Matteo Scandolof6337eb2018-04-05 15:58:37 -070044 required string uplink = 15 [default="129", help_text = "uplink port", null = False, db_index = False, blank = False];
Matteo Scandolo19466a02018-05-16 17:43:39 -070045 required string driver = 16 [default="voltha", help_text = "Olt driver", null = True, db_index = False, blank = False];
Matteo Scandolod3c768d2018-04-11 13:38:49 -070046
47 optional string switch_datapath_id = 17 [help_text = "Fabric switch to which the OLT is connected", null = False, db_index = False, blank = False];
48 optional string switch_port = 18 [help_text = "Fabric port to which the OLT is connected", null = False, db_index = False, blank = False];
49 optional string outer_tpid = 19 [help_text = "Outer VLAN id field EtherType", null = False, db_index = False, blank = False];
Andy Bavier03df22b2017-08-30 14:46:02 -070050}
51
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080052message PONPort (XOSBase){
53 option verbose_name = "PON Port";
54
Scott Baker01b06212018-04-27 13:23:38 -070055 required string name = 1 [db_index = True, null = False, blank = False, unique_with="olt_device"];
Matteo Scandolob8621cd2018-04-04 17:12:37 -070056 required manytoone olt_device->OLTDevice:ports = 2 [db_index = True, null = False, blank = False];
57 required string port_id = 3 [help_text = "Port ID", max_length = 254, null = False, db_index = False, blank = False];
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080058 required int32 s_tag = 4 [help_text = "S Tag", null = False, db_index = False, blank = False];
Andy Bavier03df22b2017-08-30 14:46:02 -070059}
Matteo Scandoloe2cb8a42018-05-18 16:30:06 -070060
61message ONUDevice (XOSBase){
62 option verbose_name = "ONU Device";
63 option description = "Represents a physical ONU device";
64
65 required manytoone pon_port->PONPort:onu_devices = 1 [db_index = True, null = False, blank = False];
66 required string serial_number = 2 [max_length = 254, null = False, db_index = False, blank = False, tosca_key=True, unique = True];
67 required string vendor = 3 [max_length = 254, null = False, db_index = False, blank = False];
68 required string device_type = 4 [help_text = "Device Type", default = "asfvolt16_olt", max_length = 254, null = False, db_index = False, blank = False];
69
70 optional string device_id = 5 [max_length = 254, null = True, db_index = False, blank = False, feedback_state = True];
71 optional string admin_state = 6 [help_text = "admin_state", null = True, db_index = False, blank = False, feedback_state = True];
72 optional string oper_status = 7 [help_text = "oper_status", null = True, db_index = False, blank = False, feedback_state = True];
73 optional string connect_status = 8 [help_text = "connect_status", null = True, db_index = False, blank = False, feedback_state = True];
74}