blob: cd0b07db74e8a8b6207e0ee69fd67220a2497aea [file] [log] [blame]
Matteo Scandolo48d3d2d2017-08-08 13:05:27 -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
Suchitra.Vemurifdb220a2016-10-19 14:09:53 -070017#!/usr/bin/env python
Suchitra Vemuri5f157722017-05-19 16:08:13 -070018
Suchitra Vemurib73ec6f2018-05-10 13:34:00 -070019SERVER_IP = '10.128.22.7'
20SERVER_PORT = '30006'
21XOS_USER = 'admin@opencord.org'
22XOS_PASSWD = 'letmein'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070023VOLT_SUBSCRIBER = '/xosapi/v1/rcord/cordsubscriberroots'
Matteo Scandolo246fae42018-03-01 17:47:53 -080024VOLT_TENANT = '/xosapi/v1/volt/voltserviceinstances'
Suchitra Vemuri7dbf03c2018-04-25 23:06:23 -070025VOLT_DEVICE = '/xosapi/v1/volt/oltdevices'
26VOLT_SERVICE = '/xosapi/v1/volt/voltservices'
27PON_PORT = '/xosapi/v1/volt/ponports'
Suchitra Vemuridaeb2472017-08-15 11:58:21 -070028CH_CORE_SERVICELINK = '/xosapi/v1/core/serviceinstancelinks'
You Wang2e97a012016-10-21 16:09:52 -070029TENANT_SUBSCRIBER = '/api/tenant/cord/subscriber/'
Suchitra.Vemurid2035342016-11-22 17:44:40 -080030TENANT_VOLT = '/api/tenant/cord/volt/'
Suchitra.Vemuri32e03c22016-11-03 11:57:53 -070031UTILS_SYNCHRONIZER = '/api/utility/synchronizer/'
Suchitra.Vemuri8be18802016-11-16 16:59:54 -080032UTILS_LOGIN = '/api/utility/login/'
33CORE_USERS = '/api/core/users/'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070034CH_CORE_USERS = '/xosapi/v1/core/users'
You Wang0869a322016-12-05 16:55:51 -080035CORE_SERVICES = '/api/core/services/'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070036CH_CORE_SERVICES = '/xosapi/v1/core/services'
Suchitra.Vemuri0c8024a2016-12-07 16:31:21 -080037CORE_INSTANCES = '/api/core/instances/'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070038CH_CORE_INSTANCES = '/xosapi/v1/core/instances'
You Wangf462ee92016-12-16 13:11:43 -080039CORE_DEPLOYMENTS = '/api/core/deployments/'
Suchitra Vemurid40db412017-05-19 15:45:09 -070040CH_CORE_DEPLOYMENTS = '/xosapi/v1/core/deployments'
Suchitra.Vemuri75dffd42016-12-20 15:35:25 -080041CORE_SANITY_INSTANCES = '/api/core/instances/?no_hyperlinks=1'
42CORE_SANITY_SLICES = '/api/core/slices/?no_hyperlinks=1'
43CORE_SLICES = '/api/core/slices/'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070044CH_CORE_SLICES = '/xosapi/v1/core/slices'
You Wang6f0fd1f2016-12-21 14:55:56 -080045CORE_SANITY_NODES = '/api/core/nodes/?no_hyperlinks=1'
46CORE_NODES = '/api/core/nodes/'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070047CH_CORE_NODES = '/xosapi/v1/core/nodes'
Suchitra.Vemuri65900f02016-12-22 15:26:10 -080048CORE_FLAVORS = '/api/core/flavors/'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070049CH_CORE_FLAVORS = '/xosapi/v1/core/flavors'
You Wang65aa7ef2017-01-03 16:23:44 -080050CORE_SITES = '/api/core/sites/'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070051CH_CORE_SITES = '/xosapi/v1/core/sites'
Suchitra.Vemurifc4a2082017-02-06 11:57:35 -080052CORE_IMAGES = '/api/core/images/'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070053CH_CORE_IMAGES = '/xosapi/v1/core/images'
You Wang123d6942017-03-01 12:33:02 -080054CORE_SITEDEPLOYMENTS = '/api/core/sitedeployments'
Kailash Khalasi2adbad82017-05-15 14:53:40 -070055CH_CORE_NETWORKS = '/xosapi/v1/core/networks'
56CH_CORE_SLICES = '/xosapi/v1/core/slices'
57CH_CORE_NETWORK_SLICES = '/xosapi/v1/core/networkslices'
58CH_CORE_PORTS = '/xosapi/v1/core/ports'
59CH_CORE_SERVICES = '/xosapi/v1/core/services'
Suchitra Vemurif7410a92017-05-16 17:04:05 -070060CH_CORE_SITEDEPLOYMENTS = '/xosapi/v1/core/sitedeployments'
Kailash Khalasi2adbad82017-05-15 14:53:40 -070061CH_CORE_NETWORK_TEMPLATES = '/xosapi/v1/core/networktemplates'
Suchitra Vemurifbe6edc2018-01-05 12:50:57 -080062VSG_TENANT = '/xosapi/v1/vsg/vsgserviceinstances'
Suchitra Vemurib73ec6f2018-05-10 13:34:00 -070063HWVSG_TENANT = '/xosapi/v1/vsg-hw/vsghwserviceinstances'