Add new BBWF config

Change-Id: Ia18eeae0076d4a44717fee82f5eef3c779e2a3c1
diff --git a/deployment-configs/bbwf.yml b/deployment-configs/bbwf.yml
new file mode 100644
index 0000000..8b87c62
--- /dev/null
+++ b/deployment-configs/bbwf.yml
@@ -0,0 +1,87 @@
+# 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 ONF/ON.Lab physical POD 1
+
+---
+
+nodes:
+  -
+    ip: '192.168.100.1'
+    user: 'cord'
+    pass: 'cord'
+  -
+    ip: '192.168.110.2'
+    user: 'cord'
+    pass: 'cord'
+  -
+    ip: '192.168.100.3'
+    user: 'cord'
+    pass: 'cord'
+
+fabric_switches:
+  -
+    mac: 'cc:37:ab:61:80:ca'
+    ip: '192.168.100.101'
+    user: 'root'
+    pass: 'onl'
+
+olts:
+  -
+    name: 'edgecore'
+    ip: '192.168.100.111'
+    user: 'root'
+    pass: 'onl'
+    fortygig: 'true'
+  -
+    name: 'adtran'
+    ip: '192.168.100.112'
+    user: 'root'
+    pass: 'onl'
+    fortygig: 'true'
+  -
+    name: 'cig'
+    ip: '192.168.100.113'
+    user: 'root'
+    pass: 'onl'
+    fortygig: 'true'
+  -
+    name: 'iskratelx'
+    ip: '192.168.100.114'
+    user: 'root'
+    pass: 'onl'
+    fortygig: 'true'
+   -
+    name: 'iskratelg'
+    ip: '192.168.100.115'
+    user: 'root'
+    pass: 'onl'
+    fortygig: 'true'
+
+onus:
+  -
+    serial: 'X'
+  -
+    serial: 'Y'
+  -
+    serial: 'W'
+  -
+    serial: 'Z'
+  -
+    serial: 'Q'
+
+srcHost:
+  ip: '10.0.3.56'
+  user: 'root'
+  pass: 'root'