update config for interfaces

Change-Id: I059b69aaccfe6ef2e493dedcbe477c079e4a16b4
(cherry picked from commit 4fc4e7d07c8ca5f7ee7a4f8a4de816573b41d074)
diff --git a/onlab-mcord-cavium-pod1.yml b/onlab-mcord-cavium-pod1.yml
index e340091..86dc059 100644
--- a/onlab-mcord-cavium-pod1.yml
+++ b/onlab-mcord-cavium-pod1.yml
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# This file is for M-CORD 5.0 
+
 cord_scenario: cord
 cord_profile: mcord-cavium
 
@@ -26,10 +28,10 @@
 external_gw: '10.90.0.1'
 external_iface: 'eth0'
 management_network: 10.6.0.0/24
-fabric_include_names: 'eth2,eth3'
-fabric_exclude_names: 'eth0,eth1'
-management_include_names: 'eth1'
-management_exclude_names: 'eth0,eth2,eth3'
+fabric_include_module_types: 'ixgbe'
+fabric_exclude_module_types: 'igb'
+management_include_module_types: 'igb'
+management_exclude_module_types: 'ixgbe'
 
 deploy_docker_registry: "10.90.2.10:5000"