commit | 3aa401c2abb9dcd7151e7a1dacc0329db03e3a8a | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Mon Nov 27 00:37:42 2017 -0500 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Nov 27 19:33:13 2017 +0000 |
tree | 38c62072540c7c743a0652ef90fb33509ecd01d8 | |
parent | 2521a4d7790a1a5681121707e22b3903b9d85067 [diff] |
CORD-2281: Add support for EPC network configs Change-Id: I0f9ab353196a5b6a9262de7febc9394e915c053d
diff --git a/lib/xos-config/xosconfig/synchronizer-config-schema.yaml b/lib/xos-config/xosconfig/synchronizer-config-schema.yaml index eac4065..252ccee 100644 --- a/lib/xos-config/xosconfig/synchronizer-config-schema.yaml +++ b/lib/xos-config/xosconfig/synchronizer-config-schema.yaml
@@ -32,6 +32,19 @@ graph: type: any required: True + networks: + type: seq + sequence: + - type: map + map: + name: + type: str + permit_all_slices: + type: bool + template: + type: str + subnet: + type: str dependency_graph: type: str link_graph: