aboutsummaryrefslogtreecommitdiffstats
path: root/mdsal-resource/provider/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'mdsal-resource/provider/src/main/resources')
-rwxr-xr-xmdsal-resource/provider/src/main/resources/IPV4_ADDRESS_POOL.csv9
-rwxr-xr-xmdsal-resource/provider/src/main/resources/VLAN_ID_POOL.csv22
-rw-r--r--mdsal-resource/provider/src/main/resources/crtables.sql70
-rw-r--r--mdsal-resource/provider/src/main/resources/svclogic.properties26
4 files changed, 0 insertions, 127 deletions
diff --git a/mdsal-resource/provider/src/main/resources/IPV4_ADDRESS_POOL.csv b/mdsal-resource/provider/src/main/resources/IPV4_ADDRESS_POOL.csv
deleted file mode 100755
index 30ce117..0000000
--- a/mdsal-resource/provider/src/main/resources/IPV4_ADDRESS_POOL.csv
+++ /dev/null
@@ -1,9 +0,0 @@
-"192.168.1.2","OAM","AVAILABLE"
-"192.168.1.3","OAM","AVAILABLE"
-"192.168.1.4","OAM","AVAILABLE"
-"192.168.1.5","OAM","AVAILABLE"
-"192.168.1.6","OAM","AVAILABLE"
-"192.168.1.7","OAM","AVAILABLE"
-"192.168.1.8","OAM","AVAILABLE"
-"192.168.1.9","OAM","AVAILABLE"
-"192.168.1.10","OAM","AVAILABLE"
diff --git a/mdsal-resource/provider/src/main/resources/VLAN_ID_POOL.csv b/mdsal-resource/provider/src/main/resources/VLAN_ID_POOL.csv
deleted file mode 100755
index 6c4b0f7..0000000
--- a/mdsal-resource/provider/src/main/resources/VLAN_ID_POOL.csv
+++ /dev/null
@@ -1,22 +0,0 @@
-"1100","IPAG","AVAILABLE",NULL
-"1101","IPAG","AVAILABLE",NULL
-"1102","IPAG","AVAILABLE",NULL
-"1103","IPAG","AVAILABLE",NULL
-"1104","IPAG","AVAILABLE",NULL
-"1105","IPAG","AVAILABLE",NULL
-"1106","IPAG","AVAILABLE",NULL
-"1107","IPAG","AVAILABLE",NULL
-"1108","IPAG","AVAILABLE",NULL
-"1109","IPAG","AVAILABLE",NULL
-"1110","IPAG","AVAILABLE",NULL
-"1200","VPE","AVAILABLE",NULL
-"1201","VPE","AVAILABLE",NULL
-"1202","VPE","AVAILABLE",NULL
-"1203","VPE","AVAILABLE",NULL
-"1204","VPE","AVAILABLE",NULL
-"1205","VPE","AVAILABLE",NULL
-"1206","VPE","AVAILABLE",NULL
-"1207","VPE","AVAILABLE",NULL
-"1208","VPE","AVAILABLE",NULL
-"1209","VPE","AVAILABLE",NULL
-"1210","VPE","AVAILABLE",NULL
diff --git a/mdsal-resource/provider/src/main/resources/crtables.sql b/mdsal-resource/provider/src/main/resources/crtables.sql
deleted file mode 100644
index 08398bd..0000000
--- a/mdsal-resource/provider/src/main/resources/crtables.sql
+++ /dev/null
@@ -1,70 +0,0 @@
----
--- ============LICENSE_START=======================================================
--- openECOMP : SDN-C
--- ================================================================================
--- Copyright (C) 2017 AT&T Intellectual Property. All rights
--- reserved.
--- ================================================================================
--- Licensed under the Apache License, Version 2.0 (the "License");
--- you may not use this file except in compliance with the License.
--- You may obtain a copy of the License at
---
--- http://www.apache.org/licenses/LICENSE-2.0
---
--- Unless required by applicable law or agreed to in writing, software
--- distributed under the License is distributed on an "AS IS" BASIS,
--- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
--- See the License for the specific language governing permissions and
--- limitations under the License.
--- ============LICENSE_END=========================================================
----
-
-CREATE TABLE sdnctl.VNF (
-vnf_id varchar(80) NOT NULL,
-vnf_name varchar(80) NOT NULL,
-vnf_type varchar(10) NOT NULL,
-orchestration_status varchar(20),
-heat_stack_id varchar(80),
-mso_catalog_key varchar(80),
-availability_zone varchar(80),
-aic_site_id varchar(80),
-oam_ipv4_address varchar(20),
-CONSTRAINT P_VNF PRIMARY KEY(vnf_id));
-
-CREATE TABLE sdnctl.VNF_NETWORK_CONNECTION (
-connection_uuid varchar(80) NOT NULL,
-vnf_id varchar(80) NOT NULL,
-connection_id varchar(80),
-connection_type varchar(20),
-neutron_network_id varchar(80),
-neutron_network_name varchar(80),
-orchestration_status varchar(20),
-switch_id varchar(40),
-heat_stack_id varchar(80),
-mso_catalog_key varchar(80),
-provider_network varchar(80),
-port_group_id varchar(80),
-port_group_name varchar(80),
-CONSTRAINT P_NETWORK_CONNECTION PRIMARY KEY(connection_uuid));
-
-CREATE TABLE sdnctl.VNF_NETWORK_CONNECTION_VLAN (
-vlan_uuid varchar(80) NOT NULL,
-vlan_id numeric(4) NOT NULL,
-vlan_type varchar(5) NOT NULL,
-connection_uuid varchar(80),
-CONSTRAINT P_VNF_NETWORK_CONNECTION_VLAN PRIMARY KEY(vlan_uuid));
-
-CREATE TABLE sdnctl.VLAN_ID_POOL (
-vlan_id numeric(4) NOT NULL,
-universe varchar(40) NOT NULL,
-status varchar(40) NOT NULL,
-vlan_uuid varchar(80),
-CONSTRAINT P_VLAN_ID_POOL PRIMARY KEY(vlan_id,universe));
-
-CREATE TABLE sdnctl.IPV4_ADDRESS_POOL (
-ipv4_addr varchar(20) NOT NULL,
-universe varchar(40) NOT NULL,
-status varchar(40) NOT NULL,
-CONSTRAINT P_IPV4_ADDRESS_POOL PRIMARY KEY(ipv4_addr, universe));
-
-
diff --git a/mdsal-resource/provider/src/main/resources/svclogic.properties b/mdsal-resource/provider/src/main/resources/svclogic.properties
deleted file mode 100644
index 3821a0a..0000000
--- a/mdsal-resource/provider/src/main/resources/svclogic.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-###
-# ============LICENSE_START=======================================================
-# openECOMP : SDN-C
-# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights
-# reserved.
-# ================================================================================
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ============LICENSE_END=========================================================
-###
-
-org.openecomp.sdnc.sli.dbtype = jdbc
-org.openecomp.sdnc.sli.jdbc.url = jdbc:mysql://dbhost:3306/sdnctl
-org.openecomp.sdnc.sli.jdbc.database = sdnctl
-org.openecomp.sdnc.sli.jdbc.user = sdnctl
-org.openecomp.sdnc.sli.jdbc.password = gamma