WiP CORD-1966 Port MME from 3.0 to 4.1

Change-Id: Ie05d4acde49dad7fe3d798f76a787423a5ed148f
(cherry picked from commit 7231be45d83fbc1f86289eb6b0cf9ed3b1a10ecc)
diff --git a/docker_images.yml b/docker_images.yml
index 1b7aa70..ea6af36 100644
--- a/docker_images.yml
+++ b/docker_images.yml
@@ -192,3 +192,8 @@
     path: "xos/synchronizer"
     dockerfile: "Dockerfile.synchronizer"
 
+  - name: xosproject/vmme-synchronizer
+    repo: vMME
+    path: "xos/synchronizer"
+    dockerfile: "Dockerfile.synchronizer"
+
diff --git a/podconfig/mcord-single.yml b/podconfig/mcord-single.yml
new file mode 100644
index 0000000..ca2ddd6
--- /dev/null
+++ b/podconfig/mcord-single.yml
@@ -0,0 +1,23 @@
+
+# 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.
+
+
+---
+# rcord-single Pod Config
+# Creates a single-node mock R-CORD pod w/synchronizers
+
+cord_scenario: single
+cord_profile: mcord
+
diff --git a/scenarios/cord/config.yml b/scenarios/cord/config.yml
index 38931b2..a7632e4 100644
--- a/scenarios/cord/config.yml
+++ b/scenarios/cord/config.yml
@@ -135,6 +135,7 @@
   - "xosproject/vsg-synchronizer"
   - "xosproject/vtn-synchronizer"
   - "xosproject/vtr-synchronizer"
+  - "xosproject/vmme-synchronizer"
   - "gliderlabs/consul-server"
   - "gliderlabs/registrator"
   - "nginx"
diff --git a/scenarios/single/config.yml b/scenarios/single/config.yml
index 500e1e5..88395be 100644
--- a/scenarios/single/config.yml
+++ b/scenarios/single/config.yml
@@ -90,6 +90,7 @@
   - "xosproject/vsg-synchronizer"
   - "xosproject/vtn-synchronizer"
   - "xosproject/vtr-synchronizer"
+  - "xosproject/vmme-synchronizer"
   - "gliderlabs/consul-server"
   - "gliderlabs/registrator"
   - "nginx"