CORD-2594: Autodetect blueprints from EPC component services
CORD-2595: Generalize instance dependency checks

Change-Id: I5656782bfeeccca5a9855ffc1a5bd8de646fa9e3
diff --git a/xos/synchronizer/vspgwc_config.yaml b/xos/synchronizer/vspgwc_config.yaml
index 54c487e..a824b80 100644
--- a/xos/synchronizer/vspgwc_config.yaml
+++ b/xos/synchronizer/vspgwc_config.yaml
@@ -20,3 +20,28 @@
 steps_dir: "/opt/xos/synchronizers/vspgwc/steps"
 sys_dir: "/opt/xos/synchronizers/vspgwc/sys"
 model_policies_dir: "/opt/xos/synchronizers/vspgwc/model_policies"
+blueprints:
+  - name: cord_5_0_blueprint
+    graph:
+      - name: VMMETenant
+        links:
+      - name: VSPGWCTenant
+        links:
+          - name: VMMETenant
+          - name: VSPGWUTenant
+      - name: VSPGWUTenant
+      - name: VHSSTenant
+        links:
+          - name: HSSDBServiceInstance
+      - name: HSSDBServiceInstance
+  - name: cord_4_1_blueprint
+    graph:
+      - name: VSPGWUTenant
+        links:
+          - name: VENBServiceInstance
+      - name: VENBServiceInstance
+      - name: VSPGWCTenant
+        links:
+          - name: VENBServiceInstance
+          - name: VSPGWUTenant
+