Remove useless M-CORD configuration and add new one
Change-Id: Ia80f1a7cfe35fde5783bae832c0e9c700777ae48
diff --git a/deployment-configs/mcord-barcellona-remote-dt.yaml b/deployment-configs/mcord-barcellona-remote-dt.yaml
deleted file mode 100644
index 9ccefe9..0000000
--- a/deployment-configs/mcord-barcellona-remote-dt.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2017-present Open Networking Foundation
-#
-# 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.
-
-# Automated deployment configuration for BBWF POD
-
----
-
-nodes:
- -
- ip: '192.168.87.2'
- user: 'cord'
- pass: 'cord'
diff --git a/deployment-configs/mcord-barcellona-remote.yaml b/deployment-configs/mcord-barcellona-remote.yaml
deleted file mode 100644
index 954b892..0000000
--- a/deployment-configs/mcord-barcellona-remote.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2017-present Open Networking Foundation
-#
-# 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.
-
-# Automated deployment configuration for BBWF POD
-
----
-
-nodes:
- -
- ip: '192.168.69.254'
- user: 'cord'
- pass: 'cord'
diff --git a/deployment-configs/mcord-barcellona.yaml b/deployment-configs/mcord-barcellona.yaml
deleted file mode 100644
index bff699a..0000000
--- a/deployment-configs/mcord-barcellona.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2017-present Open Networking Foundation
-#
-# 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.
-
-# Automated deployment configuration for BBWF POD
-
----
-
-nodes:
- -
- ip: '192.168.69.1'
- user: 'cord'
- pass: 'cord'
- -
- ip: '192.168.69.2'
- user: 'cord'
- pass: 'cord'
- -
- ip: '192.168.69.3'
- user: 'cord'
- pass: 'cord'
-
-fabric_switches:
- -
- ip: '192.168.69.4'
- user: 'root'
- pass: 'onl'
-
-olts:
- -
- name: 'edgecore'
- ip: '192.168.69.5'
- user: 'root'
- pass: 'onl'
- fortygig: 'true'
\ No newline at end of file
diff --git a/deployment-configs/onf-mcord-pod2.yaml b/deployment-configs/mcord-release-cluster.yaml
similarity index 93%
rename from deployment-configs/onf-mcord-pod2.yaml
rename to deployment-configs/mcord-release-cluster.yaml
index 4b99e69..92a1a22 100644
--- a/deployment-configs/onf-mcord-pod2.yaml
+++ b/deployment-configs/mcord-release-cluster.yaml
@@ -25,13 +25,9 @@
ip: '10.90.0.132'
user: 'cord'
pass: 'cord'
- -
- ip: '10.90.0.133'
- user: 'cord'
- pass: 'cord'
fabric_switches:
-
- ip: '10.90.0.134'
+ ip: '10.90.0.133'
user: 'root'
pass: 'onl'
diff --git a/deployment-configs/onf-mcord-pod1.yaml b/deployment-configs/onf-mcord-pod1.yaml
deleted file mode 100644
index 03d103f..0000000
--- a/deployment-configs/onf-mcord-pod1.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2017-present Open Networking Foundation
-#
-# 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.
-
-# Automated deployment configuration for BBWF POD
-
----
-
-nodes:
- -
- ip: '10.90.0.131'
- user: 'cord'
- pass: 'cord'
- -
- ip: '10.90.0.132'
- user: 'cord'
- pass: 'cord'
- -
- ip: '10.90.0.133'
- user: 'cord'
- pass: 'cord'
-
-fabric_switches:
- -
- ip: '10.90.0.134'
- user: 'root'
- pass: 'onl'
-
-# olts:
-# -
-# name: 'edgecore'
-# ip: '192.168.100.111'
-# user: 'root'
-# pass: 'onl'
-# fortygig: 'true'
\ No newline at end of file