commit | a8efc1d0b3877425b55b7d8af3d1a41b247c40c3 | [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:19 2017 +0000 |
tree | 7b337f0e97e902964759f5c7ae12ca1b578203cd | |
parent | fe0e702d2791be971e1e4bcec4237155ee50a8a8 [diff] |
CORD-2281: Add support for EPC network configs Change-Id: I0f9ab353196a5b6a9262de7febc9394e915c053d (cherry picked from commit 3aa401c2abb9dcd7151e7a1dacc0329db03e3a8a)
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: