Update M-CORD TOSCA recipes (too many conflicts in cherry-picks)
Change-Id: I61bf2de5cfb3e07f592cf5d7516301493673f60c
diff --git a/docker_images.yml b/docker_images.yml
index ea6af36..87371da 100644
--- a/docker_images.yml
+++ b/docker_images.yml
@@ -197,3 +197,17 @@
path: "xos/synchronizer"
dockerfile: "Dockerfile.synchronizer"
+ - name: xosproject/internetemulator-synchronizer
+ repo: internetemulator
+ path: "xos/synchronizer"
+ dockerfile: "Dockerfile.synchronizer"
+
+ - name: xosproject/sdncontroller-synchronizer
+ repo: sdn-controller
+ path: "xos/synchronizer"
+ dockerfile: "Dockerfile.synchronizer"
+
+ - name: xosproject/vspgwc-synchronizer
+ repo: vspgwc
+ path: "xos/synchronizer"
+ dockerfile: "Dockerfile.synchronizer"
diff --git a/scenarios/cord/config.yml b/scenarios/cord/config.yml
index e1190ea..6c4f8d8 100644
--- a/scenarios/cord/config.yml
+++ b/scenarios/cord/config.yml
@@ -139,6 +139,9 @@
- "xosproject/vtn-synchronizer"
- "xosproject/vtr-synchronizer"
- "xosproject/vmme-synchronizer"
+ - "xosproject/internetemulator-synchronizer"
+ - "xosproject/sdncontroller-synchronizer"
+ - "xosproject/vspgwc-synchronizer"
- "gliderlabs/consul-server"
- "gliderlabs/registrator"
- "nginx"
diff --git a/scenarios/single/config.yml b/scenarios/single/config.yml
index 488a772..44228cb 100644
--- a/scenarios/single/config.yml
+++ b/scenarios/single/config.yml
@@ -94,6 +94,9 @@
- "xosproject/vtn-synchronizer"
- "xosproject/vtr-synchronizer"
- "xosproject/vmme-synchronizer"
+ - "xosproject/internetemulator-synchronizer"
+ - "xosproject/sdncontroller-synchronizer"
+ - "xosproject/vspgwc-synchronizer"
- "gliderlabs/consul-server"
- "gliderlabs/registrator"
- "nginx"