blob: d830300e03773d74a03e3d9bb214bba3dd2342ba [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";
Scott Baker2108e752019-01-17 07:00:32 -08008 option description = "OLT Access Service";
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -08009
Scott Baker1e043272019-01-24 08:33:15 -080010 required string voltha_url = 1 [
11 help_text = "The Voltha API address. By default voltha.voltha.svc.cluster.local",
Scott Baker1e043272019-01-24 08:33:15 -080012 default = "voltha.voltha.svc.cluster.local",
13 max_length = 254];
14 required int32 voltha_port = 2 [
15 help_text = "The Voltha API port. By default 8882",
Scott Baker1e043272019-01-24 08:33:15 -080016 default = 8882];
17 required string voltha_user = 3 [
18 help_text = "The Voltha username. By default voltha",
Scott Baker1e043272019-01-24 08:33:15 -080019 default = "voltha",
20 max_length = 254];
21 required string voltha_pass = 4 [
22 help_text = "The Voltha password. By default admin",
Scott Baker1e043272019-01-24 08:33:15 -080023 default = "admin",
24 max_length = 254];
25 required string onos_voltha_url = 5 [
26 help_text = "The ONOS Voltha address. By default onos-voltha-ui.voltha.svc.cluster.local",
Scott Baker1e043272019-01-24 08:33:15 -080027 default = "onos-voltha-ui.voltha.svc.cluster.local",
28 max_length = 254];
29 required int32 onos_voltha_port = 6 [
30 help_text = "The Voltha API port. By default 8181",
Scott Baker1e043272019-01-24 08:33:15 -080031 default = 8181];
32 required string onos_voltha_user = 7 [
33 help_text = "The ONOS Voltha username. By default sdn",
34 max_length = 254,
Scott Baker1e043272019-01-24 08:33:15 -080035 default = "onos"];
36 required string onos_voltha_pass = 8 [
37 help_text = "The ONOS Voltha password. By default rocks",
38 max_length = 254,
Scott Baker1e043272019-01-24 08:33:15 -080039 default = "rocks"];
Andy Bavier03df22b2017-08-30 14:46:02 -070040}
41
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080042message OLTDevice (XOSBase){
43 option verbose_name = "OLT Device";
44 option description="Represents a physical OLT device";
Andy Bavier03df22b2017-08-30 14:46:02 -070045
Scott Baker1e043272019-01-24 08:33:15 -080046 required manytoone volt_service->VOLTService:volt_devices = 1:1001 [
47 help_text = "VOLTService that owns this OLT",
48 db_index = True];
49 optional string name = 2 [
50 help_text = "Human-readable name of device",
Scott Baker1e043272019-01-24 08:33:15 -080051 max_length = 254,
52 unique = True];
53 required string device_type = 3 [
54 help_text = "Phyiscal Device Type",
Scott Baker1e043272019-01-24 08:33:15 -080055 default = "openolt",
56 max_length = 254];
57 optional string host = 4 [
58 help_text = "IP Address of physical OLT Device",
Scott Baker1e043272019-01-24 08:33:15 -080059 max_length = 254];
60 optional int32 port = 5 [
61 help_text = "Port Number of physical OLT Device",
Scott Baker1e043272019-01-24 08:33:15 -080062 unique_with = "host"];
63 optional string mac_address = 6 [
Scott Baker3f4816f2019-03-12 15:06:01 -070064 help_text = "Mac address of physical OLT Device"];
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080065
Scott Baker1e043272019-01-24 08:33:15 -080066 optional string serial_number = 9 [
Scott Baker3f4816f2019-03-12 15:06:01 -070067 help_text = "Serial Number"];
Scott Baker1e043272019-01-24 08:33:15 -080068 optional string device_id = 10 [
69 help_text = "Voltha Device ID",
Scott Baker1e043272019-01-24 08:33:15 -080070 feedback_state = True];
71 optional string admin_state = 11 [
72 help_text = "admin state, whether OLT should be enabled",
73 choices = "(('DISABLED', 'DISABLED'), ('ENABLED', 'ENABLED'))",
Scott Baker1e043272019-01-24 08:33:15 -080074 default = "ENABLED"];
75 optional string oper_status = 12 [
76 help_text = "operational status, whether OLT is active",
Scott Baker1e043272019-01-24 08:33:15 -080077 feedback_state = True];
78 optional string of_id = 13 [
79 help_text = "Logical device openflow id",
Scott Baker1e043272019-01-24 08:33:15 -080080 feedback_state = True];
81 optional string dp_id = 14 [
Scott Baker3f4816f2019-03-12 15:06:01 -070082 help_text = "Logical device datapath id"];
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -080083
Scott Baker1e043272019-01-24 08:33:15 -080084 required string uplink = 15 [
Scott Baker3f4816f2019-03-12 15:06:01 -070085 help_text = "uplink port, exposed via sadis"];
Scott Baker1e043272019-01-24 08:33:15 -080086 required string driver = 16 [
87 help_text = "DEPRECATED",
Scott Baker1e043272019-01-24 08:33:15 -080088 default = "voltha"]; // Used to be sent to ONOS, now unused.
Matteo Scandolod3c768d2018-04-11 13:38:49 -070089
Scott Baker1e043272019-01-24 08:33:15 -080090 optional string switch_datapath_id = 17 [
Scott Baker3f4816f2019-03-12 15:06:01 -070091 help_text = "Fabric switch to which the OLT is connected"];
Scott Baker1e043272019-01-24 08:33:15 -080092 optional string switch_port = 18 [
Scott Baker3f4816f2019-03-12 15:06:01 -070093 help_text = "Fabric port to which the OLT is connected"];
Scott Baker1e043272019-01-24 08:33:15 -080094 optional string outer_tpid = 19 [
Scott Baker3f4816f2019-03-12 15:06:01 -070095 help_text = "Outer VLAN id field EtherType"];
Matteo Scandolo610c11d2018-08-31 07:33:43 -070096
Scott Baker1e043272019-01-24 08:33:15 -080097 optional string nas_id = 20 [
Scott Baker3f4816f2019-03-12 15:06:01 -070098 help_text = "Authentication ID (propagated to the free-radius server via sadis)"];
Andy Bavier03df22b2017-08-30 14:46:02 -070099}
100
Matteo Scandolo6be6ee92018-05-24 15:07:51 -0700101message PortBase (XOSBase){
102 option gui_hidden = True;
Scott Baker1e043272019-01-24 08:33:15 -0800103 option description = "Base class for Port objects";
Matteo Scandolo6be6ee92018-05-24 15:07:51 -0700104
Scott Baker1e043272019-01-24 08:33:15 -0800105 required string name = 1 [
106 help_text = "Human-readable name of port",
107 db_index = True];
108 required int32 port_no = 3 [
Scott Baker3f4816f2019-03-12 15:06:01 -0700109 help_text = "Port Number"];
Matteo Scandolo6be6ee92018-05-24 15:07:51 -0700110
Scott Baker1e043272019-01-24 08:33:15 -0800111 optional string admin_state = 4 [
112 help_text = "admin state, whether port should be enabled",
Scott Baker1e043272019-01-24 08:33:15 -0800113 feedback_state = True];
114 optional string oper_status = 5 [
115 help_text = "operational status, whether port is active",
Scott Baker1e043272019-01-24 08:33:15 -0800116 feedback_state = True];
Matteo Scandolo6be6ee92018-05-24 15:07:51 -0700117}
118
119message PONPort (PortBase){
Matteo Scandolo80912942018-07-25 20:51:30 -0700120 option verbose_name = "PON Port";
Scott Baker1e043272019-01-24 08:33:15 -0800121 option description = "PON Port";
Matteo Scandolo4a8b4d62018-03-06 17:18:46 -0800122
Scott Baker1e043272019-01-24 08:33:15 -0800123 required manytoone olt_device->OLTDevice:pon_ports = 1:1001 [
124 help_text = "OLTDevice that owns this PONPort",
125 db_index = True];
Matteo Scandolo6be6ee92018-05-24 15:07:51 -0700126}
127
128message NNIPort (PortBase) {
129 option verbose_name = "NNI Port";
Scott Baker1e043272019-01-24 08:33:15 -0800130 option description = "NNI Port";
131
132 required manytoone olt_device->OLTDevice:nni_ports = 1:1002 [
133 help_text = "OLTDevice that owns this NNIPort",
134 db_index = True];
Andy Bavier03df22b2017-08-30 14:46:02 -0700135}
Matteo Scandoloe2cb8a42018-05-18 16:30:06 -0700136
137message ONUDevice (XOSBase){
138 option verbose_name = "ONU Device";
139 option description = "Represents a physical ONU device";
140
Scott Baker1e043272019-01-24 08:33:15 -0800141 required manytoone pon_port->PONPort:onu_devices = 1:1001 [
142 help_text = "PONPort that connects this ONUDevice to an OLTDevice",
143 db_index = True];
144 required string serial_number = 2 [
145 help_text = "Serial number of ONU Device",
Scott Baker1e043272019-01-24 08:33:15 -0800146 max_length = 254,
147 tosca_key=True,
148 unique = True];
149 required string vendor = 3 [
150 help_text = "Vendor of ONU Device",
Scott Baker1e043272019-01-24 08:33:15 -0800151 max_length = 254];
152 required string device_type = 4 [
153 help_text = "Device Type",
Scott Baker1e043272019-01-24 08:33:15 -0800154 default = "asfvolt16_olt",
155 max_length = 254];
Matteo Scandoloe2cb8a42018-05-18 16:30:06 -0700156
Scott Baker1e043272019-01-24 08:33:15 -0800157 optional string device_id = 5 [
158 help_text = "Voltha Device ID",
Scott Baker1e043272019-01-24 08:33:15 -0800159 feedback_state = True,
160 max_length = 254];
161 optional string admin_state = 6 [
162 help_text = "admin state, whether port should be enabled",
163 choices = "(('DISABLED', 'DISABLED'), ('ENABLED', 'ENABLED'))",
Scott Baker1e043272019-01-24 08:33:15 -0800164 default = "ENABLED"];
165 optional string oper_status = 7 [
166 help_text = "oper_status",
Scott Baker1e043272019-01-24 08:33:15 -0800167 feedback_state = True];
168 optional string connect_status = 8 [
169 help_text = "operational status, whether port is active",
Scott Baker1e043272019-01-24 08:33:15 -0800170 feedback_state = True];
171 optional string reason = 9 [
172 help_text = "ONU device configuration state machine status message",
Scott Baker1e043272019-01-24 08:33:15 -0800173 feedback_state = True];
Matteo Scandolo2360fd92018-05-29 17:27:51 -0700174}
175
Matteo Scandolod8ed60e2018-06-18 17:00:57 -0700176message PONONUPort (PortBase) {
Matteo Scandolo80912942018-07-25 20:51:30 -0700177 option verbose_name = "ANI Port";
Scott Baker2108e752019-01-17 07:00:32 -0800178 option description="Access Node Interface Port";
Scott Baker1e043272019-01-24 08:33:15 -0800179 required manytoone onu_device->ONUDevice:pononu_ports = 1:1001 [
180 help_text = "ONUDevice that owns this PONONUPort",
181 db_index = True];
Matteo Scandolod8ed60e2018-06-18 17:00:57 -0700182}
183
184message UNIPort (PortBase) {
185 option verbose_name = "UNI Port";
Scott Baker2108e752019-01-17 07:00:32 -0800186 option description = "User Network Interface Port";
Scott Baker1e043272019-01-24 08:33:15 -0800187 required manytoone onu_device->ONUDevice:uni_ports = 1:1002 [
188 help_text = "ONUDevice that owns this UNIPort",
189 db_index = True];
Matteo Scandolod8ed60e2018-06-18 17:00:57 -0700190}
191
Matteo Scandolo2360fd92018-05-29 17:27:51 -0700192message VOLTServiceInstance (ServiceInstance){
193 option kind = "vOLT";
194 option owner_class_name = "VOLTService";
195 option verbose_name = "vOLT Service Instance";
Scott Baker2108e752019-01-17 07:00:32 -0800196 option description = "Represents subscriber tenancy in the VOLT Service";
Matteo Scandolo2360fd92018-05-29 17:27:51 -0700197
Scott Baker1e043272019-01-24 08:33:15 -0800198 optional string description = 1 [
199 help_text = "Human-readable description",
Scott Baker1e043272019-01-24 08:33:15 -0800200 max_length = 254];
201 optional manytoone onu_device->ONUDevice:volt_service_instances = 2:1003 [
202 help_text = "ONUDevice that belongs to this Subscriber chain",
203 db_index = True];
Scott Baker6ff7a4a2018-10-01 12:19:49 -0700204}