CORD-2281: Configure slices and networks via EPC service
Change-Id: Ia689c03c43964e6000f7e8c9c7479cf7b9c898c3
diff --git a/xos/synchronizer/vepc_config.yaml b/xos/synchronizer/vepc_config.yaml
index cf7694a..26a1a36 100644
--- a/xos/synchronizer/vepc_config.yaml
+++ b/xos/synchronizer/vepc_config.yaml
@@ -4,10 +4,46 @@
password: "@/opt/xos/services/vepc/credentials/xosadmin@opencord.org"
blueprints:
- name: build
+ networks:
+ - name: s1u_network
+ subnet: 111.0.0.0/24
+ permit_all_slices: True
+ template: s1u_template
+ - name: s11_network
+ subnet: 112.0.0.0/24
+ permit_all_slices: True
+ template: s11_template
+ - name: nbi_network
+ subnet: 113.0.0.0/24
+ permit_all_slices: True
+ template: nbi_template
+ - name: sbi_network
+ subnet: 114.0.0.0/24
+ permit_all_slices: True
+ template: nbi_template
+ - name: sgi_network
+ subnet: 115.0.0.0/24
+ permit_all_slices: True
+ template: nbi_template
+ - name: spgw_network
+ subnet: 117.0.0.0/24
+ permit_all_slices: True
+ template: nbi_template
graph:
- VSPGWCTenant:
- VSPGWUTenant:
- VENBServiceInstance
+ - name: VSPGWCTenant
+ networks:
+ - spgw_network
+ - sgi_network
+ links:
+ - name: VENBServiceInstance
+ networks:
+ - s11_network
+ - sgi_network
+ - flat_network
+ - name: VSPGWUTenant:
+ network:
+ - spgw_network
+
dependency_graph: "/opt/xos/synchronizers/epc-service/model-deps"
#steps_dir: "/opt/xos/synchronizers/epc-service/steps"
sys_dir: "/opt/xos/synchronizers/epc-service/sys"