Add Fabric code 97/1397/2
authorxinhuili <lxinhui@vmware.com>
Wed, 14 Aug 2019 06:02:04 +0000 (14:02 +0800)
committerxinhuili <lxinhui@vmware.com>
Wed, 14 Aug 2019 06:10:16 +0000 (06:10 +0000)
commitc2b81b044481a069eef21b673cc5e3f1fbdcbfe2
treed4e9c2ac45148e4c370e6cf71a04d5634332e82f
parentd889e4412baf7831a65b4fc0e685f137a18b31b5
Add Fabric code

This patch is to add revised fabric code.

Signed-off-by: XINHUI LI <lxinhui@vmware.com>
wq!
Change-Id: I669951c0424d159473ec181fca7cab7bf697dcf6
26 files changed:
src/fabric/.gitignore [new file with mode: 0644]
src/fabric/.gitreview [new file with mode: 0644]
src/fabric/Dockerfile.synchronizer [new file with mode: 0644]
src/fabric/LICENSE.txt [new file with mode: 0644]
src/fabric/VERSION [new file with mode: 0644]
src/fabric/config/ciab-fabric-xconnect.json [new file with mode: 0644]
src/fabric/config/network-cfg-onlab-develop.json [new file with mode: 0644]
src/fabric/config/network-cfg-quickstart.json [new file with mode: 0644]
src/fabric/docs/README.md [new file with mode: 0644]
src/fabric/samples/fabric-config.yaml [new file with mode: 0644]
src/fabric/samples/nodes.yaml [new file with mode: 0644]
src/fabric/samples/service.yaml [new file with mode: 0644]
src/fabric/xos/synchronizer/config.yaml [new file with mode: 0644]
src/fabric/xos/synchronizer/event_steps/kubernetes_event.py [new file with mode: 0644]
src/fabric/xos/synchronizer/event_steps/test_kubernetes_event.py [new file with mode: 0644]
src/fabric/xos/synchronizer/fabric-synchronizer.py [new file with mode: 0755]
src/fabric/xos/synchronizer/model_policies/model_policy_compute_nodes.py [new file with mode: 0644]
src/fabric/xos/synchronizer/model_policies/test_model_policy_compute_node.py [new file with mode: 0644]
src/fabric/xos/synchronizer/models/fabric.xproto [new file with mode: 0644]
src/fabric/xos/synchronizer/steps/helpers.py [new file with mode: 0644]
src/fabric/xos/synchronizer/steps/sync_fabric_port.py [new file with mode: 0644]
src/fabric/xos/synchronizer/steps/sync_fabric_switch.py [new file with mode: 0644]
src/fabric/xos/synchronizer/steps/test_sync_fabric_port.py [new file with mode: 0644]
src/fabric/xos/synchronizer/steps/test_sync_fabric_switch.py [new file with mode: 0644]
src/fabric/xos/synchronizer/test_config.yaml [new file with mode: 0644]
src/fabric/xos/unittest.cfg [new file with mode: 0644]