blob: 4912d3a7c1a25ac5d340ecdd7fb2742ee9b5da8d [file] [log] [blame]
Matteo Scandolofcf842e2017-08-08 13:05:25 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Sapan Bhatiaf3699482017-05-02 21:20:31 +020017# models.py - Metro Network Service
18
19from django.db import models
20from django.db.models import *
21from core.models import Service
Max Chua1109432017-07-11 13:15:04 -070022from core.models import XOSBase
Sapan Bhatiaf3699482017-05-02 21:20:31 +020023from core.models import Site
24
25METRONETWORK_KIND = "metronetwork"
26SERVICE_NAME = 'metronetwork'
27SERVICE_NAME_ELINE_VERBOSE = 'E-Line Service'
28SERVICE_NAME_ELAN_VERBOSE = 'E-LAN Service'
29SERVICE_NAME_ETREE_VERBOSE = 'E-Tree Service'
30